summaryrefslogtreecommitdiff
path: root/tools.c
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>2010-04-04 19:20:29 +0000
committercvs2svn <admin@example.com>2010-04-04 19:20:29 +0000
commitcde3ee7dade952baf6274f38ca81b316fbcf0c6a (patch)
treefd73f71d41a6d9b9a66c37eb3e6e172a6155aed3 /tools.c
parent07de8081b90d309a2b8aaa6050b8e71fa017ae2f (diff)
downloadxineliboutput-libbluray-r103.tar.gz
xineliboutput-libbluray-r103.tar.bz2
This commit was manufactured by cvs2svn to create tag 'libbluray-r103'.libbluray-r103
Diffstat (limited to 'tools.c')
-rw-r--r--tools.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/tools.c b/tools.c
deleted file mode 100644
index 480325f0..00000000
--- a/tools.c
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * 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 <stdint.h>
-#define __STDC_FORMAT_MACROS
-#include <inttypes.h>
-
-#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"