mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-02 06:46:36 -04:00
Split out header files
Use separate header files Add pull-based alsasink Add audiotestsrc Implement negotiation and scheduling of audiotestsrc ! alsasink
This commit is contained in:
parent
03046301bf
commit
4b2520d173
15 changed files with 2869 additions and 287 deletions
|
|
@ -143,10 +143,10 @@ 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_SOURCES = tests/test-node.c tests/spi-volume.c tests/spi-alsa-sink.c tests/spi-audiotestsrc.c
|
||||
test_node_CFLAGS = $(AM_CFLAGS) $(ALSA_CFLAGS)
|
||||
test_node_LDADD = $(AM_LDADD) libpinos-@PINOS_MAJORMINOR@.la
|
||||
test_node_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS)
|
||||
test_node_LDFLAGS = $(AM_LDFLAGS) $(BINLDFLAGS) $(ALSA_LIBS)
|
||||
|
||||
###################################
|
||||
# Tools programs #
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue