Skip to content

meson: d3d11: Remove unnecessary comma in d3d11-wgc test code

Biswapriyo Nath requested to merge Biswa96/gstreamer:meson-d3d11-wgc into main
This fixes the following warning with mingw gcc in meson build log.

testfile.cpp:5:43: warning: extra tokens at end of #include directive
    5 |       #include<windows.graphics.capture.h>,
      |                                           ^

Merge request reports