https://bugs.winehq.org/show_bug.cgi?id=46977
Bug ID: 46977 Summary: MF_TRANSCODE_CONTAINERTYPE attribute definitions missing in <mfidl.h>. Product: Wine Version: unspecified Hardware: x86 OS: Windows Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: sadko4u@gmail.com
Created attachment 64137 --> https://bugs.winehq.org/attachment.cgi?id=64137 Missing definitions
In <mfidl.h> there is missing MF_TRANSCODE_CONTAINERTYPE and correspoinding MFTranscodeContainerType_* values. This yields to some problems when using SinkWriter with MinGW compiler. Missing definitions are in attachment.
https://bugs.winehq.org/show_bug.cgi?id=46977
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- Why are you using wine headers if you're building your application with mingw?
https://bugs.winehq.org/show_bug.cgi?id=46977
--- Comment #2 from Vladimir Sadovnikov sadko4u@gmail.com --- Sorry, this is my failure. This header is a part of MinGW distribution, not part of Wine. The previous bug I've reported was related to Wine because MinGW used Wine headers. I believe this bug should be marked as an invalid.
Link to previous bug: https://bugs.winehq.org/show_bug.cgi?id=46939