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
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
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/
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
--
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
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
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
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