opencv/modules/gapi
Biswapriyo Nath 6cf0910842
Merge pull request #22462 from Biswa96:fix-directx-check
* cmake: Fix DirectX detection in mingw

The pragma comment directive is valid for MSVC only. So, the DirectX detection
fails in mingw. The failure is fixed by adding the required linking library
(here d3d11) in the try_compile() function in OpenCVDetectDirectX.cmake file.
Also add a message if the first DirectX check fails.

* gapi: Fix compilation with mingw

These changes remove MSVC specific pragma directive. The compilation fails at
linking time due to absence of proper linking library. The required libraries
are added in corresponding CMakeLists.txt file.

* samples: Fix compilation with mingw

These changes remove MSVC specific pragma directive. The compilation fails at
linking time due to absence of proper linking library. The required libraries
are added in corresponding CMakeLists.txt file.
2022-10-03 08:37:36 +03:00
..
cmake G-API: Update ADE to v0.1.2a to fix new Windows warnings 2022-08-26 21:29:56 +03:00
doc Merge pull request #21775 from luzpaz:typos/gapi 2022-04-13 17:06:37 +00:00
include/opencv2 Merge pull request #22037 from xiong-jie-y:py_gapi_add_state_kernel 2022-09-09 15:13:22 +03:00
misc/python Merge pull request #22037 from xiong-jie-y:py_gapi_add_state_kernel 2022-09-09 15:13:22 +03:00
perf Merge pull request #21883 from SergeyIvanov87:gapi_vpl_linux 2022-05-12 08:42:38 +00:00
samples Merge pull request #22462 from Biswa96:fix-directx-check 2022-10-03 08:37:36 +03:00
scripts Added a script to measure & report privacy masking camera performance in different configurations 2020-07-08 19:19:37 +03:00
src Merge pull request #22462 from Biswa96:fix-directx-check 2022-10-03 08:37:36 +03:00
test Merge pull request #22393 from TolyaTalamanov:at/fix-gapi-vpl-windows-build 2022-08-20 20:24:41 +03:00
CMakeLists.txt Merge pull request #22462 from Biswa96:fix-directx-check 2022-10-03 08:37:36 +03:00