diff h263dec.c @ 8590:7a463923ecd1 libavcodec

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 ad4f10287633
children 68e959302527
line wrap: on
line diff
--- a/h263dec.c	Tue Jan 13 21:13:45 2009 +0000
+++ b/h263dec.c	Tue Jan 13 23:44:16 2009 +0000
@@ -545,7 +545,7 @@
 }
 #endif
 
-#if defined(HAVE_MMX)
+#if HAVE_MMX
     if(s->codec_id == CODEC_ID_MPEG4 && s->xvid_build && avctx->idct_algo == FF_IDCT_AUTO && (mm_flags & FF_MM_MMX)){
         avctx->idct_algo= FF_IDCT_XVIDMMX;
         avctx->coded_width= 0; // force reinit