diff snow.c @ 5224:6ced4aabe225 libavcodec

include snow encoder only if it is not disabled
author aurel
date Thu, 05 Jul 2007 22:57:52 +0000
parents 4dbe6578f811
children 727a49c28c51
line wrap: on
line diff
--- a/snow.c	Thu Jul 05 22:29:55 2007 +0000
+++ b/snow.c	Thu Jul 05 22:57:52 2007 +0000
@@ -4535,7 +4535,7 @@
     NULL
 };
 
-#ifdef CONFIG_ENCODERS
+#ifdef CONFIG_SNOW_ENCODER
 AVCodec snow_encoder = {
     "snow",
     CODEC_TYPE_VIDEO,