# HG changeset patch # User aurel # Date 1183676272 0 # Node ID 6ced4aabe2254263dc874cf44b632cc19d5af27e # Parent 348b04f6e9331f9272029997e8e0adf83abb4c56 include snow encoder only if it is not disabled diff -r 348b04f6e933 -r 6ced4aabe225 snow.c --- 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,