Ver código fonte

Fixed include path.

Frank Zago 16 anos atrás
pai
commit
d8cfced035
1 arquivos alterados com 0 adições e 5 exclusões
  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