summaryrefslogtreecommitdiff
path: root/tools/ts.c
diff options
context:
space:
mode:
authorphintuka <phintuka>2009-03-31 11:33:05 +0000
committerphintuka <phintuka>2009-03-31 11:33:05 +0000
commitd7b675e40b7234294e58770bd5e10afc319f1a50 (patch)
treeaf63ebeacbfa3d0b16e60e5a2700dd5013dc23ff /tools/ts.c
parent3ae6dbb891897c5ffb4980aa8780c14409192dae (diff)
downloadxineliboutput-d7b675e40b7234294e58770bd5e10afc319f1a50.tar.gz
xineliboutput-d7b675e40b7234294e58770bd5e10afc319f1a50.tar.bz2
Fixed "missing symbol SysLogLevel" when loaded to xine-ui
Diffstat (limited to 'tools/ts.c')
-rw-r--r--tools/ts.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/ts.c b/tools/ts.c
index 2723cd9b..adc27c3d 100644
--- a/tools/ts.c
+++ b/tools/ts.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: ts.c,v 1.5 2009-02-16 16:03:18 phintuka Exp $
+ * $Id: ts.c,v 1.6 2009-03-31 11:33:05 phintuka Exp $
*
*/
@@ -12,7 +12,11 @@
#include <stdlib.h>
#include <string.h>
-#include "../logdefs.h"
+#ifndef LOG_MODULENAME
+# define LOG_MODULENAME "[mpeg-ts ] "
+# define SysLogLevel iSysLogLevel
+# include "../logdefs.h"
+#endif
#include "mpeg.h"
#include "ts.h"