summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2009-01-27 09:25:22 +0000
committerphintuka <phintuka>2009-01-27 09:25:22 +0000
commit2050f36909d1ae53b100a64d75b18e868295d0a9 (patch)
tree52d48bafd8196cf63b9a672894bb5d6bc3ef4d23
parent907dfca143a4af28363fe614bc39c6b29d0d1040 (diff)
downloadxineliboutput-2050f36909d1ae53b100a64d75b18e868295d0a9.tar.gz
xineliboutput-2050f36909d1ae53b100a64d75b18e868295d0a9.tar.bz2
Added tools/ts.c to VDR plugin
-rw-r--r--tools.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools.c b/tools.c
index dcca8d1c..480325f0 100644
--- a/tools.c
+++ b/tools.c
@@ -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"