]> granicus.if.org Git - libx264/commit
Fix zone parsing on mingw
authorSteven Walters <kemuri9@gmail.com>
Thu, 10 Dec 2009 00:03:19 +0000 (16:03 -0800)
committerFiona Glaser <fiona@x264.com>
Fri, 11 Dec 2009 01:11:26 +0000 (17:11 -0800)
commite09a20eb39776192715025f52637edf6208488e9
treee77f709ea3f453bdf7fa91b069179272c2fb179f
parent84ccdd3a6d1fd2193daabc75cc6299e24fb0e996
Fix zone parsing on mingw
Due to MinGW evidently being in the hands of a pack of phenomenal idiots, MinGW does not have strtok_r, a basic string function.
As such, remove the dependency on strtok_r in zone parsing.
Previously, using zones for anything other than ratecontrol failed.
encoder/ratecontrol.c