[MPlayer-cvslog] r28394 - trunk/liba52/bitstream.h
diego
subversion at mplayerhq.hu
Fri Jan 30 23:27:04 CET 2009
Author: diego
Date: Fri Jan 30 23:27:04 2009
New Revision: 28394
Log:
HAVE_ARMV6 is defined to 0/1, use the preprocessor directive accordingly.
Modified:
trunk/liba52/bitstream.h
Modified: trunk/liba52/bitstream.h
==============================================================================
--- trunk/liba52/bitstream.h Fri Jan 30 22:45:54 2009 (r28393)
+++ trunk/liba52/bitstream.h Fri Jan 30 23:27:04 2009 (r28394)
@@ -37,7 +37,7 @@
#define ALT_BITSTREAM_READER
/* used to avoid misaligned exceptions on some archs (alpha, ...) */
-#if ARCH_X86 || defined(HAVE_ARMV6)
+#if ARCH_X86 || HAVE_ARMV6
# define unaligned32(a) (*(uint32_t*)(a))
#else
# ifdef __GNUC__
More information about the MPlayer-cvslog
mailing list