mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
msvc/icl: Use __declspec(noinline)
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
09f2581dc5
commit
33b88f2a4a
@ -42,6 +42,8 @@
|
|||||||
|
|
||||||
#if AV_GCC_VERSION_AT_LEAST(3,1)
|
#if AV_GCC_VERSION_AT_LEAST(3,1)
|
||||||
# define av_noinline __attribute__((noinline))
|
# define av_noinline __attribute__((noinline))
|
||||||
|
#elif defined(_MSC_VER)
|
||||||
|
# define av_noinline __declspec(noinline)
|
||||||
#else
|
#else
|
||||||
# define av_noinline
|
# define av_noinline
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user