Select Git revision
windows-configure-ffnvcodec.patch
-
Change-Id: I9a72b2693e3fc41a3b41f01eb1f13f535ec86508
Change-Id: I9a72b2693e3fc41a3b41f01eb1f13f535ec86508
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
windows-configure-ffnvcodec.patch 1.13 KiB
From 93cb08f8eaabda03e2f3c70dc546a6fb72b2e752 Mon Sep 17 00:00:00 2001
From: Aline Gondim Santos <aline.gondimsantos@savoirfairelinux.com>
Date: Tue, 19 Jul 2022 15:14:05 -0300
Subject: [PATCH] windows ffnvcodec patch
---
configure | 8 --------
1 file changed, 8 deletions(-)
diff --git a/configure b/configure
index d0fb8a1fc3..4a6defcc78 100755
--- a/configure
+++ b/configure
@@ -6406,14 +6406,6 @@ else
check_nvcc cuda_llvm
fi
-if ! disabled ffnvcodec; then
- ffnv_hdr_list="ffnvcodec/nvEncodeAPI.h ffnvcodec/dynlink_cuda.h ffnvcodec/dynlink_cuviddec.h ffnvcodec/dynlink_nvcuvid.h"
- check_pkg_config ffnvcodec "ffnvcodec >= 9.1.23.1" "$ffnv_hdr_list" "" || \
- check_pkg_config ffnvcodec "ffnvcodec >= 9.0.18.3 ffnvcodec < 9.1" "$ffnv_hdr_list" "" || \
- check_pkg_config ffnvcodec "ffnvcodec >= 8.2.15.10 ffnvcodec < 8.3" "$ffnv_hdr_list" "" || \
- check_pkg_config ffnvcodec "ffnvcodec >= 8.1.24.11 ffnvcodec < 8.2" "$ffnv_hdr_list" ""
-fi
-
if enabled_all libglslang libshaderc; then
die "ERROR: libshaderc and libglslang are mutually exclusive, if in doubt, disable libglslang"
fi
--
2.30.2.windows.1