mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-19 05:51:10 +00:00
When attempting to re-enable the AltiVec support it was noticed that we need to undefine _POSIX_C_SOURCE to appease the headers for ff_get_cpu_flags_ppc() to be able to compile. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>