changeset 7239:6519374c5020 libavcodec

Make preprocessor condition more specific and useful by changing #ifdef CONFIG_ENCODERS --> #ifdef CONFIG_DVVIDEO_ENCODER.
author diego
date Fri, 11 Jul 2008 07:45:49 +0000
parents 08cc6e202aa6
children 2552555c8a92
files dv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dv.c	Fri Jul 11 04:48:38 2008 +0000
+++ b/dv.c	Fri Jul 11 07:45:49 2008 +0000
@@ -1000,7 +1000,7 @@
     return 0;
 }
 
-#ifdef CONFIG_ENCODERS
+#ifdef CONFIG_DVVIDEO_ENCODER
 static int dv_encode_mt(AVCodecContext *avctx, void* sl)
 {
     DVVideoContext *s = avctx->priv_data;