mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
configure: Use check_cpp in CPP flags tests
This commit is contained in:
parent
831005b230
commit
8a6e7a67cb
4
configure
vendored
4
configure
vendored
@ -865,7 +865,7 @@ check_code(){
|
||||
|
||||
check_cppflags(){
|
||||
log check_cppflags "$@"
|
||||
check_cc "$@" <<EOF && append CPPFLAGS "$@"
|
||||
check_cpp "$@" <<EOF && append CPPFLAGS "$@"
|
||||
int x;
|
||||
EOF
|
||||
}
|
||||
@ -1135,7 +1135,7 @@ check_host_cpp(){
|
||||
|
||||
check_host_cppflags(){
|
||||
log check_host_cppflags "$@"
|
||||
check_host_cc "$@" <<EOF && append host_cppflags "$@"
|
||||
check_host_cpp "$@" <<EOF && append host_cppflags "$@"
|
||||
int x;
|
||||
EOF
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user