mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-19 07:00:10 -05: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
|
|
@ -229,6 +229,13 @@ PKG_CHECK_MODULES(GSTALLOC, gstreamer-allocators-1.0 >= 1.5.0, dummy=yes,
|
|||
GST_CFLAGS="$GST_CFLAGS $GSTALLOC_CFLAGS"
|
||||
GST_LIBS="$GST_LIBS $GSTALLOC_LIBS"
|
||||
|
||||
#### ALSA ####
|
||||
PKG_CHECK_MODULES(ALSA, alsa >= 0.9.1, dummy=yes,
|
||||
AC_MSG_ERROR(ALSA >= 0.9.1 is required))
|
||||
|
||||
AC_SUBST(ALSA_CFLAGS)
|
||||
AC_SUBST(ALSA_LIBS)
|
||||
|
||||
#### Build and Install man pages ####
|
||||
|
||||
AC_ARG_ENABLE([manpages],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue