Commit 32a4d995 authored by Aurelien Jacobs's avatar Aurelien Jacobs

include snow encoder only if it is not disabled

Originally committed as revision 9494 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ab4e14be
......@@ -4535,7 +4535,7 @@ AVCodec snow_decoder = {
NULL
};
#ifdef CONFIG_ENCODERS
#ifdef CONFIG_SNOW_ENCODER
AVCodec snow_encoder = {
"snow",
CODEC_TYPE_VIDEO,
......
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