summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-27 11:28:13 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-27 11:28:13 +0000
commitaf86efaee02c61782c1f7ea8342a9e13bbf0c212 (patch)
treeb930254ecb9c7b947336fd54453004d44e64e9e4 /mp3lib
parent63aadc82048eaf7d9aa311c8d4770e53c852d2ab (diff)
downloadmpv-af86efaee02c61782c1f7ea8342a9e13bbf0c212.tar.bz2
mpv-af86efaee02c61782c1f7ea8342a9e13bbf0c212.tar.xz
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
Diffstat (limited to 'mp3lib')
-rw-r--r--mp3lib/sr1.c4
1 files changed, 0 insertions, 4 deletions
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