* This change fixes the following error with configure command.
ERROR: nvenc requested but not found
* The compiler error in config.log is as following.
test.c: In function 'f':
test.c:3:54: error: 'NV_ENC_PRESET_HQ_GUID' undeclared (first use in this function);
did you mean 'NV_ENC_PRESET_P7_GUID'?
3 | void f(void) { struct { const GUID guid; } s[] = { { NV_ENC_PRESET_HQ_GUID } }; }
| ^~~~~~~~~~~~~~~~~~~~~
| NV_ENC_PRESET_P7_GUID