[FFmpeg-devel] [PATCH] configure - add dependencies for MPEG-PS and MPEG-ES demuxers

Hendrik Leppkes h.leppkes at gmail.com
Wed Jan 31 20:20:30 EET 2018


On Wed, Jan 31, 2018 at 6:22 PM, Gyan Doshi <gyandoshi at gmail.com> wrote:
>
> On 1/31/2018 10:18 PM, Carl Eugen Hoyos wrote:
>>
>>
>> While this would help me personally, I don't think it is correct:
>> Many such examples exist, I believe the dependencies are meant to
>> ensure compilation, not necessarily specific use-cases.
>
>
> Compilation in its own does succeed. And that's the problem. The most common
> major payloads can't be accessed (or identified) without these other
> components, making the PS demuxer, solo, close to useless.
>

It is somewhat intentional that components do not depend on each other
like this. Someone that has only specific requirements may not need
those detections, so we generally do not force anything like that.
Anyone who wants a very minimal build needs to configure components
very carefully, specifically because of these interactions.

Note that _suggest serves a different purpose in configure then one
might know from other systems, and would not be appropriate.

- Hendrik


More information about the ffmpeg-devel mailing list