MinGW Build Error OpenCV 4.8.0

unfortunately, no mingw version has code for MSMF, so you will have to do without the MSMF & OBSSENSOR backends for videoio

clean prev. build artefacts and add

WITH_MSMF=OFF
WITH_OBSSENSOR=OFF

to your cmake cmdline, rerun cmake && make