diff options
author | Denis Krjuchkov <alcohold@gmail.com> | 2010-10-08 23:55:14 +0600 |
---|---|---|
committer | Denis Krjuchkov <alcohold@gmail.com> | 2010-10-08 23:55:14 +0600 |
commit | 20004b7ee09db7de5a58ef50735b64309709a4c7 (patch) | |
tree | 9ae51c443fc7b851f6b1fe717e574d08adc2f837 /Makefile.am | |
parent | 84e037631da0cf7e3d7099c566a181a2d506ed4c (diff) | |
download | mpd-20004b7ee09db7de5a58ef50735b64309709a4c7.tar.gz mpd-20004b7ee09db7de5a58ef50735b64309709a4c7.tar.xz mpd-20004b7ee09db7de5a58ef50735b64309709a4c7.zip |
win32_output: renamed win32 output plugin to winmm
Win32 has many audio APIs. New name is slightly more correct.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index f14cafb65..7a8ebd4f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -736,8 +736,8 @@ if ENABLE_SOLARIS_OUTPUT OUTPUT_SRC += src/output/solaris_output_plugin.c endif -if ENABLE_WIN32_OUTPUT -OUTPUT_SRC += src/output/win32_output_plugin.c +if ENABLE_WINMM_OUTPUT +OUTPUT_SRC += src/output/winmm_output_plugin.c endif |