On 03/03/13 00:13, Vittorio Giovara wrote: > Well maybe OS/2 doesn't suffer from the linking main() problem, so the old > test could be kept.
pkgconfig is used from start. Dave already provided instructions on generating pkg-config. > Extending this idea, if the main() problem happens on mingw only, why not > using the current test code for all platforms but mingw and explicit the > test with the proposed code for mingw only? I'd rather have a single test. > Alternatively, one could substitute the main(void) declaration with > main(int argc, char *argv[]) in the check_* code and leave the test sdl > section as it is, but I've heard that was not going to be a popular idea > (as it may break other things, although not sure which ones). main might or might not have a signature different enough to not match. Which version of sdl is causing you problems btw? here it seems to work fine. lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
