summaryrefslogtreecommitdiffstats
path: root/Gui/cfg.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-14 23:02:45 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-08-14 23:02:45 +0000
commit2518620787eaad6b84c0edbdea683a9338d56199 (patch)
tree7d0bed4c447620580fe7233c474ddfbaaff3dda3 /Gui/cfg.h
parentd2673b6e3b98e23947c7e87656f48a1679c6be41 (diff)
downloadmpv-2518620787eaad6b84c0edbdea683a9338d56199.tar.bz2
mpv-2518620787eaad6b84c0edbdea683a9338d56199.tar.xz
- add dxr3 gui support (dialogbox, etc.)
- fix one small dvd playing bug ( dvd playing don't del the playlist) - add some ifdef() check git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7010 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/cfg.h')
-rw-r--r--Gui/cfg.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Gui/cfg.h b/Gui/cfg.h
index 9d9aa2d182..15578fbb1f 100644
--- a/Gui/cfg.h
+++ b/Gui/cfg.h
@@ -14,9 +14,12 @@ extern int gtkVNIAVI;
extern int gtkVFlip;
extern int gtkVIndex;
extern int gtkVVFM;
-extern int gtkVPP;
extern int gtkVAutoq;
+extern int gtkVopPP;
+extern int gtkVopLAVC;
+extern int gtkVopFAME;
+
extern char * gtkAODriver;
extern int gtkAONoSound;
extern float gtkAODelay;