[FFmpeg-devel] [PATCH] Use _snprintf for mingw build
Fred Rothganger
fred
Mon Oct 15 06:42:03 CEST 2007
I am compiling ffmpeg under cygwin with -mno-cygwin, and then linking
the resulting static libs under MSVC 2005 edition. There are three
symbols that remain undefined at link time:
_snprintf
_gettimeofday
_round
This patch addresses _snprintf. The following two patches will address
the other issues. If someone knows of a better solution, please tell
me. Otherwise, please consider applying these patches.
-- Fred
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: internal.h.diff
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071014/c709d3e3/attachment.asc>
More information about the ffmpeg-devel
mailing list