diff allcodecs.c @ 4013:aace6b74fddc libavcodec

TIFF decoder
author kostya
date Fri, 13 Oct 2006 10:48:29 +0000
parents 986d6651a452
children f20c7bb12103
line wrap: on
line diff
--- a/allcodecs.c	Thu Oct 12 21:32:56 2006 +0000
+++ b/allcodecs.c	Fri Oct 13 10:48:29 2006 +0000
@@ -557,6 +557,9 @@
 #ifdef CONFIG_TIERTEXSEQVIDEO_DECODER
     register_avcodec(&tiertexseqvideo_decoder);
 #endif //CONFIG_TIERTEXSEQVIDEO_DECODER
+#ifdef CONFIG_TIFF_DECODER
+    register_avcodec(&tiff_decoder);
+#endif //CONFIG_TIFF_DECODER
 
 #if defined(CONFIG_AMR_NB) || defined(CONFIG_AMR_NB_FIXED)
 #ifdef CONFIG_AMR_NB_DECODER