Mingw-w64 provides headers and libs for DX support, which works quite well and is needed by Qt for phonon support. Enabling it is a matter of adding a license file, headers, and libs to the release.
The DirectX headers are there but not enabled properly.
Need to change #if 0 to #if 1 in x86_64-w64-mingw32\include\sdks_mingw_directx.h so that MINGW_HAS_DDRAW_H and MINGW_DDRAW_VERSION are defined.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Implemented in the 4.5.1 release. Can you confirm?
The DirectX headers are there but not enabled properly.
Need to change #if 0 to #if 1 in x86_64-w64-mingw32\include\sdks_mingw_directx.h so that MINGW_HAS_DDRAW_H and MINGW_DDRAW_VERSION are defined.
This should be correctly enabled with the mingw64-runtime svn3485 release. Can you confirm?
It is fixed.
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).