From b057923fa33a33f3afda5c0bf8ddcd7040d787fc Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 10 Apr 2015 20:34:59 +0000 Subject: using dsound plugin as default (under win32 only) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4844 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmp/output.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/qmmp/output.cpp b/src/qmmp/output.cpp index 81031568e..7e5a0b415 100644 --- a/src/qmmp/output.cpp +++ b/src/qmmp/output.cpp @@ -146,7 +146,7 @@ OutputFactory *Output::currentFactory() #ifdef Q_OS_LINUX QString name = settings.value("Output/current_plugin", "alsa").toString(); #elif defined Q_WS_WIN - QString name = settings.value("Output/current_plugin", "waveout").toString(); + QString name = settings.value("Output/current_plugin", "directsound").toString(); #else QString name = settings.value("Output/current_plugin", "oss4").toString(); #endif -- cgit v1.2.3-13-gbd6f