OSDN Git Service

Implemented workaround for VapourSynth plug-in loading: Testing shows that the enviro...
authorlordmulder <mulder2@gmx.de>
Tue, 7 May 2019 19:10:13 +0000 (21:10 +0200)
committerlordmulder <mulder2@gmx.de>
Tue, 7 May 2019 19:10:13 +0000 (21:10 +0200)
commit798c41f7f88e9e03e3c95b893f714eb39b039775
treef77ef9cd0405b606c43996f8a6aa437ae37b1408
parentdad84faa34a40951247b0a840fe1a7e54ba1e459
Implemented workaround for VapourSynth plug-in loading: Testing shows that the environment variable %USERPROFILE% must be set correctly; otherwise VapourSynth fails to load plugins from the "<AppData>\VapourSynth\plugins{32|64}" directory.
Even though it would make more sense to evaluate %APPDATA%, VapourSynth apparently ignores that one. We set up %APPDATA% anyway, just to be sure.
src/encoder_abstract.cpp
src/source_abstract.cpp
src/source_abstract.h
src/source_vapoursynth.cpp
src/tool_abstract.cpp
src/tool_abstract.h