=====wmffix===== wmffix is a library created by me (pahaze) intended to fix the usage of the Windows Media Foundation on Windows for ARM32 through LLVM-MinGW. It's based on MinGW's CRT libraries and headers for WMF. It's licensed under the GPLv3 license. ====Actual Usage==== No actual WMF libraries are overwritten for development purposes. Because of this, you'll have to change the headers and libraries used in any code.\\ Instead of using this: ''%%#include %%''\\ ''%%#include %%''\\ ''%%#include %%''\\ ''%%#include %%'' You use this: ''%%#include %%''\\ ''%%#include %%''\\ ''%%#include %%''\\ ''%%#include %%''\\ ''%%#include %%''\\ ''%%#include %%''\\ ''%%#include %%''\\ As for the libraries, instead of using ''%%-lmfuuid%%'' and ''%%-lpropsys%%'', you'll use ''%%-lmfuuid2%%'' and ''%%-lpropsys2%%''. No actual code needs to be changed. Just the headers and libraries. =====Resources===== ====Open Source==== * [[https://github.com/armdevvel/wmffix|GitHub repository for wmffix]] * [[https://download.pahaze.net/ARM/mxe/wmffix/|wmffix on my website!]]