diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-12-10 09:25:18 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-12-10 10:25:12 +0100 |
commit | 1a5fdf9519d7f4b9a1bdda623516c37744f569bd (patch) | |
tree | 3140c6689f5208911feb811348f18c011520cb57 /configure | |
parent | 27565164665174034b0e8dc218d13f26b95eed02 (diff) | |
download | ffmpeg-1a5fdf9519d7f4b9a1bdda623516c37744f569bd.tar.gz |
configure: Move log2 dependency declaration to a place it takes effect
It was incorrectly moved in c869fcdeac3b7cd71a852b928902daadeca55685.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |