1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00

Fixed include path.

This commit is contained in:
Frank Zago 2009-06-23 00:00:15 +00:00
parent 3e7a180613
commit d8cfced035

View File

@ -244,11 +244,7 @@ public:
#else
#ifdef _WIN32
#include <SDL_video.h>
#else
#include <SDL/SDL_video.h>
#endif
typedef struct AVFormatContext AVFormatContext;
typedef struct AVCodecContext AVCodecContext;
@ -284,7 +280,6 @@ public:
const char *data; // video buffer
int length; // video size
unsigned int offset; // current data offset
};
#endif