Browse Source

include snow encoder only if it is not disabled

Originally committed as revision 9494 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Aurelien Jacobs 18 years ago
parent
commit
32a4d995ea
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/snow.c

+ 1
- 1
libavcodec/snow.c View File

@@ -4535,7 +4535,7 @@ AVCodec snow_decoder = {
NULL
};

#ifdef CONFIG_ENCODERS
#ifdef CONFIG_SNOW_ENCODER
AVCodec snow_encoder = {
"snow",
CODEC_TYPE_VIDEO,


Loading…
Cancel
Save