From: Michael 'Mickey' Lauer Date: Mon, 17 Nov 2008 23:27:46 +0000 (+0100) Subject: gst-plugins-ugly: bring back sid-patch X-Git-Tag: Release-2010-05/1~5259 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41f080ef4f7f7e84feb199a01536bfa716377924;p=openembedded.git gst-plugins-ugly: bring back sid-patch --- diff --git a/packages/gstreamer/gst-plugins-ugly/gstsid_autofoo_HACK.patch b/packages/gstreamer/gst-plugins-ugly/gstsid_autofoo_HACK.patch new file mode 100644 index 0000000000..79a03741ac --- /dev/null +++ b/packages/gstreamer/gst-plugins-ugly/gstsid_autofoo_HACK.patch @@ -0,0 +1,20 @@ +Index: gst-plugins-ugly-0.10.6/m4/gst-sid.m4 +=================================================================== +--- gst-plugins-ugly-0.10.6.orig/m4/gst-sid.m4 ++++ gst-plugins-ugly-0.10.6/m4/gst-sid.m4 +@@ -16,14 +16,7 @@ if test $HAVE_SIDPLAY = "yes"; then + + LIBS="-lsidplay" + +- AC_TRY_RUN([ +- #include +- int main() +- { sidTune tune = sidTune(0); } +- ], +- HAVE_SIDPLAY="yes", +- HAVE_SIDPLAY="no", +- HAVE_SIDPLAY="no") ++ HAVE_SIDPLAY="yes" + + LIBS="$ac_libs_safe" +