Since there were no responses to my question about whether we should use a warning message about AvxSynth's deprecation before switching over at a later time, or to just do the switch immediately, I've gone ahead and sent just the switchover patch.
Stephen Hutchinson (5): compat/avisynth: update headers avisynth: switch to AviSynth+ on Linux compat/avisynth: remove AvxSynth headers doc/general.texi: AviSynth+ works on Linux now, AvxSynth is gone. avisynth: fix deprecation warning compat/avisynth/avisynth_c.h | 24 +- compat/avisynth/avs/capi.h | 16 + compat/avisynth/avs/config.h | 46 +- compat/avisynth/avs/posix.h | 111 +++ compat/avisynth/avs/types.h | 13 +- compat/avisynth/avxsynth_c.h | 728 ------------------ .../windowsPorts/basicDataTypeConversions.h | 85 -- compat/avisynth/windowsPorts/windows2linux.h | 77 -- doc/general.texi | 8 +- libavformat/avisynth.c | 58 +- 10 files changed, 205 insertions(+), 961 deletions(-) create mode 100644 compat/avisynth/avs/posix.h delete mode 100644 compat/avisynth/avxsynth_c.h delete mode 100644 compat/avisynth/windowsPorts/basicDataTypeConversions.h delete mode 100644 compat/avisynth/windowsPorts/windows2linux.h -- 2.20.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".