You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into build issues when trying to update them and decided to deprioritize working on the Avisynth provider since ffmpeg is good enough for most people. If you do get it working, it should include an option in the meson_options.txt file to turn it on/off (and maybe be off by default?)
- Build the latest AviSynth headers using CMake, as proposed in #134
- Add and initialize AVS_Linkage to fix video loading
Video and audio playback now works in most cases, but still crashes for
some files.
The DLL is packaged but the compilation option is not enabled:
Aegisub/tools/win-installer-setup.ps1
Line 41 in 0dffcec
Aegisub/packages/win_installer/portable/create-portable.ps1
Lines 55 to 58 in 0dffcec
Aegisub/meson_options.txt
Line 9 in 0dffcec
We also need to update header files:
Aegisub/src/avisynth.h
Line 42 in 0dffcec
AVISYNTH_INTERFACE_VERSION = 8
—— AviSynthPlus/avisynth.h at master · AviSynth/AviSynthPlusMaybe add the header files as a dependency.
Headers for AviSynthPlus
The text was updated successfully, but these errors were encountered: