changeset 30602:e69ef665b0fc

Add av_alias define as a hack to fix compilation of intreadwrite.h without HAVE_AV_CONFIG_H.
author reimar
date Thu, 18 Feb 2010 21:48:49 +0000
parents d568b8b857ca
children c5d8b7640b7d
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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