8 hours ago
I get this error trying to build the Vapoursynth addons:
" libavcodec/nvenc.c: In function ‘nvenc_fill_time_code’:
libavcodec/nvenc.c:2520:42: error: ‘NV_ENC_CLOCK_TIMESTAMP_SET’ {aka ‘struct _NV_ENC_CLO
CK_TIMESTAMP_SET’} has no member named ‘countingType’; did you mean ‘countingTypeLSB’?
2520 | time_code->clockTimestamp[i].countingType = 0;
| ^~~~~~~~~~~~
| countingTypeLSB
CC libavcodec/opus/enc.o
make: *** [ffbuild/common.mak:81: libavcodec/nvenc.o] Error 1
make: *** Waiting for unfinished jobs....
"
" libavcodec/nvenc.c: In function ‘nvenc_fill_time_code’:
libavcodec/nvenc.c:2520:42: error: ‘NV_ENC_CLOCK_TIMESTAMP_SET’ {aka ‘struct _NV_ENC_CLO
CK_TIMESTAMP_SET’} has no member named ‘countingType’; did you mean ‘countingTypeLSB’?
2520 | time_code->clockTimestamp[i].countingType = 0;
| ^~~~~~~~~~~~
| countingTypeLSB
CC libavcodec/opus/enc.o
make: *** [ffbuild/common.mak:81: libavcodec/nvenc.o] Error 1
make: *** Waiting for unfinished jobs....
"