SIGN IN SIGN UP

vf_vapoursynth: improve backward compatibility

The previous commit to dynamically load VapourSynth R74 would fail to work
for VapourSynth R73 and before on Linux due to load mode RTLD_LOCAL. To
make it work on all VapourSynth version, switch to use RTLD_GLOBAL mode.

Add library handle closing in drv_vss_uninit for completeness.
C
Crend King committed
8aabba933bd600ea89924b97d4e5b2361b96f6fa
Parent: 45324ce
Committed by Kacper Michajłow <kasper93@gmail.com> on 4/25/2026, 5:14:56 AM