]> git.sesse.net Git - vlc/commit
*) Added "#include <string.>" to include/threads.h
authorFlorian G. Pflug <fgp@videolan.org>
Thu, 29 Nov 2001 01:01:48 +0000 (01:01 +0000)
committerFlorian G. Pflug <fgp@videolan.org>
Thu, 29 Nov 2001 01:01:48 +0000 (01:01 +0000)
commit15d59e21b5d3118204e451d220f4d77541980823
tree3dfdf08626cf24d61a133e74a2b77725d1b8fc70
parent248eb0b5b90523c8929c33dae781ca5b500c906d
  *) 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)
include/threads.h
plugins/macosx/aout_macosx.c
plugins/macosx/intf_main.c
plugins/macosx/intf_vlc_wrapper.c
plugins/macosx/macosx.h
plugins/macosx/vout_macosx.c