From 5623eda874dd036387c7a9a99da805825a669567 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Tue, 8 Jun 2010 19:26:53 +0200 Subject: Re-ordered includes --- command/decoder.cpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'command/decoder.cpp') diff --git a/command/decoder.cpp b/command/decoder.cpp index 6b01404..4d94950 100644 --- a/command/decoder.cpp +++ b/command/decoder.cpp @@ -5,6 +5,22 @@ * */ +#define __STDC_CONSTANT_MACROS + +#include +#include +#include +#include +#include + +#ifndef DECLARE_ALIGNED +#define DECLARE_ALIGNED(n,t,v) t v __attribute__ ((aligned (n))) +#endif + +#ifndef CPU_COUNT +#define CPU_COUNT(i) 1 // very crude ;) +#endif + #include "decoder.h" cMarkAdDecoder::cMarkAdDecoder(bool useH264, bool useMP2, bool hasAC3) -- cgit v1.2.3