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
This commit is contained in:
reimar 2008-01-27 11:28:13 +00:00
parent 63aadc8204
commit af86efaee0
1 changed files with 0 additions and 4 deletions

View File

@ -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