vlc: update opencv disabling flag
authorSamuel Martin <s.martin49@gmail.com>
Fri, 7 Mar 2014 12:45:21 +0000 (13:45 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 7 Mar 2014 21:37:24 +0000 (22:37 +0100)
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 <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/vlc/vlc.mk

index e6d0dedd934f59301c105c705323af1e32a492d9..a9ee62015a516e66ea0c41a5a39fab2de1f799d0 100644 (file)
@@ -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),)