summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-15 17:03:19 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-15 17:03:19 +0000
commit8d184312b08d57c659aef1fe8cee77303b940aa8 (patch)
tree035aa4f5e95a91e2a8271095bf20cb8d3f6b782a /mencoder.c
parenteadeed12f4eb900c92f0e4f7a9dabd14fce47208 (diff)
downloadmpv-8d184312b08d57c659aef1fe8cee77303b940aa8.tar.bz2
mpv-8d184312b08d57c659aef1fe8cee77303b940aa8.tar.xz
small gtk bug fix (-display bug, baze gabu, miattad fogok elkarhozni:), and remove gui dependencie in mencoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4177 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/mencoder.c b/mencoder.c
index d4391b4cd0..c989af5f4e 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -193,28 +193,6 @@ static int parse_end_at(struct config *conf, const char* param);
//---------------------------------------------------------------------------
-// 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;