Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] vlc: update opencv disabling flag
@ 2014-03-07 12:45 Samuel Martin
  2014-03-07 21:43 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Samuel Martin @ 2014-03-07 12:45 UTC (permalink / raw)
  To: buildroot

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>
---
 package/vlc/vlc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
index e6d0ded..a9ee620 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),)
-- 
1.9.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] vlc: update opencv disabling flag
  2014-03-07 12:45 [Buildroot] [PATCH] vlc: update opencv disabling flag Samuel Martin
@ 2014-03-07 21:43 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-03-07 21:43 UTC (permalink / raw)
  To: buildroot

Dear Samuel Martin,

On Fri,  7 Mar 2014 13:45:21 +0100, Samuel Martin wrote:
> 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>
> ---
>  package/vlc/vlc.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-03-07 21:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-07 12:45 [Buildroot] [PATCH] vlc: update opencv disabling flag Samuel Martin
2014-03-07 21:43 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox