mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
ffmpeg: fix altivec typo
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
08bd8712ef
commit
3c61d73209
@ -150,7 +150,7 @@ endif
|
|||||||
# Set powerpc altivec appropriately
|
# Set powerpc altivec appropriately
|
||||||
ifeq ($(BR2_powerpc),y)
|
ifeq ($(BR2_powerpc),y)
|
||||||
ifeq ($(BR2_powerpc_7400)$(BR2_powerpc_7450)$(BR2_powerpc_970),y)
|
ifeq ($(BR2_powerpc_7400)$(BR2_powerpc_7450)$(BR2_powerpc_970),y)
|
||||||
FFMPEG_CONF_OPT -= --enable-altivec
|
FFMPEG_CONF_OPT += --enable-altivec
|
||||||
else
|
else
|
||||||
FFMPEG_CONF_OPT += --disable-altivec
|
FFMPEG_CONF_OPT += --disable-altivec
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user