瀏覽代碼

Fixed include path.

Frank Zago 16 年之前
父節點
當前提交
d8cfced035
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      hch/CVideoHandler.h

+ 0 - 5
hch/CVideoHandler.h

@@ -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