diff options
author | Dustin Puckett <puckett@pobox.com> | 2011-01-28 21:17:09 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2011-01-28 21:17:09 +0100 |
commit | 79e0db4ca0e9c13ca226c06c9228d5afb4c9a277 (patch) | |
tree | bfc4558121f6f6f1e71bf2fc1d43e0be469d2c10 /src/mixer_list.h | |
parent | 9ae3acf2e73f63550218c2af92243490a4344426 (diff) | |
download | mpd-79e0db4ca0e9c13ca226c06c9228d5afb4c9a277.tar.gz mpd-79e0db4ca0e9c13ca226c06c9228d5afb4c9a277.tar.xz mpd-79e0db4ca0e9c13ca226c06c9228d5afb4c9a277.zip |
output/raop: new output plugin
Remote Audio Output Protocol (RAOP), for Apple devices.
Diffstat (limited to 'src/mixer_list.h')
-rw-r--r-- | src/mixer_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mixer_list.h b/src/mixer_list.h index a472c8807..b8039ff84 100644 --- a/src/mixer_list.h +++ b/src/mixer_list.h @@ -29,6 +29,7 @@ extern const struct mixer_plugin software_mixer_plugin; extern const struct mixer_plugin alsa_mixer_plugin; extern const struct mixer_plugin oss_mixer_plugin; extern const struct mixer_plugin pulse_mixer_plugin; +extern const struct mixer_plugin raop_mixer_plugin; extern const struct mixer_plugin winmm_mixer_plugin; #endif |