[FFmpeg-devel] [PATCH 3/4] configure: add support for 74kf cpu
shivraj.patil at imgtec.com
shivraj.patil at imgtec.com
Wed Apr 1 15:58:56 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 f70472e..f9caf11 100755
--- a/configure
+++ b/configure
@@ -3883,6 +3883,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