# HG changeset patch # User diego # Date 1215762349 0 # Node ID 6519374c50208c9afc9a3b200301248b017c3584 # Parent 08cc6e202aa69a6d2fd49cdbc0944434ed44edbe Make preprocessor condition more specific and useful by changing #ifdef CONFIG_ENCODERS --> #ifdef CONFIG_DVVIDEO_ENCODER. diff -r 08cc6e202aa6 -r 6519374c5020 dv.c --- 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;