On Sat, 30 Jun 2012, Måns Rullgård wrote:
Martin Storsjö <[email protected]> writes:
From: "Ronald S. Bultje" <[email protected]>
---
libavutil/attributes.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavutil/attributes.h b/libavutil/attributes.h
index ef990a1..c0bac3f 100644
--- a/libavutil/attributes.h
+++ b/libavutil/attributes.h
@@ -35,6 +35,8 @@
#ifndef av_always_inline
#if AV_GCC_VERSION_AT_LEAST(3,1)
# define av_always_inline __attribute__((always_inline)) inline
+#elif defined(_MSC_VER)
+# define av_always_inline __forceinline
#else
# define av_always_inline inline
#endif
--
You already approved this patch when I sent it. If I approve this one,
does that make us even?
I guess that makes me absent minded.
// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel