aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gstreamer/gst-plugins-ugly/gstsid_autofoo_HACK.patch
blob: 79a03741ac0b2b6d91d4a6cdec43c40c37922189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"