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:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-26 15:39:26 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-02-26 15:39:26 +0400
commit13fa074173269308f5051bb1a683c9ed54ab8735 (patch)
treecd4fa30b5b54e7dbc38b4c9cb7d5708ff5b91824 /configure
parent2b277f2992d66b7f02fdf8d3642c326087d362a9 (diff)
parente951b6d94c441d46b396ef12da1428297d77251d (diff)
Merge commit 'e951b6d94c441d46b396ef12da1428297d77251d'
* commit 'e951b6d94c441d46b396ef12da1428297d77251d': vorbisdec: cosmetics: rename variable avccontext to avctx configure: Identify icc compiler with a less ambiguous pattern Conflicts: libavcodec/vorbisdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a67a4317d1..61667253e1 100755
--- a/configure
+++ b/configure
@@ -2636,7 +2636,7 @@ probe_cc(){
fi
_cflags_speed='-O3'
_cflags_size='-Os'
- elif $_cc --version 2>/dev/null | grep -q Intel; then
+ elif $_cc --version 2>/dev/null | grep -q ^icc; then
_type=icc
_ident=$($_cc --version | head -n1)
_depflags='-MMD'