summaryrefslogtreecommitdiff
path: root/decoder.h
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-03-27 19:55:02 +0100
committerJochen Dolze <vdr@dolze.de>2010-03-27 19:55:02 +0100
commit2863a88a41959952cfce6b9c01c55d33a3252ef2 (patch)
treedd3494133c3d8f631b8fcc3c3d0a80a9e12ee1fa /decoder.h
parentbf0339d02b66db18a54ce4862370f2ba2fa5034f (diff)
downloadvdr-plugin-markad-2863a88a41959952cfce6b9c01c55d33a3252ef2.tar.gz
vdr-plugin-markad-2863a88a41959952cfce6b9c01c55d33a3252ef2.tar.bz2
Got rid of <vdr/tool.h> dependency
Diffstat (limited to 'decoder.h')
-rw-r--r--decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder.h b/decoder.h
index f35ddfe..46e9f74 100644
--- a/decoder.h
+++ b/decoder.h
@@ -10,7 +10,6 @@
#define __STDC_CONSTANT_MACROS
-#include <vdr/tools.h> // needed for (d/e/i)syslog
#include <stdint.h>
#include <sched.h>
@@ -37,6 +36,7 @@ extern "C"
#if LIBAVCODEC_VERSION_INT < ((52<<16)+(23<<8)+0)
#include <libavformat/avformat.h>
#endif
+#include "debug.h"
}
#include "global.h"