1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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

View File

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