changeset 5224:6ced4aabe225 libavcodec

include snow encoder only if it is not disabled
author aurel
date Thu, 05 Jul 2007 22:57:52 +0000
parents 348b04f6e933
children 099c495618c1
files snow.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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,