mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00: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:
parent
cc27551fea
commit
f89d90d605
@ -50,7 +50,7 @@ VLC_CONF_OPTS += --disable-static
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_POWERPC_CPU_HAS_ALTIVEC),y)
|
ifeq ($(BR2_POWERPC_CPU_HAS_ALTIVEC),y)
|
||||||
VCL_CONF_OPTS += --enable-altivec
|
VLC_CONF_OPTS += --enable-altivec
|
||||||
else
|
else
|
||||||
VLC_CONF_OPTS += --disable-altivec
|
VLC_CONF_OPTS += --disable-altivec
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user