[FFmpeg-cvslog] configure: Try to fix detection of ARM Compiler 5.04
Michael Niedermayer
git at videolan.org
Fri Mar 21 17:57:00 CET 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Mar 21 17:51:16 2014 +0100| [db55365d0f938ee93ed660a14c07f10f2a66dd10] | committer: Michael Niedermayer
configure: Try to fix detection of ARM Compiler 5.04
Fixes Ticket 3364
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=db55365d0f938ee93ed660a14c07f10f2a66dd10
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 41e6451..5ce2961 100755
--- a/configure
+++ b/configure
@@ -3187,7 +3187,7 @@ probe_cc(){
_cflags_speed='-fast'
_cflags_size='-O1'
_flags_filter=ccc_flags
- elif $_cc --vsn 2>/dev/null | grep -q "ARM C/C++ Compiler"; then
+ elif $_cc --vsn 2>/dev/null | grep -Eq "ARM C/C[+][+] Compiler|Component: ARM Compiler "; then
test -d "$sysroot" || die "No valid sysroot specified."
_type=armcc
_ident=$($_cc --vsn | head -n1)
More information about the ffmpeg-cvslog
mailing list