diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-01-28 14:37:44 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-01-28 14:37:44 +0000 |
commit | d44b50b0af724a37e6a2df7ba2c075d1f14fe818 (patch) | |
tree | 7da2aac8341252c43407215e8a880024e20b9176 /libavcodec | |
parent | cb009a8cffc645c895e842c951ce771f0651bab3 (diff) | |
download | ffmpeg-streaming-d44b50b0af724a37e6a2df7ba2c075d1f14fe818.zip ffmpeg-streaming-d44b50b0af724a37e6a2df7ba2c075d1f14fe818.tar.gz |
win32: added vsnprintf
Originally committed as revision 1518 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/common.h b/libavcodec/common.h index dadc184..e2bec49 100644 --- a/libavcodec/common.h +++ b/libavcodec/common.h @@ -88,6 +88,7 @@ typedef INT64 int64_t; # endif # define snprintf _snprintf +# define vsnprintf _vsnprintf /* CONFIG_WIN32 end */ #elif defined (CONFIG_OS2) |