[FFmpeg-cvslog] configure: add cpuflags for loongson3 series cpu

周晓勇 git at videolan.org
Wed May 20 17:58:50 CEST 2015


ffmpeg | branch: master | 周晓勇 <zhouxiaoyong at loongson.cn> | Wed May 20 18:17:56 2015 +0800| [f9d05786a82f25a18dbf8e2fe208e46405bb64c8] | committer: Michael Niedermayer

configure: add cpuflags for loongson3 series cpu

Signed-off-by: ZhouXiaoyong <zhouxiaoyong at loongson.cn>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f9d05786a82f25a18dbf8e2fe208e46405bb64c8
---

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 7152afc..a02fe4a 100755
--- a/configure
+++ b/configure
@@ -3937,6 +3937,7 @@ elif enabled mips; then
             enable fast_cmov
             enable fast_unaligned
             disable aligned_stack
+            cpuflags="-march=loongson3a -mhard-float"
         ;;
         generic)
             disable mips32r5



More information about the ffmpeg-cvslog mailing list