From d8cfced035fa40bd37ce411291c9574a9f48fc24 Mon Sep 17 00:00:00 2001 From: Frank Zago Date: Tue, 23 Jun 2009 00:00:15 +0000 Subject: [PATCH] Fixed include path. --- hch/CVideoHandler.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hch/CVideoHandler.h b/hch/CVideoHandler.h index de9bef3e0..d7d12b7b6 100644 --- a/hch/CVideoHandler.h +++ b/hch/CVideoHandler.h @@ -244,11 +244,7 @@ public: #else -#ifdef _WIN32 #include -#else -#include -#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