configure: use non-deprecated nvenc GUID for conftest

release/6.0
Timo Rothenpieler 2 years ago
parent cc703cf607
commit 9212b53ed5
  1. 2
      configure

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…
Cancel
Save