Fix Debug build failure with ffmpeg enabled on MSVC 8

This commit is contained in:
2006-12-06 09:48:27 +00:00
parent 0723372c2b
commit 1c54c72eaa

View File

@@ -21,8 +21,11 @@
#include <stdio.h>
#if defined(_WIN32) && defined(_DEBUG) && !defined(__MINGW32__) && !defined(__CYGWIN__)
/* This does not seem necessary or present on MSVC 8, but may be needed in earlier versions? */
#if _MSC_VER < 1400
#include <stdint.h>
#endif
#endif
#include <stdlib.h>