diff options
author | Chris Lord <chris@openedhand.com> | 2006-09-07 13:09:52 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2006-09-07 13:09:52 +0000 |
commit | 2ca2649935540acd6e160f82ddd074b04dfea924 (patch) | |
tree | 0732e8cde30048f615ddb92c1cf4b2594b2bde2c /meta/packages/gstreamer/gst-plugins-good_0.10.4.bb | |
parent | e9b762802b039e8c19e70b054ecc64e7ab07e4d8 (diff) | |
download | poky-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.bb | 6 |
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 @@ | |||
1 | require gst-plugins.inc | 1 | require gst-plugins.inc |
2 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ | 2 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ |
3 | speex" | 3 | speex" |
4 | PR = "r1" | ||
5 | |||
6 | EXTRA_OECONF += " --with-plugins=ximagesrc,cairo,flac,gconfelements,gdkpixbuf,jpeg,png,speex,taglib,avi,matroska,videofilter --disable-aalib --disable-esd --disable-shout2" | ||
4 | 7 | ||
5 | EXTRA_OECONF += " --with-plugins=ximagesrc,cairo,flac,gconfelements,gdkpixbuf,\ | ||
6 | jpeg,png,speex,taglib \ | ||
7 | --disable-aalib --disable-esd --disable-shout2" | ||