mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
Add lame support in gstreamer
Signed-off-by: Maxime Ripard <maxime@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
08540f43b6
commit
63b7450072
@ -38,6 +38,10 @@ config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_SYNAESTHESIA
|
|||||||
|
|
||||||
comment "plugins with external dependencies (there may be more available)"
|
comment "plugins with external dependencies (there may be more available)"
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_LAME
|
||||||
|
bool "lame (*.mp3 audio encoder)"
|
||||||
|
select BR2_PACKAGE_LAME
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MAD
|
config BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MAD
|
||||||
bool "mad (*.mp3 audio)"
|
bool "mad (*.mp3 audio)"
|
||||||
select BR2_PACKAGE_LIBID3TAG
|
select BR2_PACKAGE_LIBID3TAG
|
||||||
|
@ -60,6 +60,13 @@ else
|
|||||||
GST_PLUGINS_UGLY_CONF_OPT += --disable-synaesthesia
|
GST_PLUGINS_UGLY_CONF_OPT += --disable-synaesthesia
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_LAME),y)
|
||||||
|
GST_PLUGINS_UGLY_CONF_OPT += --enable-lame
|
||||||
|
GST_PLUGINS_UGLY_DEPENDENCIES += lame
|
||||||
|
else
|
||||||
|
GST_PLUGINS_UGLY_CONF_OPT += --disable-lame
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MAD),y)
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_UGLY_PLUGIN_MAD),y)
|
||||||
GST_PLUGINS_UGLY_CONF_OPT += --enable-mad
|
GST_PLUGINS_UGLY_CONF_OPT += --enable-mad
|
||||||
GST_PLUGINS_UGLY_DEPENDENCIES += libid3tag libmad
|
GST_PLUGINS_UGLY_DEPENDENCIES += libid3tag libmad
|
||||||
|
Loading…
x
Reference in New Issue
Block a user