comparison mencoder.c @ 4176:116abdd0aed1

small gtk bug fix (-display bug, baze gabu, miattad fogok elkarhozni:), and remove gui dependencie in mencoder
author pontscho
date Tue, 15 Jan 2002 17:03:19 +0000
parents 42fec596fe7c
children 1427d0f1f2d6
comparison
equal deleted inserted replaced
4175:8110b321f2ca 4176:116abdd0aed1
190 #ifdef USE_DVDREAD 190 #ifdef USE_DVDREAD
191 #include "spudec.h" 191 #include "spudec.h"
192 #endif 192 #endif
193 193
194 //--------------------------------------------------------------------------- 194 //---------------------------------------------------------------------------
195
196 // dummy datas for gui :(
197
198 #ifdef HAVE_NEW_GUI
199 float rel_seek_secs=0;
200 int abs_seek_pos=0;
201 int use_gui=0;
202
203 void exit_player(char* how){
204 }
205 void vo_x11_putkey(int key){
206 }
207 void vo_setwindow( int w,int g ) {
208 }
209 void vo_setwindowsize( int w,int h ) {
210 }
211
212 int vo_resize = 0;
213 int vo_expose = 0;
214
215 #endif
216 // ---
217 195
218 // mini dummy libvo: 196 // mini dummy libvo:
219 197
220 static unsigned char* vo_image=NULL; 198 static unsigned char* vo_image=NULL;
221 static unsigned char* vo_image_ptr=NULL; 199 static unsigned char* vo_image_ptr=NULL;