@@ -202,7 +202,7 @@ void CBIKHandler::open(std::string name)
#else
-#include "SDL_Extensions.h"
+#include "../client/SDL_Extensions.h"
extern "C" {
#include <libavformat/avformat.h>
@@ -150,9 +150,17 @@ public:
void close();
};
+class CVideoPlayer
+{
+};
+
+#ifdef _WIN32
+#include <SDL_video.h>
+#else
#include <SDL/SDL_video.h>
+#endif
typedef struct AVFormatContext AVFormatContext;
typedef struct AVCodecContext AVCodecContext;