This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
configure: Identify icc compiler with a less ambiguous pattern
tags/n1.2
Diego Biurrun
12 years ago
parent
b58b00aeca
commit
b2d688ea9f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure
+ 1
- 1
configure
View File
@@ -2364,7 +2364,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'
Write
Preview
Loading…
Cancel
Save