- 24 Oct, 2006 1 commit
-
-
littlejohn authored
-
- 15 Sep, 2006 1 commit
-
-
zorglub authored
Also, make it clearer what is shared and instance-specific So, libvlc_t ==> libvlc_global_t vlc_t ==> libvlc_int_t (internal instance) p_object->p_libvlc ==> p_object->p_libvlc_globale p_object->p_vlc ==> p_object->p_libvlc VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
-
- 26 Jul, 2006 1 commit
-
-
littlejohn authored
-
- 10 May, 2006 1 commit
-
-
Jean-Paul Saman authored
-
- 12 Mar, 2006 1 commit
-
-
Jean-Paul Saman authored
-
- 10 Mar, 2006 1 commit
-
-
Rémi Denis-Courmont authored
Shame on me
-
- 19 Feb, 2006 2 commits
-
-
zorglub authored
-
Rémi Denis-Courmont authored
so that it is cleanly built before all modules (step toward buildable shared libvlc on Win32) - Don't build position dependant code when building shared libvlc (that was a big waste of time) - Link builtin modules with vlc rather than libvlc
-
- 17 Feb, 2006 1 commit
-
-
zorglub authored
-
- 15 Feb, 2006 1 commit
-
-
zorglub authored
-
- 14 Feb, 2006 1 commit
-
-
zorglub authored
-