Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hutchinson <qyot27@gmail.com>2020-03-13 02:37:59 +0300
committerMarton Balint <cus@passwd.hu>2020-04-05 02:17:55 +0300
commit0c75acb4ce5db623f4c1c2729468e66c3e28ad67 (patch)
tree4e4ef4a2cd2250a02bc82988c846b0c2569d57fc /configure
parent4d9b9c5e4637ac15205467f16fcac92a28e18f18 (diff)
compat/avisynth: remove avisynth headers
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 28197b3c9d..09bda9b408 100755
--- a/configure
+++ b/configure
@@ -6246,6 +6246,7 @@ for func in $COMPLEX_FUNCS; do
done
# these are off by default, so fail if requested and not available
+enabled avisynth && require_headers "avisynth/avisynth_c.h"
enabled cuda_nvcc && { check_nvcc cuda_nvcc || die "ERROR: failed checking for nvcc."; }
enabled chromaprint && require chromaprint chromaprint.h chromaprint_get_version -lchromaprint
enabled decklink && { require_headers DeckLinkAPI.h &&