[Mingw-w64-public] [PATCH] Add missed files to 'mfplat' (x86-64, x86)

2017-07-24 Thread Ruslan Garipov
This commit adds to `mfplat' import library some of Microsoft Media Foundation functions declared in the MinGW-w64 headers but missed in the import libraries for x86-64 and x86. Signed-off-by: Ruslan Garipov --- mingw-w64-crt/lib32/mfplat.def | 53 ++ mi

Re: [Mingw-w64-public] [PING^2] [PATCH 2/2] Add 'Windows Animation Manager' IDL file

2017-07-24 Thread Jacek Caban
Hi Ruslan, I'm sorry for the delay. I committed your patch with some small fixups. Thanks, Jacek On 24.07.2017 14:07, Ruslan Garipov wrote: > This is updated IDL file. I did not ping the patch with the header and > Makefiles because the header file is generated from the IDL one > without further

Re: [Mingw-w64-public] [Project News|New Builds]

2017-07-24 Thread niXman
Gisle Vanem 2017-07-24 19:35: Do any of these support '-m32' *and* '-m64'? sjlj builds supports '-m32' and '-m64'. -- Regards, niXman ___ Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows: https://sf.net/p/mingw-w64/

Re: [Mingw-w64-public] [Project News|New Builds]

2017-07-24 Thread Gisle Vanem
niXman wrote: The new builds of MinGW-W64 based on GCC-7.1.0 is uploaded. MinGW-w64 v5.x is used. Do any of these support '-m32' *and* '-m64'? I guess not, since on SF I see a directory-branch named "Multilib Toolchains(Targetting Win32 and Win64)" which is a bit old. -- --gv --

[Mingw-w64-public] [PING^2] [PATCH 2/2] Add 'Windows Animation Manager' IDL file

2017-07-24 Thread Ruslan Garipov
This is updated IDL file. I did not ping the patch with the header and Makefiles because the header file is generated from the IDL one without further modifications. The Makefiles were not changed since the initial patch. But if this is necessary I can ping the updated patch #1 with the header

Re: [Mingw-w64-public] MFTEnumEx in lib64 / lib 32

2017-07-24 Thread Ruslan Garipov
a few other functions appeared, too. Perhaps they're unique to the current 'fast ring' insider build of Windows 10? I think some functions are just missed from the mingw-w64's libraries. Just like `MFTEnumEx`. I will check them today a little bit later. The patch for `MFTEnumEx` is in the mast

Re: [Mingw-w64-public] MFTEnumEx in lib64 / lib 32

2017-07-24 Thread JonY via Mingw-w64-public
On 07/23/2017 04:44 PM, Ruslan Garipov wrote: > Like this, I believe -- a `git-format-patch` included. > Patch looks OK, go ahead and apply. signature.asc Description: OpenPGP digital signature -- Check out the vibrant

Re: [Mingw-w64-public] MFTEnumEx in lib64 / lib 32

2017-07-24 Thread John Warburton
On Sun, Jul 23, 2017 at 5:44 PM, Ruslan Garipov wrote: > Like this, I believe -- a `git-format-patch` included. > On 23.07.2017 19:54, John Warburton wrote: >> While cross-compiling a program that required the function MFTEnumEx >> from the Microsoft Media Foundation Transform framework, I notic