media-autobuild_suite icon indicating copy to clipboard operation
media-autobuild_suite copied to clipboard

Unknown options: "fontconfig

Open ENunn opened this issue 3 years ago • 3 comments

having a build issue. something that has to do with harfbuzz. ../meson.build:1:0: ERROR: Unknown options: "fontconfig"

logs.zip

ENunn avatar Nov 11 '21 16:11 ENunn

Fixed recently.

Biswa96 avatar Nov 11 '21 17:11 Biswa96

thanks, i don't have that error anymore, however i'm getting another issue. looks like it has to do with vulkan.

logs.zip

ENunn avatar Nov 12 '21 06:11 ENunn

I can reproduce your issue with latest FFmpeg git repository but not with FFmpeg 4.4.1. The error is:

F:/FFmpeg/libavutil/hwcontext_vulkan.c:1863:19: error: 'FFVulkanFunctions' has no member named 'CreateSemaphoreA'; did you mean 'CreateSemaphore'?
 1863 |         ret = vk->CreateSemaphore(hwctx->act_dev, &sem_spawn,
      |                   ^~~~~~~~~~~~~~~

Fixed in upstream minutes ago https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/296cb99d46b5f72d393ec06bef2753098d19fad2

Biswa96 avatar Nov 12 '21 14:11 Biswa96