aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDenis Krjuchkov <alcohold@gmail.com>2010-10-08 23:55:14 +0600
committerDenis Krjuchkov <alcohold@gmail.com>2010-10-08 23:55:14 +0600
commit20004b7ee09db7de5a58ef50735b64309709a4c7 (patch)
tree9ae51c443fc7b851f6b1fe717e574d08adc2f837 /Makefile.am
parent84e037631da0cf7e3d7099c566a181a2d506ed4c (diff)
downloadmpd-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 'Makefile.am')
-rw-r--r--Makefile.am4
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