1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-14 02:33:51 +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 #else
#ifdef _WIN32
#include <SDL_video.h> #include <SDL_video.h>
#else
#include <SDL/SDL_video.h>
#endif
typedef struct AVFormatContext AVFormatContext; typedef struct AVFormatContext AVFormatContext;
typedef struct AVCodecContext AVCodecContext; typedef struct AVCodecContext AVCodecContext;
@ -284,7 +280,6 @@ public:
const char *data; // video buffer const char *data; // video buffer
int length; // video size int length; // video size
unsigned int offset; // current data offset unsigned int offset; // current data offset
}; };
#endif #endif