Ubuntu cross-compiles libvlc3.0.4 error: 'D3D11_VIDEO_PROCESSOR_FORMAT_SUPPORT_INPUT' undeclared
Posted: 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:
"
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?
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?