Browse Source

msvc/icl: Use __declspec(noinline)

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n2.1
Alex Smith Martin Storsjö 12 years ago
parent
commit
33b88f2a4a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavutil/attributes.h

+ 2
- 0
libavutil/attributes.h View File

@@ -42,6 +42,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


Loading…
Cancel
Save