diff options
author | Jochen Dolze <vdr@dolze.de> | 2011-12-06 13:06:43 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2011-12-06 13:06:43 +0100 |
commit | c7515e1d85371141c7822555e2997aee8f4dc70b (patch) | |
tree | 192fc1318b8b8181bb7374ad7591f19b103d38aa /command/decoder.cpp | |
parent | 1911754cd2fec37592c2ce8124ddfdf18bba09e7 (diff) | |
download | vdr-plugin-markad-c7515e1d85371141c7822555e2997aee8f4dc70b.tar.gz vdr-plugin-markad-c7515e1d85371141c7822555e2997aee8f4dc70b.tar.bz2 |
Fixed decoder.h bug
Diffstat (limited to 'command/decoder.cpp')
-rw-r--r-- | command/decoder.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/command/decoder.cpp b/command/decoder.cpp index aa461db..29a1483 100644 --- a/command/decoder.cpp +++ b/command/decoder.cpp @@ -20,6 +20,8 @@ #define CPU_COUNT(i) 1 // very crude ;) #endif +#include "decoder.h" + #ifndef AVMEDIA_TYPE_AUDIO #define AVMEDIA_TYPE_AUDIO CODEC_TYPE_AUDIO #endif |