Commit 8377b2b6 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '33b88f2a'

* commit '33b88f2a':
  msvc/icl: Use __declspec(noinline)
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents e1f74ad1 33b88f2a
......@@ -52,6 +52,8 @@
#if AV_GCC_VERSION_AT_LEAST(3,1)
# define av_noinline __attribute__((noinline))
#elif defined(_MSC_VER)
# define av_noinline __declspec(noinline)
#else
# define av_noinline
#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