On Sun, 26 Jul 2015, Martin Storsjö wrote:

---
After these patches, one can do a build for Windows Phone/ARM with
as little configure flags as this:
--toolchain=msvc --target-os=win32 --enable-cross-compile --arch=arm 
--cpu=armv7-a --extra-cflags='-DWINAPI_FAMILY=WINAPI_FAMILY_PHONE_APP'
---
configure | 14 ++++++++++++++
1 file changed, 14 insertions(+)

Steve, hopefully these patches won't cause any issues when building with VLC's compiler wrapper script. The one that adds -MD might be a bit messy since it just checks what's in CFLAGS (and won't know if you have anything extra automatically added in the wrapper that configure doesn't know of), but other than that, most of these things should work seamlessly with existing setups (with lots of hardcoded flags) and allow removing a lot of the boilerplate flags.

// Martin
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to