summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-12-07 18:29:02 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-12-07 18:29:02 +0000
commitf95778f80d27538b68c72858914bcccfbcda02cf (patch)
tree82765b3e8bb8cb14001b061c52e4092246617e50 /libavcodec/allcodecs.c
parentf1862127f505594894fd120c1eb4e9dd3c096b62 (diff)
fix compilation
Originally committed as revision 7248 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 7bfa2d4970..e5c2460f74 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 */