/* * tools.c: VDR/C++ wrapper for common tools * * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * * $Id: tools.c,v 1.2 2009-01-27 09:25:22 phintuka Exp $ * */ #define __STDC_CONSTANT_MACROS #include #define __STDC_FORMAT_MACROS #include #include #include "logdefs.h" //#include "tools/vdrdiscovery.c" #include "tools/pes.c" #include "tools/mpeg.c" #include "tools/h264.c" #include "tools/ts.c"