From 272954954cf53505655a95ff6b54b877920cfd98 Mon Sep 17 00:00:00 2001 From: Mohamed Tarek Date: Thu, 13 Aug 2009 20:02:31 +0000 Subject: Modify the mdct library to enable using it outside rockbox - No functional changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22295 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/lib/mdct2.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/codecs/lib/mdct2.h') diff --git a/apps/codecs/lib/mdct2.h b/apps/codecs/lib/mdct2.h index ba0f12972e..3c25e03093 100644 --- a/apps/codecs/lib/mdct2.h +++ b/apps/codecs/lib/mdct2.h @@ -28,7 +28,10 @@ # //define LOOKUP_T const ogg_int32_t #endif +#ifdef ROCKBOX #include +#endif /* ROCKBOX */ + #include "asm_arm.h" #include "asm_mcf5249.h" #include "codeclib_misc.h" -- cgit v1.2.3