mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
configure: Move log2 dependency declaration to a place it takes effect
It was incorrectly moved in c869fcdeac
.
This commit is contained in:
parent
2756516466
commit
1a5fdf9519
4
configure
vendored
4
configure
vendored
@ -1578,6 +1578,9 @@ fast_unaligned_if_any="ppc x86"
|
||||
|
||||
need_memalign="altivec neon sse"
|
||||
|
||||
# system capabilities
|
||||
log2_deps="!libc_msvcrt"
|
||||
|
||||
symver_if_any="symver_asm_label symver_gnu_asm"
|
||||
|
||||
# subsystems
|
||||
@ -3453,7 +3456,6 @@ case $libc_type in
|
||||
add_compat msvcrt/snprintf.o snprintf=avpriv_snprintf \
|
||||
_snprintf=avpriv_snprintf \
|
||||
vsnprintf=avpriv_vsnprintf
|
||||
disable log2
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user