gst-plugins-base: add missing orc dependency
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
c6a3b7bff2
commit
94f70d5810
@ -26,6 +26,10 @@ GST_PLUGINS_BASE_CONF_OPT = \
|
||||
|
||||
GST_PLUGINS_BASE_DEPENDENCIES = gstreamer
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ORC),y)
|
||||
GST_PLUGINS_BASE_DEPENDENCIES += orc
|
||||
endif
|
||||
|
||||
# alsa support needs pcm+mixer support, but configure fails to check for it
|
||||
ifeq ($(BR2_PACKAGE_ALSA_LIB)$(BR2_PACKAGE_ALSA_LIB_MIXER)$(BR2_PACKAGE_ALSA_LIB_PCM),yyy)
|
||||
GST_PLUGINS_BASE_DEPENDENCIES += alsa-lib
|
||||
|
Loading…
Reference in New Issue
Block a user