summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMilos Zivkovic <zivkovic@teralogics.com>2020-06-08 11:56:37 +0200
committerMarton Balint <cus@passwd.hu>2020-07-03 00:24:59 +0200
commitc4e08682437e5bbdf4c5cf514969c9f5488819c7 (patch)
tree2be7f1cac5c90563e0e5f8d20f8a5a3506b2d023 /configure
parent4979afdb858b6312c7250afde2d669c2880651ce (diff)
avdevice/decklink_dec: add support for extracting and outputing klv from vanc
Signed-off-by: Milos Zivkovic <zivkovic@teralogics.com> Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f0eaf2ded1..bdfd731602 100755
--- a/configure
+++ b/configure
@@ -6281,7 +6281,7 @@ 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 &&
- { test_cpp_condition DeckLinkAPIVersion.h "BLACKMAGIC_DECKLINK_API_VERSION >= 0x0a090500" || die "ERROR: Decklink API version must be >= 10.9.5."; } }
+ { test_cpp_condition DeckLinkAPIVersion.h "BLACKMAGIC_DECKLINK_API_VERSION >= 0x0a0a0000" || die "ERROR: Decklink API version must be >= 10.10"; } }
enabled frei0r && require_headers "frei0r.h dlfcn.h"
enabled gmp && require gmp gmp.h mpz_export -lgmp
enabled gnutls && require_pkg_config gnutls gnutls gnutls/gnutls.h gnutls_global_init