[MPlayer-cvslog] r25876 - trunk/mp3lib/sr1.c

reimar subversion at mplayerhq.hu
Sun Jan 27 12:28:13 CET 2008


Author: reimar
Date: Sun Jan 27 12:28:13 2008
New Revision: 25876

Log:
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.


Modified:
   trunk/mp3lib/sr1.c

Modified: trunk/mp3lib/sr1.c
==============================================================================
--- trunk/mp3lib/sr1.c	(original)
+++ trunk/mp3lib/sr1.c	Sun Jan 27 12:28:13 2008
@@ -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



More information about the MPlayer-cvslog mailing list