os: fix OpenBSD/PowerPC compilation
authorBrad <brad@comstyle.com>
Sat, 2 Apr 2011 21:16:59 +0000 (17:16 -0400)
committerLuca Barbato <lu_zero@gentoo.org>
Sun, 10 Apr 2011 03:02:29 +0000 (05:02 +0200)
commit3028b6ede624410d40ab7c77a67b62fc6ad3a8f0
treeb32ac7c4b71d834edc2c4dc66c0b466bf662c7f5
parent73389754c911bc3171019f0bb98b7aeeb0ef32e6
os: fix OpenBSD/PowerPC compilation

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>
libavutil/ppc/cpu.c