Removed #ifdef WIN32 around #include <errno.h> to fix build under Mandrake build.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user