Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-01-20 23:58:04 +0300
committerMåns Rullgård <mans@mansr.com>2010-01-20 23:58:04 +0300
commit5fcb865b7525f4ba6d601008bc6a2fb28be5af1e (patch)
treedcfc5c240cbcf85605c32b20ae07688e39101e64 /configure
parent138132be6d5a6032151670a34e7b176a7c3caab9 (diff)
Translate -mfpu=vfpv3 for TMS470
Originally committed as revision 21357 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index dc96d74ed3..7dfc6db8dc 100755
--- a/configure
+++ b/configure
@@ -1692,6 +1692,7 @@ elif $cc -version 2>/dev/null | grep -q TMS470; then
;;
-mfpu=neon) echo --float_support=vfpv3 --neon ;;
-mfpu=vfp) echo --float_support=vfpv2 ;;
+ -mfpu=vfpv3) echo --float_support=vfpv3 ;;
-msoft-float) echo --float_support=vfplib ;;
-Os) echo -O3 -mf=2 ;;
-O[0-3]) echo $flag -mf=5 ;;