summaryrefslogtreecommitdiffstats
path: root/Gui/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/cfg.h')
-rw-r--r--Gui/cfg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gui/cfg.h b/Gui/cfg.h
index f1ff0995fd..008c87b816 100644
--- a/Gui/cfg.h
+++ b/Gui/cfg.h
@@ -13,9 +13,13 @@ extern int gtkAONorm;
extern int gtkAOFakeSurround;
extern int gtkAOExtraStereo;
extern float gtkAOExtraStereoMul;
+#ifdef USE_OSS_AUDIO
extern char * gtkAOOSSMixer;
extern char * gtkAOOSSDevice;
+#endif
+#ifdef HAVE_DXR3
extern char * gtkDXR3Device;
+#endif
extern int gtkCacheOn;
extern int gtkCacheSize;