mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00: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:
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user