]> git.sesse.net Git - x264/commit
configure: Define feature test macros for --std=gnu99
authorHenrik Gramner <henrik@gramner.com>
Sun, 31 Jan 2016 19:21:01 +0000 (20:21 +0100)
committerHenrik Gramner <henrik@gramner.com>
Mon, 11 Apr 2016 14:58:23 +0000 (16:58 +0200)
commit5be32efc244d96aa56be462664b5c56d7318e86d
tree742d1f63ff71d9ae07fca7f935386f24962cfde0
parentc01bf42117b811a0469f9f6c374f4a0daa98716d
configure: Define feature test macros for --std=gnu99

Makes the printf() family functions on MinGW use the correct C99 POSIX
versions instead of the broken pre-VS2015 Microsoft ones.

Also allows us to get rid of some _GNU_SOURCE and _ISOC99_SOURCE defines.
common/cpu.c
common/set.c
configure
encoder/analyse.c
encoder/ratecontrol.c
x264.c