summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2006-10-11 04:15:04 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2006-10-11 04:15:04 +0000
commit3689cf16497109974777194e6ca18316c758d963 (patch)
tree624f20b99640d5b33a3ec79edd7252378ca0f097 /libavcodec/allcodecs.c
parente7becfb25f51be119f909743dcc21dcb86771ac6 (diff)
Targa image decoder
Originally committed as revision 6640 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index 83074578db..8cd25426b5 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -545,6 +545,9 @@ void avcodec_register_all(void)
#ifdef CONFIG_WAVPACK_DECODER
register_avcodec(&wavpack_decoder);
#endif //CONFIG_WAVPACK_DECODER
+#ifdef CONFIG_TARGA_DECODER
+ register_avcodec(&targa_decoder);
+#endif //CONFIG_TARGA_DECODER
#if defined(CONFIG_AMR_NB) || defined(CONFIG_AMR_NB_FIXED)
#ifdef CONFIG_AMR_NB_DECODER