diff options
author | Ross Burton <ross@openedhand.com> | 2008-01-28 11:33:48 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-01-28 11:33:48 +0000 |
commit | 86b43e8d396ae2fe49930c67b651ae070fe9c138 (patch) | |
tree | 3bc5b1ae2e0e327a57189bb2127c230f727969ad /meta/packages | |
parent | 2c9213075213e7ab1fcdc0cc6d712a1b61518d69 (diff) | |
download | poky-86b43e8d396ae2fe49930c67b651ae070fe9c138.tar.gz |
gst-plugins-good: enable more plugins
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3607 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/gstreamer/gst-plugins-good_0.10.6.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-good_0.10.6.bb b/meta/packages/gstreamer/gst-plugins-good_0.10.6.bb index 7b28e5cdb3..c8b48f3f2e 100644 --- a/meta/packages/gstreamer/gst-plugins-good_0.10.6.bb +++ b/meta/packages/gstreamer/gst-plugins-good_0.10.6.bb | |||
@@ -1,5 +1,6 @@ | |||
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" | ||
4 | 5 | ||
5 | EXTRA_OECONF += " --with-plugins=ximagesrc,cairo,flac,gconfelements,gdkpixbuf,jpeg,png,speex,id3demux,avi,matroska,videofilter,autodetect,debug,alpha,auparse,flx,cutter,law,level,multipart,qtdemux,rtp,rtsp,udp,videobox,videocrop,videomixer,wavenc,wavparse,audiofx --disable-aalib --disable-esd --disable-shout2 --disable-libcaca --without-check" | 6 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --without-check" |