projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9dcccd
)
package/ffmpeg: Fix mips compile
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Fri, 24 Jul 2015 18:13:47 +0000
(20:13 +0200)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sun, 26 Jul 2015 13:22:03 +0000
(15:22 +0200)
buildroot has no support for msa, CONFIG_CPU_HAS_MSA is not enabled in
kernel config.
Fixes
http://autobuild.buildroot.net/results/030/
03055aa696e9e885baabb43fff613d751974a4b7
//
http://autobuild.buildroot.net/results/6b5/
6b5c13c949e8ae23f1b58c6da4002371130e9bb3
//
http://autobuild.buildroot.net/results/1af/
1af3c68bc21503438fb0066f5e51e82e35a5442b
//
and many others
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ffmpeg/ffmpeg.mk
patch
|
blob
|
history
diff --git
a/package/ffmpeg/ffmpeg.mk
b/package/ffmpeg/ffmpeg.mk
index 0162db2daec8acba7f431e5ca8138146d837b46f..28c601226500ce773ae340cb03329f2d72560c54 100644
(file)
--- a/
package/ffmpeg/ffmpeg.mk
+++ b/
package/ffmpeg/ffmpeg.mk
@@
-41,6
+41,7
@@
FFMPEG_CONF_OPTS = \
--enable-runtime-cpudetect \
--disable-hardcoded-tables \
--disable-memalign-hack \
+ --disable-msa \
--enable-hwaccels \
--disable-avisynth \
--disable-frei0r \