1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-03-03 14:32:16 +02:00
FFmpeg/libavfilter
Clément Bœsch 8f9edf89d5 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
2017-03-29 14:49:29 +02:00
..
2016-12-01 09:53:38 +01:00
2017-03-27 14:06:16 +01:00
2017-01-12 15:07:18 +01:00
2016-11-13 19:11:07 -06:00
2016-11-27 20:46:20 +01:00
2017-01-12 10:22:52 +01:00
2017-01-12 14:06:16 +01:00
2017-03-27 14:06:16 +01:00
2017-03-27 14:06:16 +01:00
2016-09-07 15:36:54 +02:00
2016-10-09 20:09:00 +02:00
2016-09-24 09:52:10 +02:00
2017-03-12 15:02:33 +00:00
2017-01-30 18:44:08 +01:00