mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/ffmpeg: replace utf-8 space by ascii character
Replace utf-8 NO-BREAK-SPACE (c2 a0) in comment line by simple ascii space character. Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
ad4a2b5e1c
commit
476f587f63
@ -490,7 +490,7 @@ else
|
|||||||
FFMPEG_CONF_OPTS += --enable-mipsfpu
|
FFMPEG_CONF_OPTS += --enable-mipsfpu
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Fix build failure on "addi opcode not supported"
|
# Fix build failure on "addi opcode not supported"
|
||||||
ifeq ($(BR2_mips_32r6)$(BR2_mips_64r6),y)
|
ifeq ($(BR2_mips_32r6)$(BR2_mips_64r6),y)
|
||||||
FFMPEG_CONF_OPTS += --disable-asm
|
FFMPEG_CONF_OPTS += --disable-asm
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user