[Buildroot] [PATCH 1/1] package/vlc: Fix typo

Bernd Kuhls bernd.kuhls at t-online.de
Sun Oct 12 15:38:12 UTC 2014


Signed-off-by: Bernd Kuhls <bernd.kuhls at t-online.de>
---
 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 13c72ce..5a75087 100644
--- a/package/vlc/vlc.mk
+++ b/package/vlc/vlc.mk
@@ -50,7 +50,7 @@ VLC_CONF_OPTS += --disable-static
 endif
 
 ifeq ($(BR2_POWERPC_CPU_HAS_ALTIVEC),y)
-VCL_CONF_OPTS += --enable-altivec
+VLC_CONF_OPTS += --enable-altivec
 else
 VLC_CONF_OPTS += --disable-altivec
 endif
-- 
1.7.10.4



More information about the buildroot mailing list