vlc: update opencv disabling flag
This patch completes the commit d7f13e500e
turning --{with,without}- options in --{enable,disable}- options.
Fixes:
http://autobuild.buildroot.net/results/a34/a34abdcc92a6b2cf976760d66adf6c7572743bb4/
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
a888535d45
commit
1f646d71e4
@ -42,7 +42,7 @@ VLC_CONF_OPT += \
|
||||
--disable-projectm \
|
||||
--disable-vsxu \
|
||||
--disable-mtp \
|
||||
--without-opencv
|
||||
--disable-opencv
|
||||
|
||||
# Building static and shared doesn't work, so force static off.
|
||||
ifeq ($(BR2_PREFER_STATIC_LIB),)
|
||||
|
Loading…
Reference in New Issue
Block a user