diff allcodecs.c @ 4106:21aa7e801c7b libavcodec

IMC decoder
author kostya
date Mon, 30 Oct 2006 13:48:48 +0000
parents f20c7bb12103
children f6f67a8bdd09
line wrap: on
line diff
--- a/allcodecs.c	Mon Oct 30 10:15:37 2006 +0000
+++ b/allcodecs.c	Mon Oct 30 13:48:48 2006 +0000
@@ -563,6 +563,9 @@
 #ifdef CONFIG_TIFF_DECODER
     register_avcodec(&tiff_decoder);
 #endif //CONFIG_TIFF_DECODER
+#ifdef CONFIG_IMC_DECODER
+    register_avcodec(&imc_decoder);
+#endif //CONFIG_IMC_DECODER
 
 #if defined(CONFIG_AMR_NB) || defined(CONFIG_AMR_NB_FIXED)
 #ifdef CONFIG_AMR_NB_DECODER