[Bug 261302] multimedia/ffmpeg: update to 6.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 261302] multimedia/ffmpeg: update to 5.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 20:15:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261302 --- Comment #103 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e7f276b2099aee34cbb73dc1dcbd099196b8f3b2 commit e7f276b2099aee34cbb73dc1dcbd099196b8f3b2 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-04-27 17:54:50 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-04-27 20:15:06 +0000 multimedia/ffmpeg: unbreak with clang 15 on i386 after 685e477b807c ./libavutil/vulkan.c:1173:70: error: incompatible integer to pointer conversion assigning to 'void *' from 'VkDescriptorSetLayout' (aka 'unsigned long long') [-Wint-conversion] pl->desc_staging[spawn_pipeline_layout.setLayoutCount++] = pl->desc_layout[i]; ^ ~~~~~~~~~~~~~~~~~~ ./libavutil/vulkan.c:1272:29: error: incompatible integer to pointer conversion assigning to 'void *' from 'VkDescriptorSet' (aka 'unsigned long long') [-Wint-conversion] pl->desc_staging[i] = pl->desc_set[i*pl->qf->nb_queues + pl->qf->cur_queue]; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PR: 261302 Reported by: antoine multimedia/ffmpeg/Makefile | 1 + 1 file changed, 1 insertion(+) -- You are receiving this mail because: You are on the CC list for the bug.