From: Bernd Kuhls Date: Sun, 12 Oct 2014 15:38:12 +0000 (+0200) Subject: package/vlc: Fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f89d90d605d5cf3b683258611d78c8cc4e9f531b;p=buildroot.git package/vlc: Fix typo Signed-off-by: Bernd Kuhls Signed-off-by: Peter Korsgaard --- diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk index 13c72ce8ce..5a7508745e 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