ipcpipeline: Rework compiler checks
authorNirbheek Chauhan <nirbheek@centricular.com>
Sat, 11 Jan 2020 09:17:13 +0000 (14:47 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Tue, 14 Jan 2020 03:53:02 +0000 (09:23 +0530)
commitc8db7a91273d13e3eaf6e450aac99a6d461d0e58
tree1b52b8b3939f50b60538c1cff533e7dfd5c20a3a
parentf72aaed9c7c2f39f0ab18a267d1db943fa0a931f
ipcpipeline: Rework compiler checks

`pipe()` isn't used since 15927b6511bc8304ae144a45c9fbfca88e5dd641,
and `socketpair()` from `#include <sys/socket.h>` is used only in the
examples. In practice, you can use probably also use anything that
allows you to create fd pairs, such as named pipes or anonymous pipes.

We use the cross-platform GstPollFD API in the plugin.
sys/ipcpipeline/meson.build
tests/examples/ipcpipeline/meson.build