|
@@ -71,7 +71,6 @@ GST1_PLUGINS_BAD_CONF_OPTS += \
|
|
|
--disable-gme \
|
|
|
--disable-xvid \
|
|
|
--disable-vdpau \
|
|
|
- --disable-sbc \
|
|
|
--disable-schro \
|
|
|
--disable-zbar \
|
|
|
--disable-rtmp \
|
|
@@ -743,6 +742,13 @@ else
|
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-rsvg
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SBC),y)
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += --enable-sbc
|
|
|
+GST1_PLUGINS_BAD_DEPENDENCIES += sbc
|
|
|
+else
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += --disable-sbc
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SDL),y)
|
|
|
GST1_PLUGINS_BAD_CONF_ENV += ac_cv_path_SDL_CONFIG=$(STAGING_DIR)/usr/bin/sdl-config
|
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-sdl
|