mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/vlc: Fix typo
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
cc27551fea
commit
f89d90d605
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user