From d58a99120735a2e689af506d04b4e3ee563a51bf Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 18 Feb 2010 21:48:49 +0000 Subject: Add av_alias define as a hack to fix compilation of intreadwrite.h without HAVE_AV_CONFIG_H. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30644 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index ab3a347746..eed586d0fe 100755 --- a/configure +++ b/configure @@ -9251,6 +9251,7 @@ $def_yasm #endif #define HAVE_ATTRIBUTE_MAY_ALIAS 1 +#define av_alias __attribute__((may_alias)) #define HAVE_ATTRIBUTE_PACKED 1 #define HAVE_GETHRTIME 0 #define HAVE_INLINE_ASM 1 -- cgit v1.2.3