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
|
||||
ifeq ($(BR2_powerpc),y)
|
||||
ifeq ($(BR2_powerpc_7400)$(BR2_powerpc_7450)$(BR2_powerpc_970),y)
|
||||
FFMPEG_CONF_OPT -= --enable-altivec
|
||||
FFMPEG_CONF_OPT += --enable-altivec
|
||||
else
|
||||
FFMPEG_CONF_OPT += --disable-altivec
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user