diff options
Diffstat (limited to 'tools/h264.c')
-rw-r--r-- | tools/h264.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tools/h264.c b/tools/h264.c index b6380ef0..8adcf7cc 100644 --- a/tools/h264.c +++ b/tools/h264.c @@ -4,15 +4,14 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: h264.c,v 1.5 2008-07-29 14:01:36 phintuka Exp $ + * $Id: h264.c,v 1.6 2009-02-16 16:03:18 phintuka Exp $ * */ +#include <stdint.h> +#include <string.h> -#ifndef LOGDBG -# include <vdr/tools.h> -# include "../logdefs.h" -#endif +#include "../logdefs.h" #define NOCACHE 1 #include "bitstream.h" |