LGTM Thanks, Nedeljko ________________________________________ Od: [email protected] [[email protected]] u ime korisnika Shivraj Patil Poslato: 1. april 2015 15:58 Za: [email protected] Cc: Shivraj Patil Tema: [FFmpeg-devel] [PATCH 3/4] configure: add support for 74kf cpu
From: Shivraj Patil <[email protected]> Signed-off-by: Shivraj Patil <[email protected]> --- 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 [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
