Ubuntu cross-compiles libvlc3.0.4 error: 'D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_INPUT' undeclared

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
carlos007
New Cone
New Cone
Posts: 1
Joined: 19 Dec 2018 10:46

Ubuntu cross-compiles libvlc3.0.4 error: 'D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_INPUT' undeclared

Postby carlos007 » 19 Dec 2018 11:12

Ubuntu cross-compiles libvlc3.0.4 using MinGW on Linux.An error occurred when sudo make.
The error message is as follows:
"
../../modules/hw/d3d11/d3d11_filters.c:423:20:error: 'D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_INPUT' undeclared(first use in this funciton) if(!(flags & D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_INPUT )||
",
../../modules/hw/d3d11/d3d11_filters.c:424:20:error: 'D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUT' undeclared(first use in this funciton) if(!(flags & D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_OUTPUT )||

After analysis, it is found that the header file 3d11.h declares the above two macros,And then I don't know what to do.
How can I solve these problem?

Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: LaurentG and 52 guests