mirror of https://github.com/OpenIPC/firmware.git
Config.in: Add configuration of nvcodec for gst1-plugins-bad-openipc (#1427)
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>pull/1431/head
parent
bcb2514b03
commit
19c0c5757a
|
@ -101,7 +101,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_OPENIPC_PLUGIN_DVBSUBENC
|
||||||
help
|
help
|
||||||
DVB subpicture encoding support
|
DVB subpicture encoding support
|
||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DVBSUBOVERLAY
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_OPENIPC_PLUGIN_DVBSUBOVERLAY
|
||||||
bool "dvbsuboverlay"
|
bool "dvbsuboverlay"
|
||||||
help
|
help
|
||||||
DVB subtitle renderer plugin
|
DVB subtitle renderer plugin
|
||||||
|
@ -218,6 +218,9 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_OPENIPC_PLUGIN_MXF
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_OPENIPC_PLUGIN_NETSIM
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_OPENIPC_PLUGIN_NETSIM
|
||||||
bool "netsim"
|
bool "netsim"
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_OPENIPC_PLUGIN_NVCODEC
|
||||||
|
bool "nvcodec"
|
||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_OPENIPC_PLUGIN_ONVIF
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_OPENIPC_PLUGIN_ONVIF
|
||||||
bool "onvif"
|
bool "onvif"
|
||||||
|
|
||||||
|
@ -606,7 +609,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_OPENIPC_PLUGIN_SNDFILE
|
||||||
bool "sndfile"
|
bool "sndfile"
|
||||||
select BR2_PACKAGE_LIBSNDFILE
|
select BR2_PACKAGE_LIBSNDFILE
|
||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SRTP
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_OPENIPC_PLUGIN_SRTP
|
||||||
bool "srtp"
|
bool "srtp"
|
||||||
select BR2_PACKAGE_LIBSRTP
|
select BR2_PACKAGE_LIBSRTP
|
||||||
|
|
||||||
|
@ -642,7 +645,7 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_OPENIPC_PLUGIN_VA
|
||||||
comment "va needs a toolchain w/ threads, dynamic library"
|
comment "va needs a toolchain w/ threads, dynamic library"
|
||||||
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_OPENIPC_VOAACENC
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_OPENIPC_OPENIPC_VOAACENC
|
||||||
bool "voaacenc"
|
bool "voaacenc"
|
||||||
select BR2_PACKAGE_VO_AACENC
|
select BR2_PACKAGE_VO_AACENC
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue