Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
bf864627
Commit
bf864627
authored
8 years ago
by
Stephen Hutchinson
Committed by
Diego Biurrun
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
doc: Add note about recent regression in AviSynth+
Signed-off-by:
Diego Biurrun
<
diego@biurrun.de
>
parent
3cc3463f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/general.texi
+13
-0
13 additions, 0 deletions
doc/general.texi
with
13 additions
and
0 deletions
doc/general.texi
+
13
−
0
View file @
bf864627
...
@@ -181,6 +181,19 @@ For Windows, supported AviSynth variants are
...
@@ -181,6 +181,19 @@ For Windows, supported AviSynth variants are
provides a GNU-style Makefile which can install just the headers using
provides a GNU-style Makefile which can install just the headers using
@code
{
make install PREFIX=/install/prefix
}
.
@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
@float NOTE
When using AviSynth+'s installed headers, the user must also pass
When using AviSynth+'s installed headers, the user must also pass
the avisynth/ include directory to @code
{
--extra-cflags
}
. For example,
the avisynth/ include directory to @code
{
--extra-cflags
}
. For example,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment