gst1-plugins-bad: add x265 plugin

Signed-off-by: Thijs Vermeir <thijsvermeir@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thijs Vermeir 2015-10-24 21:50:29 +02:00 committed by Peter Korsgaard
parent b261a01323
commit d9d1d56426
2 changed files with 8 additions and 1 deletions

View File

@ -635,7 +635,12 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_HLS
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_X265
bool "x265"
depends on BR2_INSTALL_LIBSTDCPP
select BR2_PACKAGE_X265
help
x265 plugin
x265 encoding plugin
comment "x265 needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
endif

View File

@ -760,6 +760,8 @@ endif
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_X265),y)
GST1_PLUGINS_BAD_CONF_OPTS += --enable-x265
GST1_PLUGINS_BAD_DEPENDENCIES += x265
GST1_PLUGINS_BAD_HAS_GPL_LICENSE = y
else
GST1_PLUGINS_BAD_CONF_OPTS += --disable-x265
endif