mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-26 07:00:13 -05:00
pinos: add new plugin API
Experiment with new plugin API that is designed for speed, minimal allocations and locking, for use with real-time scheduling.
This commit is contained in:
parent
d374f50d28
commit
b44d2d86b6
7 changed files with 1776 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ noinst_LTLIBRARIES =
|
|||
|
||||
TESTS_default =
|
||||
|
||||
TESTS_norun = test-client
|
||||
TESTS_norun = test-client test-node
|
||||
|
||||
# These tests need a running pinos daemon
|
||||
TESTS_daemon =
|
||||
|
|
@ -143,6 +143,11 @@ test_client_CFLAGS = $(AM_CFLAGS)
|
|||
test_client_LDADD = $(AM_LDADD) libpinos-@PINOS_MAJORMINOR@.la
|
||||
test_client_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||
|
||||
test_node_SOURCES = tests/test-node.c
|
||||
test_node_CFLAGS = $(AM_CFLAGS)
|
||||
test_node_LDADD = $(AM_LDADD) libpinos-@PINOS_MAJORMINOR@.la
|
||||
test_node_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||
|
||||
###################################
|
||||
# Tools programs #
|
||||
###################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue