Commit 95771c91 authored by diego's avatar diego

Make preprocessor condition more specific and useful by changing

#ifdef CONFIG_ENCODERS --> #ifdef CONFIG_DVVIDEO_ENCODER.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14165 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b7c0abb1
...@@ -1000,7 +1000,7 @@ static int dv_decode_mt(AVCodecContext *avctx, void* sl) ...@@ -1000,7 +1000,7 @@ static int dv_decode_mt(AVCodecContext *avctx, void* sl)
return 0; return 0;
} }
#ifdef CONFIG_ENCODERS #ifdef CONFIG_DVVIDEO_ENCODER
static int dv_encode_mt(AVCodecContext *avctx, void* sl) static int dv_encode_mt(AVCodecContext *avctx, void* sl)
{ {
DVVideoContext *s = avctx->priv_data; DVVideoContext *s = avctx->priv_data;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment