From d656730d3ad62396014b1160aa8b3b5c6a5f3c66 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Sun, 23 Nov 2014 16:24:36 +0100 Subject: [PATCH] Fixed phonon support --- JGE/include/JSoundSystem.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/JGE/include/JSoundSystem.h b/JGE/include/JSoundSystem.h index 5b50b023c..130935813 100644 --- a/JGE/include/JSoundSystem.h +++ b/JGE/include/JSoundSystem.h @@ -105,9 +105,8 @@ public: ~JSample(); unsigned long fileSize(); -#if (defined QT_CONFIG) +#if (defined QT_CONFIG) && (!defined USE_PHONON) QMediaPlayer* effect; -// QSoundEffect effect; void* mSample; #elif defined (PSP) WAVDATA *mSample;