mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-27 01:33:20 +00:00
fix compilation
Originally committed as revision 7248 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f1862127f5
commit
f95778f80d
@ -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
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user