diff vp3.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 800444234375
children e9d9d946f213
line wrap: on
line diff
--- a/vp3.c	Tue Jan 13 21:13:45 2009 +0000
+++ b/vp3.c	Tue Jan 13 23:44:16 2009 +0000
@@ -2021,7 +2021,7 @@
     return 0;
 }
 
-#ifdef CONFIG_THEORA_DECODER
+#if CONFIG_THEORA_DECODER
 static int theora_decode_header(AVCodecContext *avctx, GetBitContext *gb)
 {
     Vp3DecodeContext *s = avctx->priv_data;