[vlc-commits] Compute the lib directory dynamically
Rémi Denis-Courmont
git at videolan.org
Tue Jan 24 20:02:21 CET 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jan 24 20:46:40 2012 +0200| [97fbfd88063cb127181f684adcb3247734d10530] | committer: Rémi Denis-Courmont
Compute the lib directory dynamically
On Linux, this simplifies the code and improves relocability.
On Windows, OS/2 and MacOS, this should fix a small race condition.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=97fbfd88063cb127181f684adcb3247734d10530
---
include/vlc_configuration.h | 2 +-
modules/lua/vlc.c | 9 ++++-
src/libvlc.h | 2 -
src/modules/bank.c | 10 ++---
src/os2/dirs.c | 32 +++++++++--------
src/os2/specific.c | 21 -----------
src/posix/darwin_dirs.c | 78 +++++++++++++++++++++++++++++++++++++++----
src/posix/darwin_specific.c | 77 ------------------------------------------
src/posix/dirs.c | 6 ++-
src/posix/linux_specific.c | 44 +++++++-----------------
src/posix/specific.c | 9 -----
src/win32/dirs.c | 29 +++++++++++++---
src/win32/specific.c | 35 -------------------
13 files changed, 140 insertions(+), 214 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=97fbfd88063cb127181f684adcb3247734d10530
More information about the vlc-commits
mailing list