Fix a compile problem in gcc 3.2

This commit is contained in:
Glenn Maynard
2003-09-02 19:30:20 +00:00
parent a551ff23f1
commit 26d830d9da
@@ -11,6 +11,11 @@
#define SUPPORT_MOVIETEXTURE_FFMPEG
/* Fix a compile problem in gcc 3.2: */
#if defined(HAVE_INTTYPES_H)
#include <inttypes.h>
#endif
namespace avcodec
{
#if defined(_WIN32)