summaryrefslogtreecommitdiffstats
path: root/package/vlc
diff options
context:
space:
mode:
Diffstat (limited to 'package/vlc')
-rw-r--r--package/vlc/vlc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
index 19f1058dfa..901f06d34c 100644
--- a/package/vlc/vlc.mk
+++ b/package/vlc/vlc.mk
@@ -45,7 +45,7 @@ VLC_CONF_OPTS += \
--disable-opencv
# Building static and shared doesn't work, so force static off.
-ifeq ($(BR2_PREFER_STATIC_LIB),)
+ifeq ($(BR2_STATIC_LIBS),)
VLC_CONF_OPTS += --disable-static
endif
OpenPOWER on IntegriCloud