summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2006-12-08 05:13:40 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2006-12-08 05:13:40 +0000
commit3dd52c5afed5f9f5c4e2ee6ae605df84a9f5e128 (patch)
tree6e743014966eb3ac20bee8580a596462ae6f12c4 /libavcodec/allcodecs.c
parent766937298e75ac47fb26fdf36a93630c679cfdd4 (diff)
Now ZMBV encoder compiles
Originally committed as revision 7259 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index e5c2460f74..7bfa2d4970 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -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 */