[SCM] libav/experimental: Update pathscale compiler detection
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 17:15:49 UTC 2013
The following commit has been merged in the experimental branch:
commit 180ec37dff1e8f59fc4e84a68714abbfe4b5ee64
Author: Måns Rullgård <mans at mansr.com>
Date: Tue Sep 14 18:55:20 2010 +0000
Update pathscale compiler detection
Originally committed as revision 25122 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/configure b/configure
index 26db167..d15be70 100755
--- a/configure
+++ b/configure
@@ -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 :)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list