package/ffmpeg: cosmetic change for the mips fpu option
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Sat, 2 Jul 2016 13:32:15 +0000 (15:32 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 2 Jul 2016 14:12:03 +0000 (16:12 +0200)
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>
package/ffmpeg/ffmpeg.mk

index a2026dc5b1a2d94034ef7caecf7036ebb714367d..d5396ad821dcba9e9b45b1c7f280b958473117af 100644 (file)
@@ -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)