mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-03-12 23:45:01 +01: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>