Marvin Scholz
2b5baef57f
macOS buildsystem: Adjust rpath and install_name
10 years ago
Thomas Guillem
08943f4214
libvlc: add libvlc_media_player_set_renderer
10 years ago
Thomas Guillem
5f3abe14ea
libvlc: add renderer_discoverer external API
10 years ago
Rafaël Carré
56b8d4831c
win32: Use -static rather than undocumented --static when linking
Also remove -static-libgcc which is redundant with -static
10 years ago
Thomas Guillem
c2d3294584
libvlc: remove (almost unused) libvlc_structures.h
Move the only 2 remaining typedef into vlc/libvlc.h
10 years ago
Thomas Guillem
68cc74c545
libvlc: add dialog API
11 years ago
Rémi Denis-Courmont
b80a4563a2
lib: merge event_internal.h into event.c
11 years ago
Rémi Denis-Courmont
062bd6c22a
lib: remove no lonegr used asynchronous event queue
This fixes excessive (and dumb) usage of thread local variables, and
invalid use of thread cancellation.
11 years ago
Jean-Baptiste Kempf
417b6eb0f0
Win32: prefer the static libraries when creating the dlls
This should avoid the issues of packaging libgcc_s_sjlj-1.dll,
libwinpthread-1.dll and the like.
12 years ago
KO Myung-Hun
863f851833
Add -avoid-version to LDFLAGS of vlc and vlccore on OS/2
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years ago
Rémi Denis-Courmont
6e3efa2376
Copy libtool library versions from 2.2.0
12 years ago
Rémi Denis-Courmont
0ab58d82d4
libvlc: update SOVERSION post-2.0.6
13 years ago
Rémi Denis-Courmont
527714d44d
lib: work around automake subdirectory limitation ( fixes #9367 )
13 years ago
Rémi Denis-Courmont
d3bd87aaf3
Add subdir-objects automake option where appropriate
Makes version 1.14 happy.
13 years ago
Rémi Denis-Courmont
5282cbf1d8
Define explicit makefile variable for libpthread
14 years ago
Rémi Denis-Courmont
040acf660b
libvlc needs libm nowadays
14 years ago
Maciej Blizinski
d1a8b724c3
Invoke check_headers with $(SHELL)
Otherwise, it gets executed with /bin/sh which on Solaris does not support the
$(...) construct. This causes 'gmake check' to fail. For example:
../src/check_headers: $(dirname ../src/check_headers): does not exist
Calling check_headers with $(SHELL) explicitly makes use of CONFIG_SHELL.
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years ago
Rémi Denis-Courmont
4c71616474
Update libvlc SOVERSION w.r.t. later VLC 1.1.x releases
15 years ago
Pierre Ynard
089d72f5f3
libvlc: distribute libvlc_version.h.in
15 years ago
Rémi Denis-Courmont
e8a576b222
Missing file
15 years ago
Rémi Denis-Courmont
0701057f20
Remove unused directory
21 years ago
Sam Hocevar
864128116a
* ALL: added *.am files here and there for future automake support.
24 years ago