mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 00:17:43 +00:00
gst1-plugins-bad: add new timecode plugin
Add a new explicit option for the dependency-less timecode plugin. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ee267886bc
commit
2485193b5d
@ -419,6 +419,9 @@ config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_SUBENC
|
|||||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_STEREO
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_STEREO
|
||||||
bool "stereo"
|
bool "stereo"
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_TIMECODE
|
||||||
|
bool "timecode"
|
||||||
|
|
||||||
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_TTA
|
config BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_TTA
|
||||||
bool "tta"
|
bool "tta"
|
||||||
|
|
||||||
|
@ -517,6 +517,12 @@ else
|
|||||||
GST1_PLUGINS_BAD_CONF_OPTS += --disable-stereo
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-stereo
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_TIMECODE),y)
|
||||||
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-timecode
|
||||||
|
else
|
||||||
|
GST1_PLUGINS_BAD_CONF_OPTS += --disable-timecode
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_TTA),y)
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_TTA),y)
|
||||||
GST1_PLUGINS_BAD_CONF_OPTS += --enable-tta
|
GST1_PLUGINS_BAD_CONF_OPTS += --enable-tta
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user