[FFmpeg-devel] [PATCH 3/4] configure: add support for 74kf cpu

shivraj.patil at imgtec.com shivraj.patil at imgtec.com
Thu Apr 9 16:21:40 CEST 2015


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

Signed-off-by: Shivraj Patil <shivraj.patil at imgtec.com>
---
 configure | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configure b/configure
index 788b715..5d741ba 100755
--- a/configure
+++ b/configure
@@ -3884,6 +3884,11 @@ elif enabled mips; then
             disable mipsfpu
             disable msa
         ;;
+        74kf)
+            disable mips32r5
+            disable mips64r6
+            disable msa
+        ;;
         p5600)
             disable mips64r6
             disable mipsdspr1
-- 
2.3.2



More information about the ffmpeg-devel mailing list