mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-03 05:10:03 +02:00
Merge commit '8a6e7a67cb2943f552569801539829a304971302'
* commit '8a6e7a67cb2943f552569801539829a304971302': configure: Use check_cpp in CPP flags tests Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
commit
3795899978
4
configure
vendored
4
configure
vendored
@ -1018,7 +1018,7 @@ check_code(){
|
||||
|
||||
check_cppflags(){
|
||||
log check_cppflags "$@"
|
||||
check_cc "$@" <<EOF && append CPPFLAGS "$@"
|
||||
check_cpp "$@" <<EOF && append CPPFLAGS "$@"
|
||||
int x;
|
||||
EOF
|
||||
}
|
||||
@ -1391,7 +1391,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