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

Luca Abeni lucabe72
Thu Jan 3 11:10:31 CET 2008


Hi Diego,

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)?


			Thanks,
				Luca




More information about the ffmpeg-devel mailing list