---
 doc/general.texi | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/doc/general.texi b/doc/general.texi
index 1708871..7602c9a 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -182,6 +182,18 @@ 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, which
+interferes with the ability for builds of Libav to use MSVC-built binaries
+of AviSynth. Until this is resolved, we 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,
 if the PREFIX given to AviSynth+'s Makefile was /usr/i686-w64-mingw32,
-- 
2.9.3

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to