From: Samuel Martin Date: Fri, 7 Mar 2014 12:45:21 +0000 (+0100) Subject: vlc: update opencv disabling flag X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f646d71e40b697de9c8d3ac9985a02d2a878e8a;p=buildroot.git vlc: update opencv disabling flag This patch completes the commit d7f13e500e5970577e7abd96a0e9254a1e8f643f turning --{with,without}- options in --{enable,disable}- options. Fixes: http://autobuild.buildroot.net/results/a34/a34abdcc92a6b2cf976760d66adf6c7572743bb4/ Signed-off-by: Samuel Martin Signed-off-by: Thomas Petazzoni --- diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk index e6d0dedd93..a9ee62015a 100644 --- a/package/vlc/vlc.mk +++ b/package/vlc/vlc.mk @@ -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),)