fix compilation

Originally committed as revision 7248 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2006-12-07 18:29:02 +00:00
parent f1862127f5
commit f95778f80d
2 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@ OBJS-$(CONFIG_XL_DECODER) += xl.o
OBJS-$(CONFIG_ZLIB_DECODER) += lcl.o
OBJS-$(CONFIG_ZLIB_ENCODER) += lcl.o
OBJS-$(CONFIG_ZMBV_DECODER) += zmbv.o
OBJS-$(CONFIG_ZMBV_ENCODER) += zmbvenc.o
#OBJS-$(CONFIG_ZMBV_ENCODER) += zmbvenc.o
OBJS-$(CONFIG_PCM_S32LE_DECODER) += pcm.o
OBJS-$(CONFIG_PCM_S32LE_ENCODER) += pcm.o

View File

@ -156,7 +156,7 @@ void avcodec_register_all(void)
#endif
REGISTER_ENCDEC (ZLIB, zlib);
#ifdef CONFIG_ZLIB
REGISTER_ENCDEC (ZMBV, zmbv);
// REGISTER_ENCDEC (ZMBV, zmbv);
#endif
/* audio codecs */