[sudo] password for rawfox:
Installing wine, please wait ...
../../../../workdir/dlls/winegstreamer/mf_decode.c: In function ‘mf_decoder_ProcessInput’:
../../../../workdir/dlls/winegstreamer/mf_decode.c22: error: ‘query’ undeclared (first use in this function)
Do i need futher dependencies to build it, or is this just a bug ?
I have the same issue on Debian 9. I got around it by going into "source tree/dlls/winegstreamer/mf_decode.c" and removed line 1051 which reads " gst_query_unref (query);"
I looked it up on the gstreamer website to learn what the function does but it's beyond my capabilities, so it's not a pretty solution. It did however let complete the Wine installation and some games utilizing mfplat are also working fine now.