mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09: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:
committed by
Peter Korsgaard
parent
ad4a2b5e1c
commit
476f587f63
@@ -490,7 +490,7 @@ else
|
||||
FFMPEG_CONF_OPTS += --enable-mipsfpu
|
||||
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)
|
||||
FFMPEG_CONF_OPTS += --disable-asm
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user