diff options
author | Clément Bœsch <u@pkh.me> | 2017-03-26 20:41:41 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-03-29 14:49:29 +0200 |
commit | 8f9edf89d5d4a90eed4a798175e97e07a885ab79 (patch) | |
tree | c5f711238fb7302f77862125315e3be7bb96724a /libavformat/takdec.c | |
parent | 2d12b910f71093b782726d00b94643f7f21ca27d (diff) | |
download | ffmpeg-8f9edf89d5d4a90eed4a798175e97e07a885ab79.tar.gz |
lavfi/dynaudnorm: rename pow2 to pow_2
This conflict with the DJGPP libc which includes a pow2 function¹
We cannot make DJGPP POSIX only (using -D_POSIX_SOURCE) to avoid this
kind of symbols conflicts due to the lack of both posix_memalign and
memalign (DJGPP non standard function) in that POSIX mode. We currently
rely on memalign for aligned heap allocation.
[1]: http://www.delorie.com/djgpp/doc/libc-2.02/libc_536.html
Diffstat (limited to 'libavformat/takdec.c')
0 files changed, 0 insertions, 0 deletions