You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-14 22:15:12 +02:00
Merge commit 'bf8646274b3ea2d9a193edfdbd70a3bb5c6dd74f'
* commit 'bf8646274b3ea2d9a193edfdbd70a3bb5c6dd74f': doc: Add note about recent regression in AviSynth+ Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
@ -186,6 +186,19 @@ For Windows, supported AviSynth variants are
|
|||||||
For Linux and OS X, the supported AviSynth variant is
|
For Linux and OS X, the supported AviSynth variant is
|
||||||
@url{https://github.com/avxsynth/avxsynth, AvxSynth}.
|
@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
|
@float NOTE
|
||||||
AviSynth and AvxSynth are loaded dynamically. Distributors can build FFmpeg
|
AviSynth and AvxSynth are loaded dynamically. Distributors can build FFmpeg
|
||||||
with @code{--enable-avisynth}, and the binaries will work regardless of the
|
with @code{--enable-avisynth}, and the binaries will work regardless of the
|
||||||
|
Reference in New Issue
Block a user