]> git.sesse.net Git - vlc/commit
* moved the function definitions from threads.h into threads_funcs.h. This
authorGildas Bazin <gbazin@videolan.org>
Sat, 27 Apr 2002 22:11:22 +0000 (22:11 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sat, 27 Apr 2002 22:11:22 +0000 (22:11 +0000)
commit9d6920b9ea2758c13b94a02edb97dd3d3ec53e04
tree39356a3125e9475fea780763e254b47559e49d9b
parent233d20e662ff42677f8d7ccdd6d002480e540e38
* moved the function definitions from threads.h into threads_funcs.h. This
   allows us to move p_main_sys into p_main (p_main->p_sys).
* fixed the --with-gtk-config-path and --with-sdl-config-path options in
   configure.in
configure
configure.in
include/common.h
include/main.h
include/os_specific.h
include/threads.h
include/threads_funcs.h [new file with mode: 0644]
include/videolan/vlc.h
src/interface/main.c
src/misc/modules_plugin.h
src/misc/win32_specific.c