summaryrefslogtreecommitdiff
path: root/packages/gstreamer/files
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-02-22 21:40:15 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-02-22 21:40:15 +0000
commit6ad3b4f697a0c942756e8c1c05ada98f2669804a (patch)
tree7f39b0f022767feb793941959ad735b5a45826f4 /packages/gstreamer/files
parente564befdc5026563800453603ab26a12d61cf1cd (diff)
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/02/22 21:15:37+01:00 (none)!koen Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into lieve.(none):/data/build/oe/clean-tree/openembedded 2005/02/22 21:15:01+01:00 (none)!koen matchbox-wm_svn.bb: update mb-wm_svn to prevent mallum from kicking me in the face 2005/02/22 21:05:04+01:00 dyndns.org!reenoo gst-plugins: explicitely disable gconf. 2005/02/22 20:17:24+01:00 dyndns.org!reenoo Merge oe-devel@oe-devel.bkbits.net:openembedded into sugarcube.dyndns.org:/home2/oe/bakery/openembedded 2005/02/22 20:16:01+01:00 dyndns.org!reenoo gst-plugins: really fix lame configure check. disable libcaca. BKrev: 421ba6bfimvQbljcKhXB50bufAKm4A
Diffstat (limited to 'packages/gstreamer/files')
-rw-r--r--packages/gstreamer/files/lame-autoconf.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/gstreamer/files/lame-autoconf.patch b/packages/gstreamer/files/lame-autoconf.patch
index e69de29bb2..3fb85e7d88 100644
--- a/packages/gstreamer/files/lame-autoconf.patch
+++ b/packages/gstreamer/files/lame-autoconf.patch
@@ -0,0 +1,21 @@
+--- gst-plugins-0.8.6.orig/configure.ac 2004-11-25 16:41:47.000000000 +0100
++++ gst-plugins-0.8.6/configure.ac 2005-02-22 19:02:58.000000000 +0100
+@@ -1135,8 +1135,9 @@
+ 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([
++AC_TRY_COMPILE([
+ #include <lame/lame.h>
+ int main (int argc, char *argv[])
+ {
+@@ -1144,6 +1145,7 @@
+ return 0;
+ }
+ ],[LAME_CFLAGS="-DGSTLAME_PRESET"],[LAME_CFLAGS=""])
++fi
+ AC_SUBST(LAME_CFLAGS)
+ AC_SUBST(LAME_LIBS)
+