mirror of
https://github.com/mpv-player/mpv
synced 2025-04-18 05:07:18 +00:00
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:
parent
63aadc8204
commit
af86efaee0
@ -3,11 +3,7 @@
|
|||||||
|
|
||||||
/* 1 frame = 4608 byte PCM */
|
/* 1 frame = 4608 byte PCM */
|
||||||
|
|
||||||
#ifdef __GNUC__
|
|
||||||
#define LOCAL static inline
|
#define LOCAL static inline
|
||||||
#else
|
|
||||||
#define LOCAL static _inline
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//#undef LOCAL
|
//#undef LOCAL
|
||||||
//#define LOCAL
|
//#define LOCAL
|
||||||
|
Loading…
Reference in New Issue
Block a user