diff intreadwrite.h @ 603:880c6441f56a libavutil

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.
author aurel
date Tue, 13 Jan 2009 23:44:16 +0000
parents bd4052d9050c
children 98b64f65be0d
line wrap: on
line diff
--- a/intreadwrite.h	Tue Jan 13 00:14:43 2009 +0000
+++ b/intreadwrite.h	Tue Jan 13 23:44:16 2009 +0000
@@ -66,7 +66,7 @@
 #define AV_RL8(x)     AV_RB8(x)
 #define AV_WL8(p, d)  AV_WB8(p, d)
 
-#ifdef HAVE_FAST_UNALIGNED
+#if HAVE_FAST_UNALIGNED
 # ifdef WORDS_BIGENDIAN
 #  define AV_RB16(x)    AV_RN16(x)
 #  define AV_WB16(p, d) AV_WN16(p, d)