From af86efaee02c61782c1f7ea8342a9e13bbf0c212 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 27 Jan 2008 11:28:13 +0000 Subject: Always use inline instead of _inline, the former is supported by all compilers we care about, while e.g. ICC does not support the later. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25876 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/sr1.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mp3lib') diff --git a/mp3lib/sr1.c b/mp3lib/sr1.c index 2abc10cca0..2cadb020bc 100644 --- a/mp3lib/sr1.c +++ b/mp3lib/sr1.c @@ -3,11 +3,7 @@ /* 1 frame = 4608 byte PCM */ -#ifdef __GNUC__ #define LOCAL static inline -#else -#define LOCAL static _inline -#endif //#undef LOCAL //#define LOCAL -- cgit v1.2.3