access_out: srt: use pipe to detect interrupt
commitc8bef6551e50cf4cef893a9d274571810e1895cb
authorJustin Kim <justin.kim@collabora.com>
Mon, 4 Dec 2017 06:15:25 +0000 (4 15:15 +0900)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 4 Dec 2017 23:42:46 +0000 (5 00:42 +0100)
tree63ef01d11a173fc62da45f59faf608b89391a316
parent20ccc2223554fb00876e5025a93917f0745a1c18
access_out: srt: use pipe to detect interrupt

`eventfd` is a linux-specific API. `pipe` can provide similar
mechanisms to be platform-independent.

Signed-off-by: Justin Kim <justin.kim@collabora.com>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/access_output/srt.c