|
@@ -70,7 +70,6 @@ GST1_PLUGINS_BAD_CONF_OPTS += \
|
|
-Dsvthevcenc=disabled \
|
|
-Dsvthevcenc=disabled \
|
|
-Dtranscode=disabled \
|
|
-Dtranscode=disabled \
|
|
-Dwasapi2=disabled \
|
|
-Dwasapi2=disabled \
|
|
- -Dzxing=disabled \
|
|
|
|
-Dmagicleap=disabled \
|
|
-Dmagicleap=disabled \
|
|
-Disac=disabled \
|
|
-Disac=disabled \
|
|
-Diqa=disabled \
|
|
-Diqa=disabled \
|
|
@@ -812,6 +811,13 @@ else
|
|
GST1_PLUGINS_BAD_CONF_OPTS += -Dzbar=disabled
|
|
GST1_PLUGINS_BAD_CONF_OPTS += -Dzbar=disabled
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_ZXING),y)
|
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += -Dzxing=enabled
|
|
|
|
+GST1_PLUGINS_BAD_DEPENDENCIES += zxing-cpp
|
|
|
|
+else
|
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += -Dzxing=disabled
|
|
|
|
+endif
|
|
|
|
+
|
|
# Add GPL license if GPL licensed plugins enabled.
|
|
# Add GPL license if GPL licensed plugins enabled.
|
|
ifeq ($(GST1_PLUGINS_BAD_HAS_GPL_LICENSE),y)
|
|
ifeq ($(GST1_PLUGINS_BAD_HAS_GPL_LICENSE),y)
|
|
GST1_PLUGINS_BAD_CONF_OPTS += -Dgpl=enabled
|
|
GST1_PLUGINS_BAD_CONF_OPTS += -Dgpl=enabled
|