Commit 1f646d71 authored by Samuel Martin's avatar Samuel Martin Committed by Thomas Petazzoni
Browse files

vlc: update opencv disabling flag

This patch completes the commit d7f13e50
turning --{with,without}- options in --{enable,disable}- options.

Fixes:
  http://autobuild.buildroot.net/results/a34/a34abdcc92a6b2cf976760d66adf6c7572743bb4/



Signed-off-by: default avatarSamuel Martin <s.martin49@gmail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent a888535d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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),)