Skip to content

configure: Update for nvcodec dependency change

It seems to no reason to avoid autotools update until dropping it completely.

configure: Update for nvcodec dependency change

nvcodec is compilable without external dependency
nvdec: Fix build warning error

gstnvdec.c:1222:3: error: implicit declaration of function ‘memset’ [-Werror=implicit-function-declaration]
   memset (&type_info, 0, sizeof (type_info));
   ^~~~~~

Merge request reports