diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-12-07 17:02:26 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-09 12:37:10 +0000 |
commit | 71e11d61e4b244ba2722fdc6855296fe2b4cecd5 (patch) | |
tree | ae85ecac0c17eeaddd388478dbb8c16458533360 /meta/recipes-multimedia/gstreamer/gst-fluendo-mp3 | |
parent | f84c6d2cca4bed35d3bb5d9b2d8d2c5de82e8c4e (diff) | |
download | openembedded-core-71e11d61e4b244ba2722fdc6855296fe2b4cecd5.tar.gz openembedded-core-71e11d61e4b244ba2722fdc6855296fe2b4cecd5.tar.bz2 openembedded-core-71e11d61e4b244ba2722fdc6855296fe2b4cecd5.tar.xz openembedded-core-71e11d61e4b244ba2722fdc6855296fe2b4cecd5.zip |
gst-fluendo-mp3: upgrade to version 0.10.15
Remove configure_fix.patch since the original logic is not exist in
upstream code.
Fix recipe metadata.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-fluendo-mp3')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-fluendo-mp3/configure_fix.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3/configure_fix.patch b/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3/configure_fix.patch deleted file mode 100644 index d8b213b3e..000000000 --- a/meta/recipes-multimedia/gstreamer/gst-fluendo-mp3/configure_fix.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: gst-fluendo-mp3-0.10.2/configure.ac -=================================================================== ---- gst-fluendo-mp3-0.10.2.orig/configure.ac 2008-03-19 23:00:15.000000000 +0000 -+++ gst-fluendo-mp3-0.10.2/configure.ac 2008-03-19 23:00:31.000000000 +0000 -@@ -19,10 +19,9 @@ - AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4") - - dnl check for tools --AS_LIBTOOL_TAGS - AM_PROG_LIBTOOL - dnl AC_PROG_CC --dnl AC_PROG_LIBTOOL -+AC_PROG_LIBTOOL - - dnl decide on error flags - AS_COMPILER_FLAG(-Wall, GST_WALL="yes", GST_WALL="no") |