mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-05-10 16:53:35 +08: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>