mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
Set default flag filters before compiler detection
This allows use of the add_*flags functions in the compiler detection section. Originally committed as revision 19428 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b9349ff4ca
commit
19b4c62883
8
configure
vendored
8
configure
vendored
@ -1477,6 +1477,10 @@ EOF
|
|||||||
die "Sanity test failed."
|
die "Sanity test failed."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
filter_cflags=echo
|
||||||
|
filter_cppflags=echo
|
||||||
|
filter_asflags=echo
|
||||||
|
|
||||||
if $cc --version 2>/dev/null | grep -qi gcc; then
|
if $cc --version 2>/dev/null | grep -qi gcc; then
|
||||||
cc_type=gcc
|
cc_type=gcc
|
||||||
elif $cc --version 2>/dev/null | grep -q Intel; then
|
elif $cc --version 2>/dev/null | grep -q Intel; then
|
||||||
@ -1508,10 +1512,6 @@ test -n "$cc_type" && enable $cc_type || echolog "Unknown C compiler $cc"
|
|||||||
: ${ld_default:=$cc}
|
: ${ld_default:=$cc}
|
||||||
set_default as dep_cc ld
|
set_default as dep_cc ld
|
||||||
|
|
||||||
: ${filter_cflags:=echo}
|
|
||||||
: ${filter_cppflags:=echo}
|
|
||||||
: ${filter_asflags:=echo}
|
|
||||||
|
|
||||||
add_cflags $extra_cflags
|
add_cflags $extra_cflags
|
||||||
add_asflags $extra_cflags
|
add_asflags $extra_cflags
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user