gst-plugins-ugly: bring back sid-patch
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Mon, 17 Nov 2008 23:27:46 +0000 (00:27 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Mon, 17 Nov 2008 23:47:11 +0000 (00:47 +0100)
packages/gstreamer/gst-plugins-ugly/gstsid_autofoo_HACK.patch [new file with mode: 0644]

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 (file)
index 0000000..79a0374
--- /dev/null
@@ -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 <sidplay/player.h>
+-    int main()
+-    { sidTune tune = sidTune(0);  }
+-    ],
+-    HAVE_SIDPLAY="yes",
+-    HAVE_SIDPLAY="no",
+-    HAVE_SIDPLAY="no")
++  HAVE_SIDPLAY="yes"
+   LIBS="$ac_libs_safe"