From 18004d2d98875ceb46484d3dd39ba51342d8bd0e Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 7 Dec 2006 11:58:07 +0000 Subject: Hack around libavutil/bswap.h compilation problems due to always_inline undefined. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21523 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mpbswap.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mpbswap.h (limited to 'mpbswap.h') diff --git a/mpbswap.h b/mpbswap.h new file mode 100644 index 0000000000..a8565fa8d8 --- /dev/null +++ b/mpbswap.h @@ -0,0 +1,8 @@ +#ifndef MPBSWAP_H +#define MPBSWAP_H + +#define always_inline inline +#include "libavutil/bswap.h" +#undef always_inline + +#endif /* MPBSWAP_H */ -- cgit v1.2.3