gst-plugins-bad: add zbar plugin

Add gstreamer zbar plugin.

Signed-off-by: Viacheslav Volkov <sv99@inbox.ru>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Volkov Viacheslav 2015-10-29 09:45:48 +03:00 committed by Thomas Petazzoni
parent 3da4704bb2
commit 1b5352e794
2 changed files with 11 additions and 0 deletions

View File

@ -319,4 +319,8 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_VP8
bool "vp8"
select BR2_PACKAGE_LIBVPX
config BR2_PACKAGE_GST_PLUGINS_BAD_ZBAR
bool "zbar"
select BR2_PACKAGE_ZBAR
endif

View File

@ -588,4 +588,11 @@ else
GST_PLUGINS_BAD_CONF_OPTS += --disable-vp8
endif
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_ZBAR),y)
GST_PLUGINS_BAD_CONF_OPTS += --enable-zbar
GST_PLUGINS_BAD_DEPENDENCIES += zbar
else
GST_PLUGINS_BAD_CONF_OPTS += --disable-zbar
endif
$(eval $(autotools-package))