Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
bf864627
Commit
bf864627
authored
Oct 29, 2016
by
Stephen Hutchinson
Committed by
Diego Biurrun
Nov 17, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Add note about recent regression in AviSynth+
Signed-off-by:
Diego Biurrun
<
diego@biurrun.de
>
parent
3cc3463f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
general.texi
doc/general.texi
+13
-0
No files found.
doc/general.texi
View file @
bf864627
...
...
@@ -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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment