]> git.sesse.net Git - ffmpeg/commitdiff
configure: check for nvdec/cuvid AV1 support
authorTimo Rothenpieler <timo@rothenpieler.org>
Thu, 15 Oct 2020 21:25:05 +0000 (23:25 +0200)
committerTimo Rothenpieler <timo@rothenpieler.org>
Thu, 15 Oct 2020 21:25:05 +0000 (23:25 +0200)
configure

index 273ff4b2c95f98ed969fd6ea1de4c66b337f5fe3..8e451ca6415d4fbd6b903c35ac0cb44330ddf3cb 100755 (executable)
--- a/configure
+++ b/configure
@@ -3052,7 +3052,7 @@ nvenc_encoder_deps="nvenc"
 
 aac_mf_encoder_deps="mediafoundation"
 ac3_mf_encoder_deps="mediafoundation"
-av1_cuvid_decoder_deps="cuvid"
+av1_cuvid_decoder_deps="cuvid CUVIDAV1PICPARAMS"
 h263_v4l2m2m_decoder_deps="v4l2_m2m h263_v4l2_m2m"
 h263_v4l2m2m_encoder_deps="v4l2_m2m h263_v4l2_m2m"
 h264_amf_encoder_deps="amf"
@@ -6750,6 +6750,10 @@ void f(void) { struct { const GUID guid; } s[] = { { NV_ENC_PRESET_HQ_GUID } };
 int main(void) { return 0; }
 EOF
 
+if enabled_any nvdec cuvid; then
+    check_type "ffnvcodec/dynlink_cuda.h ffnvcodec/dynlink_cuviddec.h" "CUVIDAV1PICPARAMS"
+fi
+
 enabled amf &&
     check_cpp_condition amf "AMF/core/Version.h" \
         "(AMF_VERSION_MAJOR << 48 | AMF_VERSION_MINOR << 32 | AMF_VERSION_RELEASE << 16 | AMF_VERSION_BUILD_NUM) >= 0x0001000400090000"