summaryrefslogtreecommitdiff
path: root/libavutil/mem.h
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-03-26 20:51:14 +0200
committerClément Bœsch <u@pkh.me>2017-03-29 14:49:29 +0200
commit46068070314d56f66b681796635d38d497ef3bda (patch)
tree2d3cdd53bd808e356aae11397df635067533e752 /libavutil/mem.h
parent4ea8f57548f36b0104bc372b2a6d3d4eaae0ce70 (diff)
lavfi/xbr: undef PI if defined
This conflict with the DJGPP libc math.h which includes a PI macro (to M_PI). 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.
Diffstat (limited to 'libavutil/mem.h')
0 files changed, 0 insertions, 0 deletions