Skip to content
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

Fix vapoursynth library search paths not working in Qt6 for Windows. #23

Merged
merged 1 commit into from
Feb 21, 2022

Conversation

SaltyChiang
Copy link
Contributor

It seems vsLibrary.load() will never return true if it failed before. This causes values in "library search paths" item not to work at all. Calling vsLibrary.unload() before vsLibrary.setFileName() is a workaround for this issue.

I found this in Qt6 build on Windows. Not sure if *nix systems will have the same issue. I'm not a *nix user so you may need to confirm this change will not affect other systems.

@YomikoR YomikoR merged commit 437dd3d into YomikoR:master Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants