summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer/gst-plugins-good_0.10.4.bb
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2006-09-07 13:09:52 +0000
committerChris Lord <chris@openedhand.com>2006-09-07 13:09:52 +0000
commit2ca2649935540acd6e160f82ddd074b04dfea924 (patch)
tree0732e8cde30048f615ddb92c1cf4b2594b2bde2c /meta/packages/gstreamer/gst-plugins-good_0.10.4.bb
parente9b762802b039e8c19e70b054ecc64e7ab07e4d8 (diff)
downloadpoky-2ca2649935540acd6e160f82ddd074b04dfea924.tar.gz
- Add libmusicbrainz from OE
- Fix up gstreamer packages - Add gstreamer base/audio/video meta-packages - Add owl-video-widget - Add owl-video-widget, gst-meta-audio and gst-meta-video to test-apps in oh-image-pda (currently not working?) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@698 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gstreamer/gst-plugins-good_0.10.4.bb')
-rw-r--r--meta/packages/gstreamer/gst-plugins-good_0.10.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-good_0.10.4.bb b/meta/packages/gstreamer/gst-plugins-good_0.10.4.bb
index cb0a818ebf..836923b146 100644
--- a/meta/packages/gstreamer/gst-plugins-good_0.10.4.bb
+++ b/meta/packages/gstreamer/gst-plugins-good_0.10.4.bb
@@ -1,7 +1,7 @@
1require gst-plugins.inc 1require gst-plugins.inc
2DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ 2DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \
3 speex" 3 speex"
4PR = "r1"
5
6EXTRA_OECONF += " --with-plugins=ximagesrc,cairo,flac,gconfelements,gdkpixbuf,jpeg,png,speex,taglib,avi,matroska,videofilter --disable-aalib --disable-esd --disable-shout2"
4 7
5EXTRA_OECONF += " --with-plugins=ximagesrc,cairo,flac,gconfelements,gdkpixbuf,\
6 jpeg,png,speex,taglib \
7 --disable-aalib --disable-esd --disable-shout2"