[FFmpeg-cvslog] r25122 - trunk/configure
mru
subversion
Tue Sep 14 20:55:20 CEST 2010
Author: mru
Date: Tue Sep 14 20:55:20 2010
New Revision: 25122
Log:
Update pathscale compiler detection
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Sep 14 19:11:51 2010 (r25121)
+++ trunk/configure Tue Sep 14 20:55:20 2010 (r25122)
@@ -1967,7 +1967,7 @@ elif $cc -V 2>&1 | grep -q Sun; then
esac
done
}
-elif $cc -v 2>&1 | grep -q PathScale; then
+elif $cc -v 2>&1 | grep -q 'PathScale\|Path64'; then
cc_type=pathscale
cc_version=__PATHSCALE__
cc_ident=$($cc -v 2>&1 | head -n1 | tr -d :)
More information about the ffmpeg-cvslog
mailing list