diff options
author | Clément Bœsch <u@pkh.me> | 2017-04-01 12:41:42 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2017-04-01 12:41:42 +0200 |
commit | 2b1a6b1ae31a24d58c5e5f4a0cd7e56eefb027c0 (patch) | |
tree | a4bf50cf9e42085df53dcb68dd92226da99fa643 /doc | |
parent | f047da4ebe418f95a46b00d38b45e1daf858ec52 (diff) | |
parent | bf8646274b3ea2d9a193edfdbd70a3bb5c6dd74f (diff) | |
download | ffmpeg-2b1a6b1ae31a24d58c5e5f4a0cd7e56eefb027c0.tar.gz |
Merge commit 'bf8646274b3ea2d9a193edfdbd70a3bb5c6dd74f'
* commit 'bf8646274b3ea2d9a193edfdbd70a3bb5c6dd74f':
doc: Add note about recent regression in AviSynth+
Merged-by: Clément Bœsch <u@pkh.me>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/general.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index 80eaace678..b4897629c9 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -187,6 +187,19 @@ For Linux and OS X, the supported AviSynth variant is @url{https://github.com/avxsynth/avxsynth, AvxSynth}. @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 AviSynth and AvxSynth are loaded dynamically. Distributors can build FFmpeg with @code{--enable-avisynth}, and the binaries will work regardless of the end user having AviSynth or AvxSynth installed - they'll only need to be |