This seems to compile fine with that mpeg2struct.h
On 05/03/2025 21:04, Biswapriyo Nath wrote:
I have sent patch to wine to add the IDL files. Merge request link
https://gitlab.winehq.org/wine/wine/-/merge_requests/7508. Please test
those header files. The structures are defined in mpeg2data.h[1
I have sent patch to wine to add the IDL files. Merge request link
https://gitlab.winehq.org/wine/wine/-/merge_requests/7508. Please test
those header files. The structures are defined in mpeg2data.h[1] which
should be included in bdadefs.h in vlc.
[1]: https://learn.microsoft.com/en-us/previous-v
On 03/03/2025 17:30, Biswapriyo Nath wrote:
Could you share which project needs this. I can try to add the idl file.
Hi,
It's used by VLC. It's included via "mpeg2structs.h" in
https://code.videolan.org/videolan/vlc/-/blob/master/modules/access/dtv/bdadefs.h
___
Could you share which project needs this. I can try to add the idl file.
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
> This could be generated from a .idl.
I can try to add the idl file if required. Though, I am not sure if it
should be added in wine which may need some time. Also, that need some
test project.
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.
Checked against
https://github.com/microsoft/win32metadata/blob/main/generation/WinSDK/RecompiledIdlHeaders/um/mpeg2data.h
This could be generated from a .idl.
---
mingw-w64-headers/include/mpeg2data.h | 31 +++
1 file changed, 8 insertions(+), 23 deletions(-)
diff --git