Hi, the SDL test seem to fail enabling sdl_video_size when (cross)compiling with mingw. Throughout the test main(void) is used, but the windows version of SDL apparently *requires* main() defined as main(int argc, char *argv[]) :
/tmp/ffconf.D6hbzlQm.c:2:5: error: conflicting types for 'SDL_main' /usr/i686-w64-mingw32/include/SDL/SDL_main.h:57:22: note: previous declaration of 'SDL_main' was here This patch expands the check_code test and uses the requested arguments for main(). Vittorio
0001-configure-enable-explict-sdl_video_size-test.patch
Description: Binary data
_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
