mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 05:24:42 +00:00
configure: move config.fate creation after OS section
The OS label can be changed, and we want this to be reflected. Originally committed as revision 24953 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6f9ea29ec6
commit
db7515fd1e
4
configure
vendored
4
configure
vendored
@ -2231,8 +2231,6 @@ esac
|
||||
enable $subarch
|
||||
enabled spic && enable pic
|
||||
|
||||
echo "config:$arch:$subarch:$cpu:$target_os:$cc_ident:$FFMPEG_CONFIGURATION" >config.fate
|
||||
|
||||
# OS specific
|
||||
case $target_os in
|
||||
haiku)
|
||||
@ -2380,6 +2378,8 @@ case $target_os in
|
||||
;;
|
||||
esac
|
||||
|
||||
echo "config:$arch:$subarch:$cpu:$target_os:$cc_ident:$FFMPEG_CONFIGURATION" >config.fate
|
||||
|
||||
check_cpp_condition stdlib.h "defined(__PIC__) || defined(__pic__) || defined(PIC)" && enable pic
|
||||
|
||||
set_default $PATHS_LIST
|
||||
|
Loading…
Reference in New Issue
Block a user