summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-18 21:48:49 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-18 21:48:49 +0000
commitd58a99120735a2e689af506d04b4e3ee563a51bf (patch)
treec742e16944bc345038df0dc4aa8a8ecb6cf5076d /configure
parent2aafb808284d74edab6e5320e1114f5c74d5881e (diff)
downloadmpv-d58a99120735a2e689af506d04b4e3ee563a51bf.tar.bz2
mpv-d58a99120735a2e689af506d04b4e3ee563a51bf.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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