diff options
author | Norbert Wesp <n.wesp@phytec.de> | 2019-11-21 15:31:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-25 17:57:23 +0000 |
commit | 19388a6922e04219d2b218963b56df220fd4b92a (patch) | |
tree | 2596f5ef92eb55a435b34018e7b428092ebf53a3 /meta/recipes-multimedia | |
parent | fb458983d67e8f8dcbb89354f4bfd71d75070f3e (diff) | |
download | poky-19388a6922e04219d2b218963b56df220fd4b92a.tar.gz |
gstreamer1.0-plugins-bad: add PACKAGECONFIG option for zbar
As a recipe for zbar was added 2016-12-26,
we can add an option in PACKAGECONFIG for it.
(From OE-Core rev: 655e46772c7f93469e42e791037013338bdcf787)
Signed-off-by: Norbert Wesp <n.wesp@phytec.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.1.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.1.bb index 1731be8441..ed3efab29f 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.1.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.1.bb | |||
@@ -82,12 +82,13 @@ PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland-nat | |||
82 | PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" | 82 | PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" |
83 | PACKAGECONFIG[webrtc] = "--enable-webrtc,--disable-webrtc,libnice" | 83 | PACKAGECONFIG[webrtc] = "--enable-webrtc,--disable-webrtc,libnice" |
84 | PACKAGECONFIG[webrtcdsp] = "--enable-webrtcdsp,--disable-webrtcdsp,webrtc-audio-processing" | 84 | PACKAGECONFIG[webrtcdsp] = "--enable-webrtcdsp,--disable-webrtcdsp,webrtc-audio-processing" |
85 | PACKAGECONFIG[zbar] = "--enable-zbar,--disable-zbar,zbar" | ||
85 | 86 | ||
86 | # these plugins have no corresponding library in OE-core or meta-openembedded: | 87 | # these plugins have no corresponding library in OE-core or meta-openembedded: |
87 | # openni2 winks direct3d directsound winscreencap apple_media iqa | 88 | # openni2 winks direct3d directsound winscreencap apple_media iqa |
88 | # android_media avc bs2b chromaprint dts fdkaac gme gsm kate ladspa | 89 | # android_media avc bs2b chromaprint dts fdkaac gme gsm kate ladspa |
89 | # lv2 mpeg2enc mplex musepack nvenc ofa opensles soundtouch | 90 | # lv2 mpeg2enc mplex musepack nvenc ofa opensles soundtouch |
90 | # spandsp teletextdec vdpau wasapi wpe x265 zbar | 91 | # spandsp teletextdec vdpau wasapi wpe x265 |
91 | 92 | ||
92 | EXTRA_OECONF += " \ | 93 | EXTRA_OECONF += " \ |
93 | --enable-decklink \ | 94 | --enable-decklink \ |
@@ -131,7 +132,6 @@ EXTRA_OECONF += " \ | |||
131 | --disable-winscreencap \ | 132 | --disable-winscreencap \ |
132 | --disable-wpe \ | 133 | --disable-wpe \ |
133 | --disable-x265 \ | 134 | --disable-x265 \ |
134 | --disable-zbar \ | ||
135 | ${@bb.utils.contains("TUNE_FEATURES", "mx32", "--disable-yadif", "", d)} \ | 135 | ${@bb.utils.contains("TUNE_FEATURES", "mx32", "--disable-yadif", "", d)} \ |
136 | " | 136 | " |
137 | 137 | ||