This is maturing away from being purely RFC type stuff. It needs a bunch of preliminaries, most of which are probably desirable either way. I'm fairly confident of the basic bits now.
This still fails on MSVC, as I did not add a host version of check_func_headers(). Instead, we should switch the msvcrt test over to some CPP condition, like we do for all other libcs. The test we currently have enables a bunch of variables, which would generate unwanted sideeffects if it was done once for the target and then for the host. Splitting all of this properly is a lot of work, instead, finding a CPP-based test for msvcrt should be fairly simple. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
