CVS Commit: vlc

cvs at videolan.org cvs at videolan.org
Sun Jul 8 19:45:52 CEST 2001


Update of /var/cvs/videolan/vlc/include
Modified Files:
	common.h 

Update of /var/cvs/videolan/vlc
Modified Files:
	Makefile.opts.in 

Update of /var/cvs/videolan/vlc/plugins/directx
Modified Files:
	aout_directx.c vout_directx.c 

Update of /var/cvs/videolan/vlc/plugins/gtk
Modified Files:
	gtk_menu.c 

Update of /var/cvs/videolan/vlc/src/input
Modified Files:
	input_ext-intf.c 

Update of /var/cvs/videolan/vlc/src/interface
Modified Files:
	intf_msg.c 

Log Message:

Win32 changes only:

 - defined off_t as a long long. This allows DVD navigation to work.
   This change is to be implemented on a compiler by compiler basis. For
   now, it works on mingw32 (tested) and should work on MSVC (not tested).

 - Implemented a quick and dirty hack in intf_msg.c to be able to display
   long long integers with printf on Win32. This change is also necessary
   to avoid segfaults when debug is enabled in vlc on Win32.

 - few minor changes in the directx plugins.

 - defined snprintf in common.h and removed a few #ifdef WIN32

-- 
gbazin




More information about the vlc-devel mailing list