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

libav_internal: include libavutil/hwcontext_vulkan.h #115

Merged
merged 1 commit into from
Dec 15, 2021
Merged

libav_internal: include libavutil/hwcontext_vulkan.h #115

merged 1 commit into from
Dec 15, 2021

Conversation

1480c1
Copy link
Contributor

@1480c1 1480c1 commented Dec 15, 2021

fixes

include/libplacebo/utils/libav_internal.h: In function 'pl_map_avframe_vulkan':
include/libplacebo/utils/libav_internal.h:862:11: error: unknown type name 'AVVulkanFramesContext'
  862 |     const AVVulkanFramesContext *vkfc = hwfc->hwctx;

that occurs while building mpv on windows with mingw-w64 gcc, there are a few more errors, but it would make this description too long.

include/libplacebo/utils/libav_internal.h: In function 'pl_map_avframe_vulkan':
include/libplacebo/utils/libav_internal.h:862:11: error: unknown type name 'AVVulkanFramesContext'
  862 |     const AVVulkanFramesContext *vkfc = hwfc->hwctx;

Signed-off-by: Christopher Degawa <ccom@randomderp.com>
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

Successfully merging this pull request may close these issues.

2 participants