Mercurial > libavformat.hg
changeset 5010:1983ca659d54 libavformat
Add additional dependencies for sdp and rtsp demuxers.
This fixes compilation when the rtsp muxer is disabled.
author | jai_menon |
---|---|
date | Tue, 09 Jun 2009 18:30:15 +0000 |
parents | 822a36d7ac0a |
children | 5cf7e033989d |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Jun 06 17:32:59 2009 +0000 +++ b/Makefile Tue Jun 09 18:30:15 2009 +0000 @@ -197,8 +197,8 @@ rtpenc.o \ rtpenc_h264.o \ avc.o -OBJS-$(CONFIG_RTSP_DEMUXER) += rdt.o rtsp.o -OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o rtp.o rtpdec.o rtp_h264.o rtp_vorbis.o +OBJS-$(CONFIG_RTSP_DEMUXER) += rdt.o rtsp.o rtp_vorbis.o rtp_asf.o +OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o rtp.o rtpdec.o rtp_h264.o rtp_vorbis.o rtp_asf.o OBJS-$(CONFIG_SEGAFILM_DEMUXER) += segafilm.o OBJS-$(CONFIG_SHORTEN_DEMUXER) += raw.o id3v2.o OBJS-$(CONFIG_SIFF_DEMUXER) += siff.o