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