]> git.sesse.net Git - ffmpeg/commitdiff
doc/general: update avisynth docs with a way to install just the headers using CMake
authorStephen Hutchinson <qyot27@gmail.com>
Sun, 5 Apr 2020 09:37:43 +0000 (11:37 +0200)
committerMarton Balint <cus@passwd.hu>
Sun, 5 Apr 2020 09:51:08 +0000 (11:51 +0200)
Signed-off-by: Marton Balint <cus@passwd.hu>
doc/general.texi

index a7c4b22461a620ce750f5b28a21169d895a2d838..4adcc9e742523209f08ac9b171ca806621f08884 100644 (file)
@@ -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
 @code{--enable-avisynth} to configure after installing the headers
 provided by @url{https://github.com/AviSynth/AviSynthPlus, AviSynth+}.
-AviSynth+ supplies a @code{GNUmakefile} to install only the headers,
-as CMake does not make header-only installs an easy task.
+AviSynth+ can be configured to install only the headers by either
+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
 @url{http://avisynth.nl, AviSynth 2.6 RC1 or higher} for 32-bit builds and