[MPlayer-cvslog] CVS: main/libvo mga_common.c, 1.61, 1.62 video_out.h, 1.59, 1.60 video_out_internal.h, 1.15, 1.16 vo_3dfx.c, 1.18, 1.19 vo_aa.c, 1.46, 1.47 vo_bl.c, 1.11, 1.12 vo_caca.c, 1.2, 1.3 vo_cvidix.c, 1.14, 1.15 vo_dfbmga.c, 1.27, 1.28 vo_dga.c, 1.72, 1.73 vo_directfb2.c, 1.19, 1.20 vo_directx.c, 1.53, 1.54 vo_dxr2.c, 1.17, 1.18 vo_dxr3.c, 1.124, 1.125 vo_fbdev.c, 1.91, 1.92 vo_fbdev2.c, 1.6, 1.7 vo_ggi.c, 1.35, 1.36 vo_gif89a.c, 1.13, 1.14 vo_gl.c, 1.78, 1.79 vo_gl2.c, 1.66, 1.67 vo_jpeg.c, 1.28, 1.29 vo_macosx.m, 1.30, 1.31 vo_md5sum.c, 1.5, 1.6 vo_mga.c, 1.40, 1.41 vo_mpegpes.c, 1.41, 1.42 vo_null.c, 1.13, 1.14 vo_png.c, 1.26, 1.27 vo_pnm.c, 1.8, 1.9 vo_quartz.c, 1.54, 1.55 vo_sdl.c, 1.121, 1.122 vo_svga.c, 1.78, 1.79 vo_syncfb.c, 1.15, 1.16 vo_tdfx_vid.c, 1.5, 1.6 vo_tdfxfb.c, 1.27, 1.28 vo_tga.c, 1.3, 1.4 vo_vesa.c, 1.105, 1.106 vo_winvidix.c, 1.8, 1.9 vo_x11.c, 1.143, 1.144 vo_xmga.c, 1.93, 1.94 vo_xover.c, 1.13, 1.14 vo_xv.c, 1.167, 1.168 vo_xvidix.c, 1.73, 1.74 vo_xvmc.c, 1.22, 1.23 vo_yuv4mpeg.c, 1.22, 1.23 vo_zr.c, 1.31, 1.32 vo_zr2.c, 1.9, 1.10

Oded Shimon ods15 at ods15.dyndns.org
Fri Aug 5 11:15:25 CEST 2005


On Fri, Aug 05, 2005 at 03:24:41AM +0200, Ivo van Poorten CVS wrote:
> CVS change done by Ivo van Poorten CVS
> 
> Update of /cvsroot/mplayer/main/libvo
> In directory mail:/var2/tmp/cvs-serv9995/libvo
> 
> Modified Files:
> 	mga_common.c video_out.h video_out_internal.h vo_3dfx.c 
> 	vo_aa.c vo_bl.c vo_caca.c vo_cvidix.c vo_dfbmga.c vo_dga.c 
> 	vo_directfb2.c vo_directx.c vo_dxr2.c vo_dxr3.c vo_fbdev.c 
> 	vo_fbdev2.c vo_ggi.c vo_gif89a.c vo_gl.c vo_gl2.c vo_jpeg.c 
> 	vo_macosx.m vo_md5sum.c vo_mga.c vo_mpegpes.c vo_null.c 
> 	vo_png.c vo_pnm.c vo_quartz.c vo_sdl.c vo_svga.c vo_syncfb.c 
> 	vo_tdfx_vid.c vo_tdfxfb.c vo_tga.c vo_vesa.c vo_winvidix.c 
> 	vo_x11.c vo_xmga.c vo_xover.c vo_xv.c vo_xvidix.c vo_xvmc.c 
> 	vo_yuv4mpeg.c vo_zr.c vo_zr2.c 
> Log Message:
> 
> Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
> return values can be negative (VO_ERROR, VO_NOTAVAIL and VO_NOTIMPL), so it's
> changed to int now.

I'm not 100% sure if this is your fault, but:

vo_svga.c:60: error: conflicting types for `query_format'
video_out_internal.h:39: error: previous declaration of `query_format'
vo_svga.c:651: error: conflicting types for `query_format'
vo_svga.c:60: error: previous declaration of `query_format'
make[1]: *** [vo_svga.o] Error 1

- ods15

(P.S. yey, cvslog finally works!)




More information about the MPlayer-cvslog mailing list