[oe-commits] [openembedded-core] 27/27: gstreamer1.0-plugins-bad: add PACKAGECONFIG option for zbar

git at git.openembedded.org git at git.openembedded.org
Mon Nov 25 17:59:16 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 655e46772c7f93469e42e791037013338bdcf787
Author: Norbert Wesp <n.wesp at phytec.de>
AuthorDate: Thu Nov 21 15:31:32 2019 +0100

    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.
    
    Signed-off-by: Norbert Wesp <n.wesp at phytec.de>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.16.1.bb | 4 ++--
 1 file 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 1731be8..ed3efab 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
 PACKAGECONFIG[webp]            = "--enable-webp,--disable-webp,libwebp"
 PACKAGECONFIG[webrtc]          = "--enable-webrtc,--disable-webrtc,libnice"
 PACKAGECONFIG[webrtcdsp]       = "--enable-webrtcdsp,--disable-webrtcdsp,webrtc-audio-processing"
+PACKAGECONFIG[zbar]            = "--enable-zbar,--disable-zbar,zbar"
 
 # these plugins have no corresponding library in OE-core or meta-openembedded:
 #   openni2 winks direct3d directsound winscreencap apple_media iqa
 #   android_media avc bs2b chromaprint dts fdkaac gme gsm kate ladspa
 #   lv2 mpeg2enc mplex musepack nvenc ofa opensles soundtouch
-#   spandsp teletextdec vdpau wasapi wpe x265 zbar
+#   spandsp teletextdec vdpau wasapi wpe x265
 
 EXTRA_OECONF += " \
     --enable-decklink \
@@ -131,7 +132,6 @@ EXTRA_OECONF += " \
     --disable-winscreencap \
     --disable-wpe \
     --disable-x265 \
-    --disable-zbar \
     ${@bb.utils.contains("TUNE_FEATURES", "mx32", "--disable-yadif", "", d)} \
 "
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list