mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
Merge commit '8267f9363532b23b3b8b4e27491ee2d412a8aec3'
* commit '8267f9363532b23b3b8b4e27491ee2d412a8aec3': configure: Set default HOSTCFLAGS/HOSTCPPFLAGS after compiler detection Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
383d2339e0
4
configure
vendored
4
configure
vendored
@ -2512,8 +2512,6 @@ HOSTCC_E='-E -o $@'
|
||||
HOSTCC_O='-o $@'
|
||||
HOSTLD_O='-o $@'
|
||||
|
||||
host_cflags='-O3'
|
||||
host_cppflags='-D_ISOC99_SOURCE'
|
||||
host_libs='-lm'
|
||||
host_cflags_filter=echo
|
||||
host_ldflags_filter=echo
|
||||
@ -3596,8 +3594,10 @@ check_cc -D_LARGEFILE_SOURCE <<EOF && add_cppflags -D_LARGEFILE_SOURCE
|
||||
#include <stdlib.h>
|
||||
EOF
|
||||
|
||||
add_host_cppflags -D_ISOC99_SOURCE
|
||||
check_host_cflags -std=c99
|
||||
check_host_cflags -Wall
|
||||
check_host_cflags -O3
|
||||
|
||||
check_64bit(){
|
||||
arch32=$1
|
||||
|
Loading…
x
Reference in New Issue
Block a user