Skip to content
  • Nirbheek Chauhan's avatar
    ipcpipeline: Rework compiler checks · c8db7a91
    Nirbheek Chauhan authored
    `pipe()` isn't used since 15927b65,
    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.
    c8db7a91