diff options
author | Stephen Hutchinson <qyot27@gmail.com> | 2015-04-02 15:39:26 -0400 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2015-04-14 13:53:04 +0200 |
commit | 7a5f44476696b495e0de658ed859bcb8520b93d4 (patch) | |
tree | 7bd9a66072f65e8bec09f45ac9ac6a83228b1501 /doc | |
parent | a6a45e5a9a9dfb725456f62e053532e505aadcfc (diff) | |
download | ffmpeg-7a5f44476696b495e0de658ed859bcb8520b93d4.tar.gz |
avisynth: Bump minimum required version to interface version 6
The AVSC_API changes in the new headers mean that the 2.6 alphas
are just as incompatible as 2.5 is.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/general.texi b/doc/general.texi index 3fa4377474..6b76f7f4bf 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -151,8 +151,8 @@ by Libav. Once you have the appropriate header, pass @code{--enable-avisynth} to configure to enable AviSynth support. For Windows, supported AviSynth variants are -@url{http://avisynth.nl, AviSynth 2.6} for 32-bit builds and -@url{http://avs-plus.net, AviSynth+ 0.1} for 32-bit and 64-bit builds. +@url{http://avisynth.nl, AviSynth 2.6 RC1 or higher} for 32-bit builds and +@url{http://avs-plus.net, AviSynth+ r1718 or higher} for 32-bit and 64-bit builds. @url{https://github.com/AviSynth/AviSynthPlus, AviSynth+'s git repository} provides a GNU-style Makefile which can install just the headers using @code{make install PREFIX=/install/prefix}. |