aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDaniel Verkamp <daniel@drv.nu>2010-02-23 08:12:26 +0000
committerDaniel Verkamp <daniel@drv.nu>2010-02-23 08:12:26 +0000
commit818a4a64656ae2602f8fb30a7cb2dac3d5a434f7 (patch)
treeccb94de032fe0c6f15d8a7065aedf08a155d4b99 /libavcodec/Makefile
parentfa7252494c5682287111fef779e64cf4af83c01c (diff)
downloadffmpeg-818a4a64656ae2602f8fb30a7cb2dac3d5a434f7.tar.gz
Fix gif encoder dependencies
Originally committed as revision 21986 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index bb73ff65b8..fb54899788 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -127,7 +127,7 @@ OBJS-$(CONFIG_FOURXM_DECODER) += 4xm.o
OBJS-$(CONFIG_FRAPS_DECODER) += fraps.o huffman.o
OBJS-$(CONFIG_FRWU_DECODER) += frwu.o
OBJS-$(CONFIG_GIF_DECODER) += gifdec.o lzw.o
-OBJS-$(CONFIG_GIF_ENCODER) += gif.o
+OBJS-$(CONFIG_GIF_ENCODER) += gif.o lzwenc.o
OBJS-$(CONFIG_H261_DECODER) += h261dec.o h261.o \
mpegvideo.o error_resilience.o
OBJS-$(CONFIG_H261_ENCODER) += h261enc.o h261.o \