package/ffmpeg: cosmetic change for the mips fpu option
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
eedc206b76
commit
9aee5570b4
@ -430,11 +430,9 @@ FFMPEG_CONF_OPTS += --enable-neon
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_MIPS_SOFT_FLOAT),y)
|
||||
FFMPEG_CONF_OPTS += \
|
||||
--disable-mipsfpu
|
||||
FFMPEG_CONF_OPTS += --disable-mipsfpu
|
||||
else
|
||||
FFMPEG_CONF_OPTS += \
|
||||
--enable-mipsfpu
|
||||
FFMPEG_CONF_OPTS += --enable-mipsfpu
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_mips_32r2),y)
|
||||
|
Loading…
Reference in New Issue
Block a user