вт, 31 янв. 2023 г., 11:49 Andrea paz <gamberucci.andrea@gmail.com>:
I tried to build CinGG and have a crash. Last time I had done a build
yesterday or the day before and everything was working fine.
I attach the link for cin5.log:
https://ufile.io/s0gd60bx


---


ufile seems to show me some ads, but I win (this time)

libavutil/hwcontext_vulkan.c:363:7: error: ‘VK_EXT_VIDEO_DECODE_H264_EXTENSION_NAME’ undeclared her
e (not in a function); did you mean ‘VK_EXT_VIDEO_ENCODE_H264_EXTENSION_NAME’?
  363 |     { VK_EXT_VIDEO_DECODE_H264_EXTENSION_NAME,                FF_VK_EXT_NO_FLAG
    },
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |       VK_EXT_VIDEO_ENCODE_H264_EXTENSION_NAME
libavutil/hwcontext_vulkan.c:364:7: error: ‘VK_EXT_VIDEO_DECODE_H265_EXTENSION_NAME’ undeclared her
e (not in a function); did you mean ‘VK_EXT_VIDEO_ENCODE_H265_EXTENSION_NAME’?
  364 |     { VK_EXT_VIDEO_DECODE_H265_EXTENSION_NAME,                FF_VK_EXT_NO_FLAG
    },
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |       VK_EXT_VIDEO_ENCODE_H265_EXTENSION_NAME
CC      libavutil/log2_tab.o
STRIP   libavcodec/x86/vp9lpf_16bpp.o
CC      libavutil/lzo.o
CC      libavutil/mastering_display_metadata.o
make[3]: *** [ffbuild/common.mak:81: libavutil/hwcontext_vulkan.o] Error 1
make[3]: *** Attesa per i processi non terminati....


I think this one can be disabled in ffmpeg because we do not use vulkan acceleration for anything yet?

--disable-vulkan         disable Vulkan code [autodetect]

in ffmpeg line in thirdparty/Makefile (will make patch momentarily)

I also can see few "broken pipe" messages - might be build was running out of space?