diff options
author | Marton Balint <cus@passwd.hu> | 2018-09-20 23:56:00 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-09-23 18:55:29 +0200 |
commit | db6b4b56b322969d99f77e087e9e72295738efb4 (patch) | |
tree | 54686f7d14308cb4840013010e1d9416907dc22e /configure | |
parent | 0f9b298242ca2e1e2e4414967921463566f1dded (diff) | |
download | ffmpeg-db6b4b56b322969d99f77e087e9e72295738efb4.tar.gz |
avdevice/decklink: add support for selecting devices based on their unique ID
Also bump the API version requirement to 10.9.5, because on olders versions
there were some reports of crashes using the undocumented, yet available
BMDDeckLinkDeviceHandle.
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6039,7 +6039,7 @@ done enabled cuda_sdk && require cuda_sdk cuda.h cuCtxCreate -lcuda 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 >= 0x0a060100" || die "ERROR: Decklink API version must be >= 10.6.1."; } } + { test_cpp_condition DeckLinkAPIVersion.h "BLACKMAGIC_DECKLINK_API_VERSION >= 0x0a090500" || die "ERROR: Decklink API version must be >= 10.9.5."; } } enabled libndi_newtek && require_headers Processing.NDI.Lib.h enabled frei0r && require_headers frei0r.h enabled gmp && require gmp gmp.h mpz_export -lgmp |