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

Nedeljko Babic Nedeljko.Babic at imgtec.com
Wed Apr 1 16:21:37 CEST 2015


LGTM

Thanks,
Nedeljko
________________________________________
Od: ffmpeg-devel-bounces at ffmpeg.org [ffmpeg-devel-bounces at ffmpeg.org] u ime korisnika Shivraj Patil
Poslato: 1. april 2015 15:58
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 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

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


More information about the ffmpeg-devel mailing list