summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorShivraj Patil <shivraj.patil@imgtec.com>2017-06-01 14:07:19 +0530
committerMichael Niedermayer <michael@niedermayer.cc>2017-06-03 00:09:58 +0200
commit6f35c21659f7802a5533dea04b24958502886d7a (patch)
treec3efc8609082b952516274695f20be88484966a0 /configure
parent43c417ac1adb89cd2c0fa5e5b6a6d955c792b42d (diff)
downloadffmpeg-streaming-6f35c21659f7802a5533dea04b24958502886d7a.zip
ffmpeg-streaming-6f35c21659f7802a5533dea04b24958502886d7a.tar.gz
Disable MSA optimization for big endian arch
The current upstreamed code has been written and tested for Little Endian systems. We do have plans to add the Big Endian support in near future, but till that time, need to disable all to avoid its usage and failures. Signed-off-by: Shivraj Patil <shivraj.patil@imgtec.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 72060ef..4ec8f21 100755
--- a/configure
+++ b/configure
@@ -5392,6 +5392,10 @@ elif enabled mips; then
enabled mipsdsp && check_inline_asm_flags mipsdsp '"addu.qb $t0, $t1, $t2"' '-mdsp'
enabled mipsdspr2 && check_inline_asm_flags mipsdspr2 '"absq_s.qb $t0, $t1"' '-mdspr2'
+ if enabled bigendian && enabled msa; then
+ disable msa
+ fi
+
elif enabled parisc; then
if enabled gcc; then
OpenPOWER on IntegriCloud