summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-02 10:26:58 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-02 10:26:58 +0000
commit076d7e8a88473f18b22d2648dd6cd9bf3b5e9628 (patch)
tree29c82afd5106a795688245d3c7a6fa800f56c57b /mencoder.c
parentdff85c8212dc6abcf3c5faa22249eddedb1230b1 (diff)
downloadmpv-076d7e8a88473f18b22d2648dd6cd9bf3b5e9628.tar.bz2
mpv-076d7e8a88473f18b22d2648dd6cd9bf3b5e9628.tar.xz
kurva gui.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2628 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/mencoder.c b/mencoder.c
index 1f00eff8a4..4f7a03cbbd 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -109,6 +109,28 @@ static int cfg_include(struct config *conf, char *filename){
//---------------------------------------------------------------------------
+// dummy datas for gui :(
+
+#ifdef HAVE_NEW_GUI
+float rel_seek_secs=0;
+int abs_seek_pos=0;
+int use_gui=0;
+
+void exit_player(char* how){
+}
+void vo_x11_putkey(int key){
+}
+void vo_setwindow( int w,int g ) {
+}
+void vo_setwindowsize( int w,int h ) {
+}
+
+int vo_resize = 0;
+int vo_expose = 0;
+
+#endif
+// ---
+
// mini dummy libvo:
static unsigned char* vo_image=NULL;