-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DebugDLLStaticDeps not available for ffmpeg but only deps #47
Comments
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!) |
any reason ?
The text was updated successfully, but these errors were encountered: