diff dnxhdenc.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 bf6a78c6697b
children 85ad5d68ec98
line wrap: on
line diff
--- a/dnxhdenc.c	Tue Jan 13 21:13:45 2009 +0000
+++ b/dnxhdenc.c	Tue Jan 13 23:44:16 2009 +0000
@@ -177,7 +177,7 @@
 
     dsputil_init(&ctx->m.dsp, avctx);
     ff_dct_common_init(&ctx->m);
-#ifdef HAVE_MMX
+#if HAVE_MMX
     ff_dnxhd_init_mmx(ctx);
 #endif
     if (!ctx->m.dct_quantize)