diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-19 23:11:24 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-19 23:11:24 +0000 |
commit | 19f05c671aa6afe568239d129f4913d3f97b2917 (patch) | |
tree | c945001fe9c4094782e073095d72271597f88dc0 /meta/packages/gstreamer/gst-fluendo-mp3 | |
parent | 4647fc8816714384a10120ecaa06a4715fbcd31c (diff) | |
download | poky-19f05c671aa6afe568239d129f4913d3f97b2917.tar.gz |
gst-fluendo: Run autoreconf to fix configure's libtool and unbreak the packages
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4090 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gstreamer/gst-fluendo-mp3')
-rw-r--r-- | meta/packages/gstreamer/gst-fluendo-mp3/configure_fix.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/gstreamer/gst-fluendo-mp3/configure_fix.patch b/meta/packages/gstreamer/gst-fluendo-mp3/configure_fix.patch new file mode 100644 index 0000000000..d8b213b3e9 --- /dev/null +++ b/meta/packages/gstreamer/gst-fluendo-mp3/configure_fix.patch | |||
@@ -0,0 +1,16 @@ | |||
1 | Index: gst-fluendo-mp3-0.10.2/configure.ac | ||
2 | =================================================================== | ||
3 | --- gst-fluendo-mp3-0.10.2.orig/configure.ac 2008-03-19 23:00:15.000000000 +0000 | ||
4 | +++ gst-fluendo-mp3-0.10.2/configure.ac 2008-03-19 23:00:31.000000000 +0000 | ||
5 | @@ -19,10 +19,9 @@ | ||
6 | AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4") | ||
7 | |||
8 | dnl check for tools | ||
9 | -AS_LIBTOOL_TAGS | ||
10 | AM_PROG_LIBTOOL | ||
11 | dnl AC_PROG_CC | ||
12 | -dnl AC_PROG_LIBTOOL | ||
13 | +AC_PROG_LIBTOOL | ||
14 | |||
15 | dnl decide on error flags | ||
16 | AS_COMPILER_FLAG(-Wall, GST_WALL="yes", GST_WALL="no") | ||