diff options
author | Ross Burton <ross@openedhand.com> | 2008-05-22 08:59:01 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-05-22 08:59:01 +0000 |
commit | 0ce2f383d6e52a907fae86b95df889a8bf9daa8c (patch) | |
tree | 08fa1664681d6bd07ae90caff708ee65e29401fd /meta/packages/gstreamer/gst-plugins-ugly_0.10.8.bb | |
parent | ce433abff4b7d3b815bed2f109ad93c88b7a2d32 (diff) | |
download | openembedded-core-0ce2f383d6e52a907fae86b95df889a8bf9daa8c.tar.gz openembedded-core-0ce2f383d6e52a907fae86b95df889a8bf9daa8c.tar.bz2 openembedded-core-0ce2f383d6e52a907fae86b95df889a8bf9daa8c.zip |
gst-plugins-ugly: upgrade to 0.10.6
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4537 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gstreamer/gst-plugins-ugly_0.10.8.bb')
-rw-r--r-- | meta/packages/gstreamer/gst-plugins-ugly_0.10.8.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-ugly_0.10.8.bb b/meta/packages/gstreamer/gst-plugins-ugly_0.10.8.bb new file mode 100644 index 0000000000..052ae276ee --- /dev/null +++ b/meta/packages/gstreamer/gst-plugins-ugly_0.10.8.bb @@ -0,0 +1,10 @@ +require gst-plugins.inc +DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" +PR = "r0" + +EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia" + +do_configure_prepend() { + # This m4 file contains nastiness which conflicts with libtool 2.2.2 + rm ${S}/m4/lib-link.m4 || true +} |