summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-07-14 08:55:07 +0000
committerDiego Biurrun <diego@biurrun.de>2008-07-14 08:55:07 +0000
commitfb72cf46f71281d6296b2903398a49430d3e8919 (patch)
tree1532499a7a255b5b83f2ecfa6f2f9a7ef4b5204d /libavformat/Makefile
parentf55a5281ac64d44ef2837612f8d21649a06b16ab (diff)
gifdec.c was removed, purge its entry from the Makefile.
Originally committed as revision 14228 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 9ae3b724c6..11514397f0 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -53,7 +53,6 @@ OBJS-$(CONFIG_FLV_MUXER) += flvenc.o avc.o
OBJS-$(CONFIG_FOURXM_DEMUXER) += 4xm.o
OBJS-$(CONFIG_FRAMECRC_MUXER) += framecrcenc.o
OBJS-$(CONFIG_GIF_MUXER) += gif.o
-OBJS-$(CONFIG_GIF_DEMUXER) += gifdec.o
OBJS-$(CONFIG_GSM_DEMUXER) += raw.o
OBJS-$(CONFIG_GXF_DEMUXER) += gxf.o
OBJS-$(CONFIG_GXF_MUXER) += gxfenc.o