diff options
author | Chris Lord <chris@openedhand.com> | 2006-09-08 14:34:52 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2006-09-08 14:34:52 +0000 |
commit | 117d6257936b4efebd82762ff825412e95637170 (patch) | |
tree | e358cc82323d2ca118879b6cc15130296f319ad0 /meta/packages/gstreamer/gst-plugins-ugly_0.10.4.bb | |
parent | d1da9bfc6c8db5d54e77d0b72d98a333ada87ba3 (diff) | |
download | poky-117d6257936b4efebd82762ff825412e95637170.tar.gz |
Tweak/fix-up GStreamer stuff - gst-launch seems to work with mpegs now
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@701 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gstreamer/gst-plugins-ugly_0.10.4.bb')
-rw-r--r-- | meta/packages/gstreamer/gst-plugins-ugly_0.10.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-ugly_0.10.4.bb b/meta/packages/gstreamer/gst-plugins-ugly_0.10.4.bb index 022a0abcec..eb1bf8b57d 100644 --- a/meta/packages/gstreamer/gst-plugins-ugly_0.10.4.bb +++ b/meta/packages/gstreamer/gst-plugins-ugly_0.10.4.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require gst-plugins.inc | 1 | require gst-plugins.inc |
2 | DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" | 2 | DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" |
3 | PR = "r1" | 3 | PR = "r2" |
4 | 4 | ||
5 | SRC_URI += " file://lame-autoconf.patch;patch=1" | 5 | SRC_URI += " file://lame-autoconf.patch;patch=1" |
6 | EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec" | 6 | EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia" |
7 | 7 | ||