From 024db0a766f9590baea73babfefff278c28a5b2c Mon Sep 17 00:00:00 2001 From: Pedro Vasconcelos Date: Fri, 27 May 2005 09:14:00 +0000 Subject: Basic optimizations of the Vorbis decoder for the ihp-1x0. Capable of real-time decoding with cpu freq at 120mhz. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6527 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/Tremor/os.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/codecs/Tremor/os.h') diff --git a/apps/codecs/Tremor/os.h b/apps/codecs/Tremor/os.h index 65a4992..bb4b867 100644 --- a/apps/codecs/Tremor/os.h +++ b/apps/codecs/Tremor/os.h @@ -24,12 +24,12 @@ # define _V_IFDEFJAIL_H_ # ifdef __GNUC__ -# define STIN static __inline__ +# define STIN static inline # elif _WIN32 -# define STIN static __inline +# define STIN static __inline__ # endif #else -# define STIN static +# define STIN static inline #endif #ifndef M_PI -- cgit v1.1