diff options
author | Max Kellermann <max@duempel.org> | 2009-10-20 21:05:11 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-20 21:05:11 +0200 |
commit | bc4266bef8b4997332de706be28904d8b8f7d593 (patch) | |
tree | d613262e3d780497a412bdf83c928665c554b293 /src/output_list.c | |
parent | bc629c8a3e5f90c827cc3ad2d896d2d0737e3d62 (diff) | |
download | mpd-bc4266bef8b4997332de706be28904d8b8f7d593.tar.gz mpd-bc4266bef8b4997332de706be28904d8b8f7d593.tar.xz mpd-bc4266bef8b4997332de706be28904d8b8f7d593.zip |
pulse: renamed source files
Diffstat (limited to 'src/output_list.c')
-rw-r--r-- | src/output_list.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/output_list.c b/src/output_list.c index 476701a1a..d5888e386 100644 --- a/src/output_list.c +++ b/src/output_list.c @@ -31,7 +31,7 @@ extern const struct audio_output_plugin oss_output_plugin; extern const struct audio_output_plugin openal_output_plugin; extern const struct audio_output_plugin osxPlugin; extern const struct audio_output_plugin solaris_output_plugin; -extern const struct audio_output_plugin pulse_plugin; +extern const struct audio_output_plugin pulse_output_plugin; extern const struct audio_output_plugin mvp_output_plugin; extern const struct audio_output_plugin jackPlugin; extern const struct audio_output_plugin httpd_output_plugin; @@ -67,7 +67,7 @@ const struct audio_output_plugin *audio_output_plugins[] = { &solaris_output_plugin, #endif #ifdef HAVE_PULSE - &pulse_plugin, + &pulse_output_plugin, #endif #ifdef HAVE_MVP &mvp_output_plugin, |