|
@@ -73,7 +73,8 @@ GST1_PLUGINS_BAD_CONF_OPTS += \
|
|
|
-Dmagicleap=disabled \
|
|
|
-Disac=disabled \
|
|
|
-Diqa=disabled \
|
|
|
- -Dopencv=disabled
|
|
|
+ -Dopencv=disabled \
|
|
|
+ -Ddirectfb=disabled
|
|
|
|
|
|
GST1_PLUGINS_BAD_DEPENDENCIES = gst1-plugins-base gstreamer1
|
|
|
|
|
@@ -547,13 +548,6 @@ else
|
|
|
GST1_PLUGINS_BAD_CONF_OPTS += -Ddecklink=disabled
|
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DIRECTFB),y)
|
|
|
-GST1_PLUGINS_BAD_CONF_OPTS += -Ddirectfb=enabled
|
|
|
-GST1_PLUGINS_BAD_DEPENDENCIES += directfb
|
|
|
-else
|
|
|
-GST1_PLUGINS_BAD_CONF_OPTS += -Ddirectfb=disabled
|
|
|
-endif
|
|
|
-
|
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DVB),y)
|
|
|
GST1_PLUGINS_BAD_CONF_OPTS += -Ddvb=enabled
|
|
|
GST1_PLUGINS_BAD_DEPENDENCIES += dtv-scan-tables
|