You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
configure: use non-deprecated nvenc GUID for conftest
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -7079,7 +7079,7 @@ enabled nvenc &&
|
|||||||
test_cc -I$source_path <<EOF || disable nvenc
|
test_cc -I$source_path <<EOF || disable nvenc
|
||||||
#include <ffnvcodec/nvEncodeAPI.h>
|
#include <ffnvcodec/nvEncodeAPI.h>
|
||||||
NV_ENCODE_API_FUNCTION_LIST flist;
|
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; }
|
int main(void) { return 0; }
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user