|
@@ -590,18 +590,6 @@ endif
|
|
|
|
|
|
# Plugins with dependencies
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SHM),y)
|
|
|
-GST1_PLUGINS_BAD_CONF_OPTS += --enable-shm
|
|
|
-else
|
|
|
-GST1_PLUGINS_BAD_CONF_OPTS += --disable-shm
|
|
|
-endif
|
|
|
-
|
|
|
-ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VCD),y)
|
|
|
-GST1_PLUGINS_BAD_CONF_OPTS += --enable-vcd
|
|
|
-else
|
|
|
-GST1_PLUGINS_BAD_CONF_OPTS += --disable-vcd
|
|
|
-endif
|
|
|
-
|
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_APEXSINK),y)
|
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-apexsink
|
|
|
GST1_PLUGINS_BAD_DEPENDENCIES += openssl
|
|
@@ -616,13 +604,6 @@ else
|
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-assrender
|
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VOAACENC),y)
|
|
|
-GST1_PLUGINS_BAD_CONF_OPTS += --enable-voaacenc
|
|
|
-GST1_PLUGINS_BAD_DEPENDENCIES += vo-aacenc
|
|
|
-else
|
|
|
-GST1_PLUGINS_BAD_CONF_OPTS += --disable-voaacenc
|
|
|
-endif
|
|
|
-
|
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_BZ2),y)
|
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-bz2
|
|
|
GST1_PLUGINS_BAD_DEPENDENCIES += bzip2
|
|
@@ -650,13 +631,6 @@ else
|
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-decklink
|
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WEBP),y)
|
|
|
-GST1_PLUGINS_BAD_CONF_OPTS += --enable-webp
|
|
|
-GST1_PLUGINS_BAD_DEPENDENCIES += webp
|
|
|
-else
|
|
|
-GST1_PLUGINS_BAD_CONF_OPTS += --disable-webp
|
|
|
-endif
|
|
|
-
|
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DIRECTFB),y)
|
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-directfb
|
|
|
GST1_PLUGINS_BAD_DEPENDENCIES += directfb
|
|
@@ -664,6 +638,13 @@ else
|
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-directfb
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DVB),y)
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += --enable-dvb
|
|
|
+GST1_PLUGINS_BAD_DEPENDENCIES += dtv-scan-tables
|
|
|
+else
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += --disable-dvb
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_FAAD),y)
|
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-faad
|
|
|
GST1_PLUGINS_BAD_DEPENDENCIES += faad2
|
|
@@ -678,6 +659,19 @@ else
|
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-fbdev
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_GL),y)
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += --enable-gl
|
|
|
+else
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += --disable-gl
|
|
|
+endif
|
|
|
+
|
|
|
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_HLS),y)
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += --enable-hls
|
|
|
+GST1_PLUGINS_BAD_DEPENDENCIES += gnutls
|
|
|
+else
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += --disable-hls
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_LIBMMS),y)
|
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-libmms
|
|
|
GST1_PLUGINS_BAD_DEPENDENCIES += libmms
|
|
@@ -749,12 +743,6 @@ else
|
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-rsvg
|
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_GL),y)
|
|
|
-GST1_PLUGINS_BAD_CONF_OPTS += --enable-gl
|
|
|
-else
|
|
|
-GST1_PLUGINS_BAD_CONF_OPTS += --disable-gl
|
|
|
-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
|
|
@@ -763,6 +751,12 @@ else
|
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-sdl
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SHM),y)
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += --enable-shm
|
|
|
+else
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += --disable-shm
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SNDFILE),y)
|
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-sndfile
|
|
|
GST1_PLUGINS_BAD_DEPENDENCIES += libsndfile
|
|
@@ -770,18 +764,24 @@ else
|
|
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-sndfile
|
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DVB),y)
|
|
|
-GST1_PLUGINS_BAD_CONF_OPTS += --enable-dvb
|
|
|
-GST1_PLUGINS_BAD_DEPENDENCIES += dtv-scan-tables
|
|
|
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VCD),y)
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += --enable-vcd
|
|
|
else
|
|
|
-GST1_PLUGINS_BAD_CONF_OPTS += --disable-dvb
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += --disable-vcd
|
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_HLS),y)
|
|
|
-GST1_PLUGINS_BAD_CONF_OPTS += --enable-hls
|
|
|
-GST1_PLUGINS_BAD_DEPENDENCIES += gnutls
|
|
|
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_VOAACENC),y)
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += --enable-voaacenc
|
|
|
+GST1_PLUGINS_BAD_DEPENDENCIES += vo-aacenc
|
|
|
else
|
|
|
-GST1_PLUGINS_BAD_CONF_OPTS += --disable-hls
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += --disable-voaacenc
|
|
|
+endif
|
|
|
+
|
|
|
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_WEBP),y)
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += --enable-webp
|
|
|
+GST1_PLUGINS_BAD_DEPENDENCIES += webp
|
|
|
+else
|
|
|
+GST1_PLUGINS_BAD_CONF_OPTS += --disable-webp
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_X265),y)
|