# HG changeset patch # User reimar # Date 1266529729 0 # Node ID e69ef665b0fce575b061542b09eb23293b3347a5 # Parent d568b8b857ca89af268191fc02bdb905c0fdddcd Add av_alias define as a hack to fix compilation of intreadwrite.h without HAVE_AV_CONFIG_H. diff -r d568b8b857ca -r e69ef665b0fc configure --- a/configure Thu Feb 18 21:20:37 2010 +0000 +++ b/configure Thu Feb 18 21:48:49 2010 +0000 @@ -9251,6 +9251,7 @@ #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