mabrand

Results 36 comments of mabrand

Qt6 supports Window's native schannel. Is there a strong case for building with openssl support too, given the extra dependencies?

I think schannel is enabled. At least it works for me. If we're going to enable the postgresql driver, that's going to drag in openssl anyway. Hmm. Maybe you can...

duplicate of https://github.com/mxe/mxe/issues/3043. Should be fixed now.

Thanks. Cherry-picked as 2774d22f4b317bc92df6db09d9891096fb52d3c3

Any idea if qtmultimedia is even supposed to support 32-bit systems? Maybe this package should just be explicitly excluded for i686 targets. What do you think?

Probably okay now. See also https://github.com/mxe/mxe/issues/3038

Linking problems related to libwebp are probably solved now. Please try master head. A pull request for qt6-qtserialbus would be welcome.

> -llibavformat.a -lavformat -llibavcodec.a -lavcodec -llibswresample.a -lswresample -llibswscale.a -lswscale -llibavutil.a -lavutil This is coming from the installed PRL file installed by qt6-qtmultimedia at usr/x86_64-w64-mingw32.static/qt6/plugins/multimedia/ffmpegmediaplugin.prl, which contains the link lists for...

> I modified this section of the file as follows: `[QT_INSTALL_PLUGINS]/multimedia/libffmpegmediaplugin.a` -lavformat -lavcodec -lswresample -lswscale -lavutil That doesn't sound right. You should try to fix usr/x86_64-w64-mingw32.static/qt6/plugins/multimedia/ffmpegmediaplugin.prl by editing the contents...

Does df5f851e4ff45a4c7220e05d5c02e72734b11e79 fix the problem?