From c92055c07803f84fb1c80ec48e31fe4f108c6586 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 30 Jan 2009 22:27:04 +0000 Subject: HAVE_ARMV6 is defined to 0/1, use the preprocessor directive accordingly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28394 b3059339-0415-0410-9bf9-f77b7e298cf2 --- liba52/bitstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'liba52') diff --git a/liba52/bitstream.h b/liba52/bitstream.h index fcf2e47390..8500212c7e 100644 --- a/liba52/bitstream.h +++ b/liba52/bitstream.h @@ -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__ -- cgit v1.2.3