diff allcodecs.c @ 3120:1d184d61e714 libavcodec

dosbox native ZMBV decoder, courtesy of Kostya
author melanson
date Sun, 12 Feb 2006 08:53:29 +0000
parents 09ae2e981d64
children 6bae70889b35
line wrap: on
line diff
--- a/allcodecs.c	Sun Feb 12 06:49:40 2006 +0000
+++ b/allcodecs.c	Sun Feb 12 08:53:29 2006 +0000
@@ -444,6 +444,9 @@
 #ifdef CONFIG_ZLIB_DECODER
     register_avcodec(&zlib_decoder);
 #endif //CONFIG_ZLIB_DECODER
+#ifdef CONFIG_ZMBV_DECODER
+    register_avcodec(&zmbv_decoder);
+#endif //CONFIG_ZMBV_DECODER
 #ifdef CONFIG_SONIC_DECODER
     register_avcodec(&sonic_decoder);
 #endif //CONFIG_SONIC_DECODER