Commit 71d7678c authored by aurel's avatar aurel

include snow encoder only if it is not disabled

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9494 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1c90312f
......@@ -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