Removed #ifdef WIN32 around #include <errno.h> to fix build under Mandrake build.

This commit is contained in:
Robert Osfield
2009-04-20 19:05:59 +00:00
parent 8b4d95689f
commit 147486f57a

View File

@@ -6,9 +6,7 @@
extern "C"
{
#define __STDC_CONSTANT_MACROS
#ifdef WIN32
#include <errno.h> // for error codes defined in avformat.h
#endif
#include <stdint.h>
#include <avcodec.h>
#include <avformat.h>