[FFmpeg-devel] [PATCH] Disabled mipsdspr1 under 74kc cpu and disabled all mips hardware acceleration by default.

shivraj.patil at imgtec.com shivraj.patil at imgtec.com
Tue Mar 24 14:42:03 CET 2015


From: Shivraj Patil <shivraj.patil at imgtec.com>

---
 configure | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/configure b/configure
index 4827a4d..1a08347 100755
--- a/configure
+++ b/configure
@@ -3839,6 +3839,12 @@ elif enabled mips; then
         ;;
         74kc)
             disable mipsfpu
+            disable mipsdspr1
+        ;;
+        *)
+            disable mipsfpu
+            disable mipsdspr1
+            disable mipsdspr2
         ;;
     esac
 
-- 
2.3.2



More information about the ffmpeg-devel mailing list