pod: move compare and filter functions out of the library

This commit is contained in:
Wim Taymans 2018-08-13 17:17:23 +02:00
parent d768a2d6da
commit 872a1131fa
28 changed files with 537 additions and 53 deletions

View file

@ -27,9 +27,7 @@
#include <spa/node/node.h>
#include <spa/utils/hook.h>
#include <spa/param/audio/format-utils.h>
#include <spa/lib/pod.h>
#include <spa/lib/debug.h>
#include <spa/pod/filter.h>
#include "pipewire/core.h"
#include "pipewire/link.h"

View file

@ -29,7 +29,7 @@
#include <sys/eventfd.h>
#include <spa/node/node.h>
#include <spa/lib/pod.h>
#include <spa/pod/filter.h>
#include "pipewire/pipewire.h"
#include "pipewire/interfaces.h"