diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-07-14 08:55:07 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-07-14 08:55:07 +0000 |
commit | fb72cf46f71281d6296b2903398a49430d3e8919 (patch) | |
tree | 1532499a7a255b5b83f2ecfa6f2f9a7ef4b5204d /libavformat/Makefile | |
parent | f55a5281ac64d44ef2837612f8d21649a06b16ab (diff) | |
download | ffmpeg-fb72cf46f71281d6296b2903398a49430d3e8919.tar.gz |
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/Makefile | 1 |
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 |