Skip to content

contrib: ffmpeg: Apply patches for vulkan on 32 bit architectures

Martin Storsjö requested to merge mstorsjo/vlc:ffmpeg-vulkan into master

This fixes building with modern Clang for 32 bit architectures. Integer/pointer conversion issues (visible on 32 bit architectures) that only are warnings in older compilers have been made hard errors in recent versions of Clang.

This issue appeared in VLC after ffmpeg was updated to the 5.1 version.

Merge request reports