Commit f8d8d2e2 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge remote-tracking branch 'qatar/master'

* qatar/master:
  configure: Move log2 dependency declaration to a place it takes effect
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 8e5a2989 1a5fdf95
......@@ -1815,6 +1815,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
......@@ -3894,7 +3897,6 @@ case $libc_type in
add_compat msvcrt/snprintf.o snprintf=avpriv_snprintf \
_snprintf=avpriv_snprintf \
vsnprintf=avpriv_vsnprintf
disable log2
;;
esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment