diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-10-24 12:44:27 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-10-24 12:44:27 +0000 |
commit | 76e6e9c330048f68d56b2a48bb779ed8b52d52c8 (patch) | |
tree | d6f12842610ffa21e4bcc09ff91e91711e5a77c1 /libavformat/Makefile | |
parent | 2189dbc4a6298d05974254d0e52697baa0475636 (diff) | |
download | ffmpeg-76e6e9c330048f68d56b2a48bb779ed8b52d52c8.tar.gz |
Remove ancient redir demuxer.
HTTP supports redirection just fine without it.
Originally committed as revision 20361 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 284d7d693e..e22608a6db 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -188,7 +188,6 @@ OBJS-$(CONFIG_QCP_DEMUXER) += qcp.o OBJS-$(CONFIG_R3D_DEMUXER) += r3d.o OBJS-$(CONFIG_RAWVIDEO_DEMUXER) += raw.o OBJS-$(CONFIG_RAWVIDEO_MUXER) += raw.o -OBJS-$(CONFIG_REDIR_DEMUXER) += rtsp.o OBJS-$(CONFIG_RL2_DEMUXER) += rl2.o OBJS-$(CONFIG_RM_DEMUXER) += rmdec.o rm.o OBJS-$(CONFIG_RM_MUXER) += rmenc.o rm.o |