[FFmpeg-devel] [PATCH] Realmedia / RTSP (RDT)
Luca Abeni
lucabe72
Thu Jan 3 15:40:41 CET 2008
Hi Ronald,
Ronald S. Bultje wrote:
[...]
>> 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)?
>
>
> mpv/aac only contain RTP muxing code as far as I can see (see the function
> name: ff_rtp_send_aac()). Only h264 contains demuxing code, no?
Yes, but rtp.c contains both muxing and demuxing code, so it needs all
the rtp_* files. As a result, once you link rtp.o you have to link all
rtp_*.o too.
This problem is addressed by the last patch I posted (the one splitting
rtp.c in multiple files).
Thanks,
Luca
More information about the ffmpeg-devel
mailing list