[FFmpeg-cvslog] r14165 - trunk/libavcodec/dv.c
diego
subversion
Fri Jul 11 09:45:49 CEST 2008
Author: diego
Date: Fri Jul 11 09:45:49 2008
New Revision: 14165
Log:
Make preprocessor condition more specific and useful by changing
#ifdef CONFIG_ENCODERS --> #ifdef CONFIG_DVVIDEO_ENCODER.
Modified:
trunk/libavcodec/dv.c
Modified: trunk/libavcodec/dv.c
==============================================================================
--- trunk/libavcodec/dv.c (original)
+++ trunk/libavcodec/dv.c Fri Jul 11 09:45:49 2008
@@ -1000,7 +1000,7 @@ static int dv_decode_mt(AVCodecContext *
return 0;
}
-#ifdef CONFIG_ENCODERS
+#ifdef CONFIG_DVVIDEO_ENCODER
static int dv_encode_mt(AVCodecContext *avctx, void* sl)
{
DVVideoContext *s = avctx->priv_data;
More information about the ffmpeg-cvslog
mailing list