summaryrefslogtreecommitdiffstats
path: root/dec_audio.c
diff options
context:
space:
mode:
Diffstat (limited to 'dec_audio.c')
-rw-r--r--dec_audio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dec_audio.c b/dec_audio.c
index 245af9ca48..fd94913671 100644
--- a/dec_audio.c
+++ b/dec_audio.c
@@ -28,8 +28,9 @@ int fakemono=0;
#include "xa/xa_gsm.h"
+#ifdef USE_DIRECTSHOW
#include "loader/DirectShow/DS_AudioDec.h"
-
+#endif
static sh_audio_t* dec_audio_sh=NULL;