From 20004b7ee09db7de5a58ef50735b64309709a4c7 Mon Sep 17 00:00:00 2001 From: Denis Krjuchkov Date: Fri, 8 Oct 2010 23:55:14 +0600 Subject: win32_output: renamed win32 output plugin to winmm Win32 has many audio APIs. New name is slightly more correct. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3