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
7b0f7a7f
Commit
7b0f7a7f
authored
Apr 05, 2020
by
Stephen Hutchinson
Committed by
Marton Balint
Apr 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/general: update avisynth docs with a way to install just the headers using CMake
Signed-off-by:
Marton Balint
<
cus@passwd.hu
>
parent
bef3c14d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
general.texi
doc/general.texi
+3
-2
No files found.
doc/general.texi
View file @
7b0f7a7f
...
@@ -52,8 +52,9 @@ This driver can be installed using amdgpu-pro-install script in official amd dri
...
@@ -52,8 +52,9 @@ This driver can be installed using amdgpu-pro-install script in official amd dri
FFmpeg can read AviSynth scripts as input. To enable support, pass
FFmpeg can read AviSynth scripts as input. To enable support, pass
@code
{
--enable-avisynth
}
to configure after installing the headers
@code
{
--enable-avisynth
}
to configure after installing the headers
provided by @url
{
https://github.com/AviSynth/AviSynthPlus, AviSynth+
}
.
provided by @url
{
https://github.com/AviSynth/AviSynthPlus, AviSynth+
}
.
AviSynth+ supplies a @code
{
GNUmakefile
}
to install only the headers,
AviSynth+ can be configured to install only the headers by either
as CMake does not make header-only installs an easy task.
passing @code
{
-DHEADERS
_
ONLY:bool=on
}
to the normal CMake-based build
system, or by using the supplied @code
{
GNUmakefile
}
.
For Windows, supported AviSynth variants are
For Windows, supported AviSynth variants are
@url
{
http://avisynth.nl, AviSynth 2.6 RC1 or higher
}
for 32-bit builds and
@url
{
http://avisynth.nl, AviSynth 2.6 RC1 or higher
}
for 32-bit builds and
...
...
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