summaryrefslogtreecommitdiffstats
path: root/Gui/cfg.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-30 15:58:36 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-07-30 15:58:36 +0000
commite5b67089c763989c5215f8603102415b3f8c3070 (patch)
treeb633199bba862eeac66de0a8c91e1c4597c4f7d3 /Gui/cfg.h
parentc13550e85ad10ad6994c21115e5f492dc6e3ae76 (diff)
downloadmpv-e5b67089c763989c5215f8603102415b3f8c3070.tar.bz2
mpv-e5b67089c763989c5215f8603102415b3f8c3070.tar.xz
unified audio options dialog, fixes also bug #40
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12919 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/cfg.h')
-rw-r--r--Gui/cfg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Gui/cfg.h b/Gui/cfg.h
index 2ce1a89475..23e5567023 100644
--- a/Gui/cfg.h
+++ b/Gui/cfg.h
@@ -14,8 +14,14 @@ extern int gtkAOExtraStereo;
extern float gtkAOExtraStereoMul;
#ifdef USE_OSS_AUDIO
extern char * gtkAOOSSMixer;
+extern char * gtkAOOSSMixerChannel;
extern char * gtkAOOSSDevice;
#endif
+#if defined(HAVE_ALSA9) || defined (HAVE_ALSA1X)
+extern char * gtkAOALSAMixer;
+extern char * gtkAOALSAMixerChannel;
+extern char * gtkAOALSADevice;
+#endif
#ifdef HAVE_SDL
extern char * gtkAOSDLDriver;
#endif