Josh Matthews <[EMAIL PROTECTED]> added the comment:

In fact there's another check that fails, in check_func2():

int main(void){
    (void) $func;
    return 0;
}

It fails for the same reason, the main() declaration doesn't agree with
SDL_main.  The attached patch fixes both problems, and enables SDL support on my
Win32 machine (using mSys and MinGW).

______________________________________________________
FFmpeg issue tracker <[EMAIL PROTECTED]>
<https://roundup.mplayerhq.hu/roundup/ffmpeg/issue344>
______________________________________________________

Attachment: ffmpeg_configure_sdl_win32.patch
Description: Binary data

Reply via email to