On Thu, 29 Nov 2012, Måns Rullgård wrote:

Diego Biurrun <[email protected]> writes:

On Thu, Nov 29, 2012 at 06:28:21PM +0000, Måns Rullgård wrote:
Diego Biurrun <[email protected]> writes:
Also fixes linking in various configs with only individual parts enabled
because the RTP muxer chaining code depends on the general RTP code,
which is now accounted for.
---

+mov_muxer_select="rtpenc_chain"

Why does the mov muxer need this?  Seems very strange.

movenchint.c (MOV, 3GP, MP4 muxer RTP hinting) needs it ...

Sounds like something that should be made optional.

In pratice, the RTP functionality itself already is optional - up until a few weeks ago, it only used rtpenc_chain.c which is one single function which tries to open a RTP muxer (but fails cleanly at runtime if that was disabled at build time). Now since a few weeks the unconditionally built stub is 2 files instead of one, but it at least doesn't include the full RTP muxer which is a much larger set of code.

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to