aboutsummaryrefslogtreecommitdiffstats
path: root/gstreamer/files/lame-autoconf.patch
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-09 00:36:47 +0000
committerChris Larson <clarson@kergoth.com>2004-11-09 00:36:47 +0000
commitf96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch)
treeedb17ec2c4ea13c5acb1c7350957a249a820e28d /gstreamer/files/lame-autoconf.patch
parentb6588aa6851fb220cedc387d21c51513ef8d67f4 (diff)
downloadopenembedded-f96441b9faf769c9ecdd4d338b605ea3d0cc4010.tar.gz
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'gstreamer/files/lame-autoconf.patch')
-rw-r--r--gstreamer/files/lame-autoconf.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/gstreamer/files/lame-autoconf.patch b/gstreamer/files/lame-autoconf.patch
index e69de29bb2..db62dbd71d 100644
--- a/gstreamer/files/lame-autoconf.patch
+++ b/gstreamer/files/lame-autoconf.patch
@@ -0,0 +1,18 @@
+--- gst-plugins-0.8.4/configure.ac.old 2004-09-11 00:35:27.000000000 +0100
++++ gst-plugins-0.8.4/configure.ac 2004-09-11 00:35:27.000000000 +0100
+@@ -1196,6 +1196,7 @@
+ GST_CHECK_LIBHEADER(LAME, mp3lame, lame_init, -lm, lame/lame.h, HAVE_LAME="yes" LAME_LIBS="-lmp3lame -lm")
+ ])
+ dnl is lame presets available
++if test "x$HAVE_LAME" = "xyes"; then
+ LAME_CFLAGS=""
+ AC_TRY_RUN([
+ #include <lame/lame.h>
+@@ -1205,6 +1206,7 @@
+ return 0;
+ }
+ ],[LAME_CFLAGS="-DGSTLAME_PRESET"],[LAME_CFLAGS=""])
++fi
+ AC_SUBST(LAME_CFLAGS)
+ AC_SUBST(LAME_LIBS)
+