Commit 56ae86e1 authored by jai_menon's avatar jai_menon

Add additional dependencies for sdp and rtsp demuxers. This fixes compilation...

Add additional dependencies for sdp and rtsp demuxers. This fixes compilation when the rtsp muxer is disabled.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19137 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 267bbff7
...@@ -197,8 +197,8 @@ OBJS-$(CONFIG_RTP_MUXER) += rtp.o \ ...@@ -197,8 +197,8 @@ OBJS-$(CONFIG_RTP_MUXER) += rtp.o \
rtpenc.o \ rtpenc.o \
rtpenc_h264.o \ rtpenc_h264.o \
avc.o avc.o
OBJS-$(CONFIG_RTSP_DEMUXER) += rdt.o rtsp.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 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_SEGAFILM_DEMUXER) += segafilm.o
OBJS-$(CONFIG_SHORTEN_DEMUXER) += raw.o id3v2.o OBJS-$(CONFIG_SHORTEN_DEMUXER) += raw.o id3v2.o
OBJS-$(CONFIG_SIFF_DEMUXER) += siff.o OBJS-$(CONFIG_SIFF_DEMUXER) += siff.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment