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:
parent
3e7a180613
commit
d8cfced035
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user