[FFmpeg-devel] [PATCH] Realmedia / RTSP (RDT)

Diego Biurrun diego
Thu Jan 3 11:44:13 CET 2008


On Thu, Jan 03, 2008 at 11:10:31AM +0100, Luca Abeni wrote:
> 
> Diego Biurrun wrote:
> [...]
> >>  OBJS-$(CONFIG_RTP_MUXER)                 += rtp.o rtp_h264.o rtp_mpv.o rtp_aac.o
> >> -OBJS-$(CONFIG_RTSP_DEMUXER)              += rtsp.o
> >> -OBJS-$(CONFIG_SDP_DEMUXER)               += rtsp.o
> >> +OBJS-$(CONFIG_SDP_DEMUXER)               += rtsp.o rtp.o rtp_h264.o rtp_mpv.o rtp_aac.o
> > 
> > Umm, yes, your patch makes the RTSP demuxer depend on the SDP demuxer,
> > but still I think we should keep that line here.
> 
> Ok. I was not aware of this convention, so I removed it... I am updating 
> the patch right now: should I leave the line as
> OBJS-$(CONFIG_RTSP_DEMUXER)              += rtsp.o
> or should I add all the needed objects (including rtp.o, rtp_h264.o, 
> rtp_mpv.o, and rtp_aac.o)?

Leave the line as-is, configure takes care of the dependencies.

Diego




More information about the ffmpeg-devel mailing list