summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-11 22:27:43 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-29 13:28:23 +0100
commit54f6c828295db4f239a2fc4b3503a4bee868efab (patch)
tree8e627f32ef67d30cc1938290ea9f5942959eee27 /meta/recipes-multimedia
parent4d47a1e6445b2a4839bae7c3ba8fa69f1b32f602 (diff)
downloadpoky-54f6c828295db4f239a2fc4b3503a4bee868efab.tar.gz
gst-plugins-ugly: add PACKAGECONFIG for x264, cdio, dvdread
* they are autodetected from sysroot (From OE-Core master rev: b253bbe742c016a07b67cfaa65b28895118c5bd8) (From OE-Core rev: 93e147d0c0d52d349fd644f45831a961a3551d4b) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb
index 9fd71fcd64..2fdf03f348 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bb
@@ -15,6 +15,11 @@ inherit gettext
15EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia \ 15EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia \
16 --disable-orc" 16 --disable-orc"
17 17
18PACKAGECONFIG ??= ""
19PACKAGECONFIG[x264] = "--enable-x264,--disable-x264,x264"
20PACKAGECONFIG[cdio] = "--enable-cdio,--disable-cdio,libcdio"
21PACKAGECONFIG[dvdread] = "--enable-dvdread,--disable-dvdread,libdvdread"
22
18do_configure_prepend() { 23do_configure_prepend() {
19 # This m4 file contains nastiness which conflicts with libtool 2.2.2 24 # This m4 file contains nastiness which conflicts with libtool 2.2.2
20 rm ${S}/m4/lib-link.m4 || true 25 rm ${S}/m4/lib-link.m4 || true