From b03406e31c5e5d4f8a4e065b03e68330885a3832 Mon Sep 17 00:00:00 2001 From: deva Date: Sun, 10 Apr 2005 20:38:45 +0000 Subject: lots of styff! --- src/img_encoder.h | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/img_encoder.h') diff --git a/src/img_encoder.h b/src/img_encoder.h index 25779ce..79f4184 100644 --- a/src/img_encoder.h +++ b/src/img_encoder.h @@ -23,16 +23,22 @@ #ifndef __RTVIDEOREC_IMGENCODER_H #define __RTVIDEOREC_IMGENCODER_H +#include "dvframe.h" +#include "util.h" + #include #include #include #include extern "C" { +#ifdef HAVE_STDLIB_H +#undef HAVE_STDLIB_H +#endif #include +#ifdef HAVE_STDLIB_H +#undef HAVE_STDLIB_H +#endif } -#include - -#include "util.h" #define VIDEO_BUFFER_SIZE (1024*1024) // FIXME: One size fits all... @@ -60,5 +66,5 @@ class ImgEncoder { // AVPacket pkt; }; -#endif +#endif /*__RTVIDEOREC_IMGENCODER_H*/ -- cgit v1.2.3