Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate support for Vulkan in 6.1+ #9

Open
skyzyx opened this issue Nov 24, 2023 · 1 comment
Open

Validate support for Vulkan in 6.1+ #9

skyzyx opened this issue Nov 24, 2023 · 1 comment
Assignees

Comments

@skyzyx
Copy link
Owner

skyzyx commented Nov 24, 2023

@skyzyx skyzyx self-assigned this Nov 24, 2023
@fayep
Copy link

fayep commented Feb 21, 2024

Last 15 lines from /Users/faye/Library/Logs/Homebrew/ffmpeg-skyzyx/02.make:
} VkVideoDecodeAV1SessionParametersCreateInfoKHR;
  ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make: *** [libavcodec/vulkan_av1.o] Error 1
libavcodec/vulkan_decode.c:1122:18: error: use of undeclared identifier 'VK_STRUCTURE_TYPE_VIDEO_DECODE_AV1_SESSION_PARAMETERS_CREATE_INFO_MESA'; did you mean 'VK_STRUCTURE_TYPE_VIDEO_DECODE_AV1_SESSION_PARAMETERS_CREATE_INFO_KHR'?
        .sType = VK_STRUCTURE_TYPE_VIDEO_DECODE_AV1_SESSION_PARAMETERS_CREATE_INFO_MESA,
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                 VK_STRUCTURE_TYPE_VIDEO_DECODE_AV1_SESSION_PARAMETERS_CREATE_INFO_KHR
/opt/homebrew/include/vulkan/vulkan_core.h:1067:5: note: 'VK_STRUCTURE_TYPE_VIDEO_DECODE_AV1_SESSION_PARAMETERS_CREATE_INFO_KHR' declared here
    VK_STRUCTURE_TYPE_VIDEO_DECODE_AV1_SESSION_PARAMETERS_CREATE_INFO_KHR = 1000512004,
    ^
14 errors generated.
make: *** [libavcodec/vulkan_decode.o] Error 1
rm libavfilter/metal/vf_yadif_videotoolbox.metal.air

If reporting this issue please do so at (not Homebrew/brew or Homebrew/homebrew-core):
  https://github.com/skyzyx/homebrew-ffmpeg/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants