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>
@@ -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
- --enable-mipsfpu
+FFMPEG_CONF_OPTS += --enable-mipsfpu
ifeq ($(BR2_mips_32r2),y)