summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorBobby Bingham <uhmmmm@gmail.com>2007-03-15 12:23:08 +0000
committerGuillaume Poirier <gpoirier@mplayerhq.hu>2007-03-15 12:23:08 +0000
commit2c0c00cb143c48b0e7979b04496c87390aa277fc (patch)
treecb8fe78cad5d7c9d1b7e20c6a2deed9a85bfb3dc /libavcodec/Makefile
parent65d0bea8f5382e02eaed27a2013174bd1be4c5e8 (diff)
Targa (.tga) encoder,
patch by Bobby Bingham % uhmmmm A gmail P com % Only handles 24-bit BGR and 8-bit grayscale, no RLE at the moment either. Original thread: Date: Mar 11, 2007 7:58 PM Subject: [Ffmpeg-devel] [PATCH] Targa encoder Originally committed as revision 8411 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 4f7bd62cf4..3c6317703c 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -139,6 +139,7 @@ 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_TARGA_ENCODER) += targaenc.o
OBJS-$(CONFIG_THEORA_DECODER) += vp3.o
OBJS-$(CONFIG_TIERTEXSEQVIDEO_DECODER) += tiertexseqv.o
OBJS-$(CONFIG_TIFF_DECODER) += tiff.o lzw.o