-
Notifications
You must be signed in to change notification settings - Fork 853
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
GLSLANG fails on SHARED mode compilation of FFMPEG. #2769
Comments
19 September 2021? |
Yees. In 19 I did successful build of ffmpeg as Shared. Yesterday tried again and failed. |
I am not aware of any changes in the last month to glslang that would have changed this. What was the last commit hash that you are certain worked for you? Perhaps it was older than September 19? |
About a year ago two new libraries were added: GenericCodeGen.lib and MachineIndependent.lib. Perhaps those are not being included in the Shared build. |
well, can't tell. Only day is 19Sept. Or I can send you binaries. probably useless?? |
Don't send binaries. |
At the moment glslang is not supporting a shared build and not creating any shared objects. This is a known problem. See #2283 #2346 #2196. This issue is currently not at the front of my queue, so it may not be resolved soon, at least by me. So if you are doing a shared build, it is probably part of your build process so I would suggest looking there. If there any problems with the static libs we are delivering, please respond to this issue and I will re-open. |
Hello!
GLSLANG fails on SHARED mode compilation of FFMPEG. (while STATIC compilation is good.)
Also, on 19 september I have good build, so maybe some fail happend after this date?
The text was updated successfully, but these errors were encountered: