FFmpeg
FFmpeg copied to clipboard
DebugDLLStaticDeps not available for ffmpeg but only deps
any reason ?
There was getting to many configurations so it was difficult to handle. So I figured that there was no need for debug versions as the StaticDeps builds only really affect the way you distribute the dlls (whether they need dependency dlls or not) and since debug versions are not meant to be distributed then I figured there was no need for them.
Sure, then it would have been preferable to have DebugDLLStatic for ffmpeg over Deps, fewer DLLs to carry even in Dev environment
Also, you could consider using ‘Directory.build.props’ and ‘Directory.build.traget’ at solution level - it could make life easier, one place to manage all configurations than individual project files
I second the request to bring back DebugDLLStaticDeps.
One of the beauties of this project and one of the reasons I chose to use it was to be able to properly step into the FFmpeg libraries code using my native VS environment. The static deps was the most practical way of having a manageable number of files so it’s a real shame this has been lost, while I of course understand this is a voluntary project (and appreciated!)