aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer/gst-plugins-ugly/lame-autoconf.patch
blob: e2f455991ae705b19c8e181b4e9a7895cfaa2b78 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- gst-plugins-ugly-0.10.4/configure.ac.old	2006-09-01 18:55:40.000000000 +0100
+++ gst-plugins-ugly-0.10.4/configure.ac	2006-09-01 18:56:36.000000000 +0100
@@ -282,7 +282,7 @@
     LAME_LIBS="-lmp3lame -lm"
     dnl is lame presets available
     LAME_CFLAGS=""
-    AC_TRY_RUN([
+    AC_TRY_COMPILE([
 #include <lame/lame.h>
 int main (int argc, char *argv[])
 {