mirror of https://github.com/FFmpeg/FFmpeg.git
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.htmlpull/258/head
parent
8f9edf89d5
commit
4ea8f57548
1 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue