mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-05-31 12:46:39 +02:00
35eb5eeca8
As per signal() help (man 2 signal) the semantics of using signal may vary across platforms. It is suggested to use sigaction() instead. Reviewed-by: Zane van Iperen <zane@zanevaniperen.com> Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>