summaryrefslogtreecommitdiffstats
path: root/Gui/cfg.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-02 12:42:32 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-02 12:42:32 +0000
commit7f19673a84ed6c1a53757aacd4f3a2378fb57e63 (patch)
treeabb3fcf77c4acb07b115fd6ab79c0f7b4cad56d0 /Gui/cfg.h
parent7c39b3d00693f1d91514fc9ad031d3cf30541f53 (diff)
downloadmpv-7f19673a84ed6c1a53757aacd4f3a2378fb57e63.tar.bz2
mpv-7f19673a84ed6c1a53757aacd4f3a2378fb57e63.tar.xz
SDL Audio configure window from Filip Kalinski <filon@pld.org.pl>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8715 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/cfg.h')
-rw-r--r--Gui/cfg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Gui/cfg.h b/Gui/cfg.h
index 008c87b816..f551dbeca7 100644
--- a/Gui/cfg.h
+++ b/Gui/cfg.h
@@ -17,6 +17,9 @@ extern float gtkAOExtraStereoMul;
extern char * gtkAOOSSMixer;
extern char * gtkAOOSSDevice;
#endif
+#ifdef HAVE_SDL
+extern char * gtkAOSDLDriver;
+#endif
#ifdef HAVE_DXR3
extern char * gtkDXR3Device;
#endif