From c7515e1d85371141c7822555e2997aee8f4dc70b Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Tue, 6 Dec 2011 13:06:43 +0100 Subject: Fixed decoder.h bug --- command/decoder.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'command') 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 -- cgit v1.2.3