From cf18d66ac5c3904f3f932848f761ec5d103a470c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Thu, 15 Oct 2015 04:42:48 +0200 Subject: Add pulseaudio support [taken from Fedora patches] --- config.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 7fe6faf..eed77f8 100644 --- a/config.h.in +++ b/config.h.in @@ -43,9 +43,9 @@ /* Define if you have libOggFLAC (required for loading OggFLAC files) */ #undef HAVE_LIBOGGFLAC -/* Define if you have polyplib (required if you want Polypaudio server +/* Define if you have libpulse (required if you want PulseAudio server support) */ -#undef HAVE_LIBPOLYP +#undef HAVE_LIBPULSE /* defined if you have libsamplerate library and header */ #undef HAVE_LIBSAMPLERATE -- cgit v1.2.1