diff options
author | Stephen Hutchinson <qyot27@gmail.com> | 2020-03-12 19:37:59 -0400 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2020-04-05 01:17:55 +0200 |
commit | 0c75acb4ce5db623f4c1c2729468e66c3e28ad67 (patch) | |
tree | 4e4ef4a2cd2250a02bc82988c846b0c2569d57fc /configure | |
parent | 4d9b9c5e4637ac15205467f16fcac92a28e18f18 (diff) | |
download | ffmpeg-0c75acb4ce5db623f4c1c2729468e66c3e28ad67.tar.gz |
compat/avisynth: remove avisynth headers
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 && |