mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
configure: use non-deprecated nvenc GUID for conftest
This commit is contained in:
parent
cc703cf607
commit
9212b53ed5
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user