OSDN Git Service

include snow encoder only if it is not disabled
authorAurelien Jacobs <aurel@gnuage.org>
Thu, 5 Jul 2007 22:57:52 +0000 (22:57 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Thu, 5 Jul 2007 22:57:52 +0000 (22:57 +0000)
Originally committed as revision 9494 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/snow.c

index bf47a68..0acded9 100644 (file)
@@ -4535,7 +4535,7 @@ AVCodec snow_decoder = {
     NULL
 };
 
-#ifdef CONFIG_ENCODERS
+#ifdef CONFIG_SNOW_ENCODER
 AVCodec snow_encoder = {
     "snow",
     CODEC_TYPE_VIDEO,