]> granicus.if.org Git - libvpx/commit
Fixed compilation on mingw with secure APIs enabled by default.
authorJacek Caban <cjacek@gmail.com>
Thu, 13 Feb 2014 11:19:30 +0000 (12:19 +0100)
committerJohann <johannkoenig@google.com>
Sat, 15 Feb 2014 04:13:56 +0000 (20:13 -0800)
commitaed2ca4b39dab703bc858ac00c80b15bff2dde4c
treec29e0395edcdbd09e48640656e9f72bc77960450
parent437850366530437aec63bb03bb3040db4b68fc06
Fixed compilation on mingw with secure APIs enabled by default.

If MINGW_HAS_SECURE_API is defined, we don't need to declare strtok_s, but we still need strtok_r define.

Change-Id: I7cf781bb58f991a2bdce6a2ccf5082f6924579a3
vpx/src/svc_encodeframe.c