[MPlayer-cvslog] r30644 - trunk/configure

reimar subversion at mplayerhq.hu
Thu Feb 18 22:48:49 CET 2010


Author: reimar
Date: Thu Feb 18 22:48:49 2010
New Revision: 30644

Log:
Add av_alias define as a hack to fix compilation of intreadwrite.h without
HAVE_AV_CONFIG_H.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Feb 18 22:20:37 2010	(r30643)
+++ trunk/configure	Thu Feb 18 22:48:49 2010	(r30644)
@@ -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


More information about the MPlayer-cvslog mailing list