mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-11 18:09:36 +00:00
configure: Identify icc compiler with a less ambiguous pattern
This commit is contained in:
parent
b58b00aeca
commit
b2d688ea9f
2
configure
vendored
2
configure
vendored
@ -2364,7 +2364,7 @@ probe_cc(){
|
|||||||
fi
|
fi
|
||||||
_cflags_speed='-O3'
|
_cflags_speed='-O3'
|
||||||
_cflags_size='-Os'
|
_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
|
_type=icc
|
||||||
_ident=$($_cc --version | head -n1)
|
_ident=$($_cc --version | head -n1)
|
||||||
_depflags='-MMD'
|
_depflags='-MMD'
|
||||||
|
Loading…
Reference in New Issue
Block a user