getting D3D11 error while building VLC for Win32
Posted: 14 Oct 2022 16:00
Hi I am trying to cross compile VLC for Windows 64 bit from Ubuntu 20.04 LTS.
I am following this link https://wiki.videolan.org/Win32Compile/.
I am getting this error while building
Am i missing any package, Please help.
I am following this link https://wiki.videolan.org/Win32Compile/.
I am getting this error while building
Code: Select all
CC hw/d3d11/d3d11_deinterlace.lo
../../modules/hw/d3d11/d3d11_deinterlace.c:54:5: error: unknown type name ‘D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS’
54 | D3D11_VIDEO_PROCESSOR_PROCESSOR_CAPS i_mode;