]> git.sesse.net Git - ffmpeg/commitdiff
doc: Add note about recent regression in AviSynth+
authorStephen Hutchinson <qyot27@gmail.com>
Sat, 29 Oct 2016 00:52:11 +0000 (20:52 -0400)
committerDiego Biurrun <diego@biurrun.de>
Thu, 17 Nov 2016 08:44:26 +0000 (09:44 +0100)
Signed-off-by: Diego Biurrun <diego@biurrun.de>
doc/general.texi

index 1708871d8a09e48c880786e04a1bd44ef28826b9..7b1f11cf48d40f4dc1cbb8f9087a0d9a884f94a4 100644 (file)
@@ -181,6 +181,19 @@ For Windows, supported AviSynth variants are
 provides a GNU-style Makefile which can install just the headers using
 @code{make install PREFIX=/install/prefix}.
 
+@float NOTE
+There is currently a regression in AviSynth+'s @code{capi.h} header as of
+October 2016, which interferes with the ability for builds of Libav to use
+MSVC-built binaries of AviSynth. Until this is resolved, you can make sure
+a known good version is installed by checking out a version from before
+the regression occurred:
+
+@code{git clone -b MT git://github.com/AviSynth/AviSynthPlus.git @*
+cd AviSynthPlus @*
+git checkout -b oldheader b4f292b4dbfad149697fb65c6a037bb3810813f9 @*
+make install PREFIX=/install/prefix}
+@end float
+
 @float NOTE
 When using AviSynth+'s installed headers, the user must also pass
 the avisynth/ include directory to @code{--extra-cflags}. For example,