diff options
author | KO Myung-Hun <komh@chollian.net> | 2017-12-28 23:41:30 +0900 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-01-07 00:09:40 -0300 |
commit | d03c39b46b21c893d6549a532289b7fb9935b3fc (patch) | |
tree | 1c1b4cb64f17702bc9b99b16d0519fabbd9c4178 /compat | |
parent | 9e68f472ec5d07538ea2f86c66f6ff534583028c (diff) | |
download | ffmpeg-streaming-d03c39b46b21c893d6549a532289b7fb9935b3fc.zip ffmpeg-streaming-d03c39b46b21c893d6549a532289b7fb9935b3fc.tar.gz |
configure: check SDL2 function with a header
SDL2 uses SDLCALL to specify a calling convention. On OS/2, it's defined
to `_System' which is similar to `_cdecl' but does not prepend '_'.
After all, without a header, a function is used without `_System'. And
linker will try to `_func' but fail because the function is `func' not
`_func'.
Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'compat')
0 files changed, 0 insertions, 0 deletions