CVS Commit: vlc

cvs at videolan.org cvs at videolan.org
Thu Nov 29 02:01:48 CET 2001


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

Update of /var/cvs/videolan/vlc/plugins/macosx
Modified Files:
	aout_macosx.c intf_main.c intf_vlc_wrapper.c macosx.h 
	vout_macosx.c 

Log Message:
  *) Added "#include <string.>" to include/threads.h
     It' wouldn't compile on OSX without this.

  *) Removed the mutex the vout and intf thread (were supposed to use)
     for syncronizing acces to the p_vout->p_sys structure.
     The p_vout->change_lock mutex is used for syncronization now. (and
     should make synronization work)

-- 
fgp




More information about the vlc-devel mailing list