summaryrefslogtreecommitdiffstats
path: root/Gui/cfg.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-12 16:05:11 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-12 16:05:11 +0000
commitf630d42c8a91f08923dc09d63cfa0df5d35b253f (patch)
tree05cd6a4a6b717ecac5b06bc7caad8aee18b0aaaf /Gui/cfg.h
parent9a2b32ca829838a53fc89aeb4ee5ae7731e5df59 (diff)
downloadmpv-f630d42c8a91f08923dc09d63cfa0df5d35b253f.tar.bz2
mpv-f630d42c8a91f08923dc09d63cfa0df5d35b253f.tar.xz
ESD configuration dialog and software volume control option for Gui
Patch by Paul Wilhelm Elsinghorst ( paul [at] uni-bonn de ) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14687 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 23e5567023..ffda9dbd06 100644
--- a/Gui/cfg.h
+++ b/Gui/cfg.h
@@ -25,6 +25,9 @@ extern char * gtkAOALSADevice;
#ifdef HAVE_SDL
extern char * gtkAOSDLDriver;
#endif
+#ifdef USE_ESD
+extern char * gtkAOESDDevice;
+#endif
#ifdef HAVE_DXR3
extern char * gtkDXR3Device;
#endif