diff options
author | phintuka <phintuka> | 2009-02-16 16:28:21 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-02-16 16:28:21 +0000 |
commit | 2a908b4f3ab249e23b5c0e1f75f6a2fb4ad729af (patch) | |
tree | 2be90722470cf2386fafee3fd6d5bd632bf1058d | |
parent | 42abde00c5115e1c94c545b2bc1e2f3f714bfbf2 (diff) | |
download | xineliboutput-2a908b4f3ab249e23b5c0e1f75f6a2fb4ad729af.tar.gz xineliboutput-2a908b4f3ab249e23b5c0e1f75f6a2fb4ad729af.tar.bz2 |
Include just headers, not code
-rw-r--r-- | xine_input_vdr.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/xine_input_vdr.c b/xine_input_vdr.c index abb1e27c..89bc3a94 100644 --- a/xine_input_vdr.c +++ b/xine_input_vdr.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_input_vdr.c,v 1.229 2009-02-13 15:19:06 phintuka Exp $ + * $Id: xine_input_vdr.c,v 1.230 2009-02-16 16:28:21 phintuka Exp $ * */ @@ -67,6 +67,8 @@ #include "xine_input_vdr_net.h" #include "xine_osd_command.h" +#include "tools/mpeg.h" +#include "tools/h264.h" #include "tools/pes.h" #include "tools/ts.h" @@ -221,13 +223,6 @@ static void SetupLogLevel(void) # include "tools/debug_mutex.h" #endif -/************************************************************************/ - -#include "tools/pes.c" -#include "tools/mpeg.c" -#include "tools/h264.c" -#include "tools/ts.c" - /******************************* DATA ***********************************/ #define KILOBYTE(x) (1024 * (x)) |