Commit 471b7abe authored by michael's avatar michael

av_noinline


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7992 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2252871b
...@@ -44,8 +44,10 @@ ...@@ -44,8 +44,10 @@
#ifndef av_always_inline #ifndef av_always_inline
#if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0) #if defined(__GNUC__) && (__GNUC__ > 3 || __GNUC__ == 3 && __GNUC_MINOR__ > 0)
# define av_always_inline __attribute__((always_inline)) inline # define av_always_inline __attribute__((always_inline)) inline
# define av_noinline __attribute__((noinline))
#else #else
# define av_always_inline inline # define av_always_inline inline
# define av_noinline
#endif #endif
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment