include snow encoder only if it is not disabled

Originally committed as revision 9494 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2007-07-05 22:57:52 +00:00
parent ab4e14be4c
commit 32a4d995ea
1 changed files with 1 additions and 1 deletions

View File

@ -4535,7 +4535,7 @@ AVCodec snow_decoder = {
NULL
};
#ifdef CONFIG_ENCODERS
#ifdef CONFIG_SNOW_ENCODER
AVCodec snow_encoder = {
"snow",
CODEC_TYPE_VIDEO,