aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/snd/libkvisnd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/snd/libkvisnd.cpp')
-rw-r--r--src/modules/snd/libkvisnd.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/snd/libkvisnd.cpp b/src/modules/snd/libkvisnd.cpp
index 1b3abdf0f..318a62ad1 100644
--- a/src/modules/snd/libkvisnd.cpp
+++ b/src/modules/snd/libkvisnd.cpp
@@ -210,6 +210,7 @@ bool KviSoundPlayer::event(QEvent * e)
void KviSoundPlayer::detectSoundSystem()
{
#ifdef COMPILE_PHONON_SUPPORT
+ // FIXME: Phonon seems to freeze on windows sometimes.. maybe it's better to auto-detect winmm ?
if(!m_pPhononPlayer)
m_pPhononPlayer = Phonon::createPlayer(Phonon::MusicCategory);
if(m_pPhononPlayer->state() != Phonon::ErrorState)