[FFmpeg-devel] [PATCH 3/4] configure: add support for 74kf cpu
Nedeljko Babic
Nedeljko.Babic at imgtec.com
Fri Apr 10 09:22:31 CEST 2015
LGTM
Thanks,
Nedeljko
________________________________________
Od: ffmpeg-devel-bounces at ffmpeg.org [ffmpeg-devel-bounces at ffmpeg.org] u ime korisnika Shivraj Patil
Poslato: 9. april 2015 16:21
Za: ffmpeg-devel at ffmpeg.org
Cc: Shivraj Patil
Tema: [FFmpeg-devel] [PATCH 3/4] configure: add support for 74kf cpu
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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
More information about the ffmpeg-devel
mailing list