While patching some functionality into mpv I noticed that there are two completely separate ffmpeg derivations, which both do basically the same thing, but ffmpeg-full enables more options.
What’s the reasoning behind splitting them, instead of creating a generic derivation with all options turned of by default and ffmpeg-full calling it with most options set to true, as most other packages do it? @codyopel
While patching some functionality into mpv I noticed that there are two completely separate ffmpeg derivations, which both do basically the same thing, but
ffmpeg-fullenables more options.What’s the reasoning behind splitting them, instead of creating a generic derivation with all options turned of by default and
ffmpeg-fullcalling it with most options set totrue, as most other packages do it? @codyopel