diff options
author | phintuka <phintuka> | 2009-01-27 09:25:22 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2009-01-27 09:25:22 +0000 |
commit | 2050f36909d1ae53b100a64d75b18e868295d0a9 (patch) | |
tree | 52d48bafd8196cf63b9a672894bb5d6bc3ef4d23 | |
parent | 907dfca143a4af28363fe614bc39c6b29d0d1040 (diff) | |
download | xineliboutput-2050f36909d1ae53b100a64d75b18e868295d0a9.tar.gz xineliboutput-2050f36909d1ae53b100a64d75b18e868295d0a9.tar.bz2 |
Added tools/ts.c to VDR plugin
-rw-r--r-- | tools.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: tools.c,v 1.1 2008-02-04 23:05:34 phintuka Exp $ + * $Id: tools.c,v 1.2 2009-01-27 09:25:22 phintuka Exp $ * */ @@ -16,8 +16,9 @@ #include <vdr/tools.h> #include "logdefs.h" +//#include "tools/vdrdiscovery.c" #include "tools/pes.c" #include "tools/mpeg.c" #include "tools/h264.c" - +#include "tools/ts.c" |