summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-11-30 18:49:41 +0100
committerwm4 <wm4@nowhere>2012-12-03 21:08:51 +0100
commit7146a57cfefbfeace9a5b8fd4f0cfff940c357e0 (patch)
treea58af0d5e4752f0dc1b95e2a2afcded05dac7f08 /Makefile
parentdd3260185ac4a04277fc550ca2206cc29bf68bc6 (diff)
downloadmpv-7146a57cfefbfeace9a5b8fd4f0cfff940c357e0.tar.bz2
mpv-7146a57cfefbfeace9a5b8fd4f0cfff940c357e0.tar.xz
demux_gif: remove this demuxer in favor of libavformat
The gif support in libavformat/libavcodec as of ffmpeg commit 5603b2 can handle animated gif. The internal demuxer is not needed anymore.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 552cda71eb..e5808bc3c4 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,6 @@ SOURCES-$(DVDREAD) += stream/stream_dvd.c \
stream/stream_dvd_common.c
SOURCES-$(FTP) += stream/stream_ftp.c
-SOURCES-$(GIF) += demux/demux_gif.c
SOURCES-$(HAVE_SYS_MMAN_H) += audio/filter/af_export.c osdep/mmap_anon.c
SOURCES-$(LADSPA) += audio/filter/af_ladspa.c
SOURCES-$(LIBASS) += sub/ass_mp.c sub/sd_ass.c