[FFmpeg-cvslog] configure: add support for 74kf cpu
Shivraj Patil
git at videolan.org
Fri Apr 10 13:13:11 CEST 2015
ffmpeg | branch: master | Shivraj Patil <shivraj.patil at imgtec.com> | Thu Apr 9 20:09:40 2015 +0530| [7fdd31421cfe670d0ee37200c6c9739acd1168be] | committer: Michael Niedermayer
configure: add support for 74kf cpu
Signed-off-by: Shivraj Patil <shivraj.patil at imgtec.com>
Reviewed-by: Nedeljko Babic <Nedeljko.Babic at imgtec.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7fdd31421cfe670d0ee37200c6c9739acd1168be
---
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
More information about the ffmpeg-cvslog
mailing list