[SCM] libav/experimental: configure: fix tms470 flag mapping for soft-float
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:51:47 UTC 2013
The following commit has been merged in the experimental branch:
commit a27090208eea511f47c4e1b3069c8334639f692f
Author: Måns Rullgård <mans at mansr.com>
Date: Wed Sep 23 13:52:50 2009 +0000
configure: fix tms470 flag mapping for soft-float
Originally committed as revision 19998 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/configure b/configure
index 0f7e531..b174965 100755
--- a/configure
+++ b/configure
@@ -1579,7 +1579,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=softvfp) echo --float_support=vfplib ;;
+ -msoft-float) echo --float_support=vfplib ;;
-Os) echo -O3 -mf=2 ;;
-O[0-3]) echo $flag -mf=5 ;;
-g) echo -g -mn ;;
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list