summaryrefslogtreecommitdiffstats
path: root/package/vlc
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2018-08-11 10:48:55 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-08-16 11:59:14 +0200
commit84d64e0f780d530a189de3b16f0a5c76b89e0049 (patch)
treecbfa2ec21b2e0adf0e11aac1055d3c20423b8d80 /package/vlc
parenta5374ceeeeca5b68e636a2cf2bc1b5cde451bd67 (diff)
downloadbuildroot-84d64e0f780d530a189de3b16f0a5c76b89e0049.tar.gz
buildroot-84d64e0f780d530a189de3b16f0a5c76b89e0049.zip
package/vlc: needs speexdsp for optional speex support
Fixes configure warning: checking for SPEEX... yes checking for SPEEXDSP... no configure: WARNING: Package speexdsp was not found in the pkg-config search path. Perhaps you should add the directory containing `speexdsp.pc' to the PKG_CONFIG_PATH environment variable Package 'speexdsp', required by 'world', not found. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/vlc')
-rw-r--r--package/vlc/vlc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
index 56bfdced53..af85377c94 100644
--- a/package/vlc/vlc.mk
+++ b/package/vlc/vlc.mk
@@ -381,9 +381,9 @@ else
VLC_CONF_OPTS += --disable-sdl-image
endif
-ifeq ($(BR2_PACKAGE_SPEEX),y)
+ifeq ($(BR2_PACKAGE_SPEEX)$(BR2_PACKAGE_SPEEXDSP),yy)
VLC_CONF_OPTS += --enable-speex
-VLC_DEPENDENCIES += speex
+VLC_DEPENDENCIES += speex speexdsp
else
VLC_CONF_OPTS += --disable-speex
endif
OpenPOWER on IntegriCloud