New submission from Milan Jurik <[EMAIL PROTECTED]>: ffmpeg/ffmpeg.c and libavcodec/utils.c contain wrong defition, requiring UNIX98 (SUSv2) headers, but ffmpeg is compiled with C99. This leads to compilation errors. As fix _XOPEN_SOURCE should be bumped to 600 in both files.
---------- messages: 3158 nosy: jurikm priority: normal status: new substatus: new title: Collision between C99 and SUSv2 in ffmpeg type: bug ______________________________________________________ FFmpeg issue tracker <[EMAIL PROTECTED]> <https://roundup.mplayerhq.hu/roundup/ffmpeg/issue637> ______________________________________________________
