mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
Fix gst-plugins-bad dependency on libcdaudio
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
fec9d0a099
commit
c198660d41
@ -36,6 +36,10 @@ config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_LEGACYRESAMPLE
|
|||||||
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_BAYER
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_BAYER
|
||||||
bool "bayer"
|
bool "bayer"
|
||||||
|
|
||||||
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CDAUDIO
|
||||||
|
bool "cdaudio"
|
||||||
|
select BR2_PACKAGE_LIBCDAUDIO
|
||||||
|
|
||||||
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CDXAPARSE
|
config BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CDXAPARSE
|
||||||
bool "cdxaparse"
|
bool "cdxaparse"
|
||||||
|
|
||||||
|
@ -69,6 +69,13 @@ else
|
|||||||
GST_PLUGINS_BAD_CONF_OPT += --disable-cdxaparse
|
GST_PLUGINS_BAD_CONF_OPT += --disable-cdxaparse
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_CDAUDIO),y)
|
||||||
|
GST_PLUGINS_BAD_CONF_OPT += --enable-cdaudio
|
||||||
|
GST_PLUGINS_BAD_DEPENDENCIES += libcdaudio
|
||||||
|
else
|
||||||
|
GST_PLUGINS_BAD_CONF_OPT += --disable-cdaudio
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DCCP),y)
|
ifeq ($(BR2_PACKAGE_GST_PLUGINS_BAD_PLUGIN_DCCP),y)
|
||||||
GST_PLUGINS_BAD_CONF_OPT += --enable-dccp
|
GST_PLUGINS_BAD_CONF_OPT += --enable-dccp
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user