summaryrefslogtreecommitdiffstats
path: root/tremor/os.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-27 11:25:45 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-27 11:25:45 +0000
commit63aadc82048eaf7d9aa311c8d4770e53c852d2ab (patch)
tree2fd5ea38eb830db7c8ed3d82f05758b14714c021 /tremor/os.h
parente4cf8055809ee2d3348296b29840a2cb9a8dac84 (diff)
downloadmpv-63aadc82048eaf7d9aa311c8d4770e53c852d2ab.tar.bz2
mpv-63aadc82048eaf7d9aa311c8d4770e53c852d2ab.tar.xz
Use the standard "static inline" instead of some broken ifdef mess
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25875 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'tremor/os.h')
-rw-r--r--tremor/os.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/tremor/os.h b/tremor/os.h
index 65a4992ffc..27f2a22e63 100644
--- a/tremor/os.h
+++ b/tremor/os.h
@@ -20,17 +20,7 @@
#include <math.h>
#include "os_types.h"
-#ifndef _V_IFDEFJAIL_H_
-# define _V_IFDEFJAIL_H_
-
-# ifdef __GNUC__
-# define STIN static __inline__
-# elif _WIN32
-# define STIN static __inline
-# endif
-#else
-# define STIN static
-#endif
+#define STIN static inline
#ifndef M_PI
# define M_PI (3.1415926536f)