mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
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:
committed by
Peter Korsgaard
parent
eedc206b76
commit
9aee5570b4
@@ -430,11 +430,9 @@ FFMPEG_CONF_OPTS += --enable-neon
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_MIPS_SOFT_FLOAT),y)
|
ifeq ($(BR2_MIPS_SOFT_FLOAT),y)
|
||||||
FFMPEG_CONF_OPTS += \
|
FFMPEG_CONF_OPTS += --disable-mipsfpu
|
||||||
--disable-mipsfpu
|
|
||||||
else
|
else
|
||||||
FFMPEG_CONF_OPTS += \
|
FFMPEG_CONF_OPTS += --enable-mipsfpu
|
||||||
--enable-mipsfpu
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_mips_32r2),y)
|
ifeq ($(BR2_mips_32r2),y)
|
||||||
|
|||||||
Reference in New Issue
Block a user