changeset 497:5b33d11bd1fb libavcodec

use #ifdef
author bellard
date Mon, 17 Jun 2002 08:29:03 +0000
parents 09dbc9e0e6a5
children 0b4450c15067
files common.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common.c	Thu Jun 13 23:36:30 2002 +0000
+++ b/common.c	Mon Jun 17 08:29:03 2002 +0000
@@ -166,7 +166,7 @@
         buf_ptr += 4;
         /* handle common case: we can read everything */
         if (buf_ptr <= s->buf_end) {
-#if ARCH_X86
+#ifdef ARCH_X86
 	    bit_buf = bswap_32(*((unsigned long*)(&buf_ptr[-4])));
 #else
 	    bit_buf = (buf_ptr[-4] << 24) |