[FFmpeg-devel] [PATCH] fix sdp(file) vs rtsp dep

Diego Biurrun diego
Sun Nov 1 16:58:55 CET 2009


On Tue, Oct 20, 2009 at 01:34:04AM +0200, Diego Biurrun wrote:
> On Mon, Oct 19, 2009 at 09:09:36PM +0200, Luca Abeni wrote:
> > [...]
> > 
> > I finally found some time to run some tests, and it seems to me that the 
> > situation is much simpler than expected: I might be wrong, but I think 
> > the SDP demuxer is just missing a dependency on rdt.o in 
> > libavformat/Makefile.
> 
> While this is correct, you are missing the point.
> 
> configure:
> 
> rtsp_demuxer_deps="sdp_demuxer"
> 
> 
> libavformat/rtsp.c:
> 
> static int sdp_read_packet(AVFormatContext *s,
>                             AVPacket *pkt)
> {
>     return rtsp_read_packet(s, pkt);
> }
> 
> 
> So the SDP demuxer depends on RTSP functions, while configure claims
> that the RTSP demuxer depends on the SDP demuxer.  This is a circle.
> 
> I fixed all the build issues already.  But the circle remains in
> existence and needs to be resolved.

Two weeks have passed and this simple issue remains unresolved.
Could the maintainers of the code please address it?

Diego



More information about the ffmpeg-devel mailing list