Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2023 20:15:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 261302] multimedia/ffmpeg: update to 6.0
Message-ID:  <bug-261302-12827-VC2QIqzWNe@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261302-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-261302-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261302

--- Comment #103 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3De7f276b2099aee34cbb73dc1dcbd099=
196b8f3b2

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++] =3D
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] =3D 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(+)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261302-12827-VC2QIqzWNe>