Files
MINGW-packages/mingw-w64-ffmpeg4.4
Biswapriyo Nath 9caf74d29c ffmpeg4.4: rebuild for ffnvcodec-headers update
* 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
2023-10-22 21:52:49 +05:30
..