[FFmpeg-devel] [PATCH] Fix SDP demuxer dependencies

Reimar Döffinger Reimar.Doeffinger
Mon Dec 28 20:10:22 CET 2009


On Mon, Dec 28, 2009 at 01:55:45PM -0500, Ronald S. Bultje wrote:
> Hi,
> 
> On Mon, Dec 28, 2009 at 1:30 PM, Martin Storsj? <martin at martin.st> wrote:
> > On Mon, 28 Dec 2009, Ronald S. Bultje wrote:
> >> rtp_asf should not (binarily) depend on asf, it could use any asf
> >> demuxer. This should not lead to a linker failure.
> >
> > Well, on line 111 it uses &asf_demuxer, and thus directly references a
> > symbol from asfdec.c.
> 
> Oh, right... Hmm... Have to figure out how to get rid of that, for now
> the patch is ok then (as Luca said).

It should only be a very quick patch to change the hardcoded demuxer to
use av_find_input_format instead.



More information about the ffmpeg-devel mailing list