mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 17:07:43 +00:00
Now ZMBV encoder compiles
Originally committed as revision 7259 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
766937298e
commit
3dd52c5afe
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue