aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
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/Makefile
parente7becfb25f51be119f909743dcc21dcb86771ac6 (diff)
downloadffmpeg-3689cf16497109974777194e6ca18316c758d963.tar.gz
Targa image decoder
Originally committed as revision 6640 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index ac1c88bd29..da5236ea99 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -131,6 +131,7 @@ OBJS-$(CONFIG_SONIC_LS_DECODER) += sonic.o
OBJS-$(CONFIG_SVQ1_DECODER) += svq1.o
OBJS-$(CONFIG_SVQ1_ENCODER) += svq1.o
OBJS-$(CONFIG_SVQ3_DECODER) += h264.o
+OBJS-$(CONFIG_TARGA_DECODER) += targa.o
OBJS-$(CONFIG_THEORA_DECODER) += vp3.o
OBJS-$(CONFIG_TRUEMOTION1_DECODER) += truemotion1.o
OBJS-$(CONFIG_TRUEMOTION2_DECODER) += truemotion2.o