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
d19f8e71
Commit
d19f8e71
authored
Apr 01, 2019
by
Stephen Hutchinson
Committed by
Gyan Doshi
May 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/general.texi: add note about 32-bit GCC builds of AviSynth+
parent
55895df4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
general.texi
doc/general.texi
+15
-0
No files found.
doc/general.texi
View file @
d19f8e71
...
...
@@ -51,6 +51,21 @@ For Windows, supported AviSynth variants are
For Linux and OS X, the supported AviSynth variant is
@url
{
https://github.com/avxsynth/avxsynth, AvxSynth
}
.
@float NOTE
In 2016, AviSynth+ added support for building with GCC. However, due to
the eccentricities of Windows' calling conventions, 32-bit GCC builds
of AviSynth+ are not compatible with typical 32-bit builds of FFmpeg.
By default, FFmpeg assumes compatibility with 32-bit MSVC builds of
AviSynth+ since that is the most widely-used and entrenched build
configuration. Users can override this and enable support for 32-bit
GCC builds of AviSynth+ by passing @code
{
-DAVSC
_
WIN32
_
GCC32
}
to
@code
{
--extra-cflags
}
when configuring FFmpeg.
64-bit builds of FFmpeg are not affected, and can use either MSVC or
GCC builds of AviSynth+ without any special flags.
@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
...
...
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