[FFmpeg-cvslog] configure: use non-deprecated nvenc GUID for conftest
Timo Rothenpieler
git at videolan.org
Sun Jul 23 13:59:12 EEST 2023
ffmpeg | branch: release/6.0 | Timo Rothenpieler <timo at rothenpieler.org> | Thu Jun 1 23:24:43 2023 +0200| [9212b53ed5b2f7346036936d500e7954190fb08b] | committer: Timo Rothenpieler
configure: use non-deprecated nvenc GUID for conftest
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9212b53ed5b2f7346036936d500e7954190fb08b
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index b6616f00b6..3cd3bdfb44 100755
--- a/configure
+++ b/configure
@@ -7042,7 +7042,7 @@ enabled nvenc &&
test_cc -I$source_path <<EOF || disable nvenc
#include <ffnvcodec/nvEncodeAPI.h>
NV_ENCODE_API_FUNCTION_LIST flist;
-void f(void) { struct { const GUID guid; } s[] = { { NV_ENC_PRESET_HQ_GUID } }; }
+void f(void) { struct { const GUID guid; } s[] = { { NV_ENC_CODEC_H264_GUID } }; }
int main(void) { return 0; }
EOF
More information about the ffmpeg-cvslog
mailing list