[FFmpeg-cvslog] configure: tms470: add mapping for -mfpu=vfpv3-d16 flag

Mans Rullgard git at videolan.org
Sun Oct 14 14:49:33 CEST 2012


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sat Oct 13 01:34:42 2012 +0100| [b5198a2637b7b45b0049a1d4b386a06f016f2520] | committer: Mans Rullgard

configure: tms470: add mapping for -mfpu=vfpv3-d16 flag

Signed-off-by: Mans Rullgard <mans at mansr.com>

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

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

diff --git a/configure b/configure
index 534c80d..3dbacd3 100755
--- a/configure
+++ b/configure
@@ -2209,6 +2209,7 @@ tms470_flags(){
             -mfpu=neon)     echo --float_support=vfpv3 --neon ;;
             -mfpu=vfp)      echo --float_support=vfpv2        ;;
             -mfpu=vfpv3)    echo --float_support=vfpv3        ;;
+            -mfpu=vfpv3-d16) echo --float_support=vfpv3d16    ;;
             -msoft-float)   echo --float_support=vfplib       ;;
             -O[0-3]|-mf=*)  echo $flag                        ;;
             -g)             echo -g -mn                       ;;



More information about the ffmpeg-cvslog mailing list