diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-30 19:15:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-12 08:42:25 +0000 |
commit | 3b77e205c07e4dff889a6a7449e8e39616afc09c (patch) | |
tree | eb5e95c7ffadb07d158289b22f89761862d75d26 | |
parent | e2d441275d0d12cfdcaede554df6df18671b31ee (diff) | |
download | poky-3b77e205c07e4dff889a6a7449e8e39616afc09c.tar.gz |
gstreamer1.0-plugins-{base,good}: update PACKAGECONFIGs
* there are new libavc1394, libiec61883, libraw1394, cdparanoia recipes in meta-multimedia
(From OE-Core rev: 9b21563448c2616792bfc411a8f2b9bb48e38a78)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | 7 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | 6 |
2 files changed, 4 insertions, 9 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc index 47f3f40110..4909b10d54 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | |||
@@ -25,13 +25,12 @@ PACKAGECONFIG[ogg] = "--enable-ogg,--disable-ogg,libogg" | |||
25 | PACKAGECONFIG[theora] = "--enable-theora,--disable-theora,libtheora" | 25 | PACKAGECONFIG[theora] = "--enable-theora,--disable-theora,libtheora" |
26 | PACKAGECONFIG[vorbis] = "--enable-vorbis,--disable-vorbis,libvorbis" | 26 | PACKAGECONFIG[vorbis] = "--enable-vorbis,--disable-vorbis,libvorbis" |
27 | PACKAGECONFIG[pango] = "--enable-pango,--disable-pango,pango" | 27 | PACKAGECONFIG[pango] = "--enable-pango,--disable-pango,pango" |
28 | # libvisual do not seem to exist anywhere in OE | ||
29 | PACKAGECONFIG[visual] = "--enable-libvisual,--disable-libvisual,libvisual" | ||
30 | PACKAGECONFIG[cdparanoia] = "--enable-cdparanoia,--disable-cdparanoia,cdparanoia" | ||
28 | 31 | ||
29 | |||
30 | # cdparanoia and libvisual do not seem to exist anywhere in OE | ||
31 | EXTRA_OECONF += " \ | 32 | EXTRA_OECONF += " \ |
32 | --disable-freetypetest \ | 33 | --disable-freetypetest \ |
33 | --disable-cdparanoia \ | ||
34 | --disable-libvisual \ | ||
35 | " | 34 | " |
36 | 35 | ||
37 | FILES_${MLPREFIX}libgsttag-1.0 += "${datadir}/gst-plugins-base/1.0/license-translations.dict" | 36 | FILES_${MLPREFIX}libgsttag-1.0 += "${datadir}/gst-plugins-base/1.0/license-translations.dict" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc index 6e316de9f2..0ce4b8ff1c 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc | |||
@@ -31,10 +31,7 @@ PACKAGECONFIG[speex] = "--enable-speex,--disable-speex,speex" | |||
31 | PACKAGECONFIG[taglib] = "--enable-taglib,--disable-taglib,taglib" | 31 | PACKAGECONFIG[taglib] = "--enable-taglib,--disable-taglib,taglib" |
32 | PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx,libvpx" | 32 | PACKAGECONFIG[vpx] = "--enable-vpx,--disable-vpx,libvpx" |
33 | PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack" | 33 | PACKAGECONFIG[wavpack] = "--enable-wavpack,--disable-wavpack,wavpack" |
34 | 34 | PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libraw1394 libiec61883 libavc1394" | |
35 | # the 1394 plugins require both libraw1394 and libiec61883 | ||
36 | # the former is included in meta-oe, the latter isn't | ||
37 | # -> disabled | ||
38 | 35 | ||
39 | EXTRA_OECONF += " \ | 36 | EXTRA_OECONF += " \ |
40 | --enable-oss \ | 37 | --enable-oss \ |
@@ -51,7 +48,6 @@ EXTRA_OECONF += " \ | |||
51 | --disable-libdv \ | 48 | --disable-libdv \ |
52 | --disable-shout2 \ | 49 | --disable-shout2 \ |
53 | --disable-examples \ | 50 | --disable-examples \ |
54 | --disable-dv1394 \ | ||
55 | " | 51 | " |
56 | 52 | ||
57 | FILES_${PN}-equalizer += "${datadir}/gstreamer-1.0/presets/*.prs" | 53 | FILES_${PN}-equalizer += "${datadir}/gstreamer-1.0/presets/*.prs" |