X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/2e9ba080dd30434f3e8f88e63029280889586a32..de0ef46ee9c9089a5a787fd1cd5f27ca475fc0be:/lib/uaudio-apis.c diff --git a/lib/uaudio-apis.c b/lib/uaudio-apis.c index 568ae36..867b1fd 100644 --- a/lib/uaudio-apis.c +++ b/lib/uaudio-apis.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2009 Richard Kettlewell + * Copyright (C) 2009, 2013 Richard Kettlewell * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -35,6 +35,9 @@ const struct uaudio *const uaudio_apis[] = { #if HAVE_COREAUDIO_AUDIOHARDWARE_H &uaudio_coreaudio, #endif +#if HAVE_PULSEAUDIO + &uaudio_pulseaudio, +#endif #if HAVE_ALSA_ASOUNDLIB_H &uaudio_alsa, #endif