Hi, Trying from the latest trunk, I am getting the following errors when using endpointvolume.h.
In file included from /opt/mingw64_64_48/x86_64-w64-mingw32/include/endpointvolume.h:38:0, from audio/out/ao_wasapi0.c:9: /opt/mingw64_64_48/x86_64-w64-mingw32/include/devicetopology.h:2222:9: error: unknown type name 'KSJACK_DESCRIPTION' KSJACK_DESCRIPTION *pDescription); ^ /opt/mingw64_64_48/x86_64-w64-mingw32/include/devicetopology.h:2273:5: error: unknown type name 'KSJACK_DESCRIPTION' KSJACK_DESCRIPTION *pDescription); ^ /opt/mingw64_64_48/x86_64-w64-mingw32/include/devicetopology.h:2328:9: error: unknown type name 'KSJACK_DESCRIPTION2' KSJACK_DESCRIPTION2 *pDescription2); ^ /opt/mingw64_64_48/x86_64-w64-mingw32/include/devicetopology.h:2379:5: error: unknown type name 'KSJACK_DESCRIPTION2' KSJACK_DESCRIPTION2 *pDescription2); ^ /opt/mingw64_64_48/x86_64-w64-mingw32/include/devicetopology.h:2425:9: error: unknown type name 'KSJACK_SINK_INFORMATION' KSJACK_SINK_INFORMATION *pJackSinkInformation); ^ /opt/mingw64_64_48/x86_64-w64-mingw32/include/devicetopology.h:2463:5: error: unknown type name 'KSJACK_SINK_INFORMATION' KSJACK_SINK_INFORMATION *pJackSinkInformation); ^ I discovered it was including devicetopology.h and then including ks.h and ksmedia.h. These declarations are already in devicetopology.h but dummied out because it was checking for _KS_ #define before declaring these. ks.h defines it and blocks the declaration. Should I go ahead and copy these over to ks.h?
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev
_______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public