Mercurial > libavformat.hg
diff Makefile @ 5328:2f2a94b37543 libavformat
Remove ancient redir demuxer.
HTTP supports redirection just fine without it.
| author | diego |
|---|---|
| date | Sat, 24 Oct 2009 12:44:27 +0000 |
| parents | 86c32a27f69a |
| children | e92aec1db0b9 |
line wrap: on
line diff
--- a/Makefile Thu Oct 22 18:43:08 2009 +0000 +++ b/Makefile Sat Oct 24 12:44:27 2009 +0000 @@ -188,7 +188,6 @@ 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
