- 06 Sep, 2012 1 commit
-
-
Rémi Denis-Courmont authored
-
- 05 Sep, 2011 1 commit
-
-
Rafaël Carré authored
-
- 29 Aug, 2011 1 commit
-
-
Rafaël Carré authored
Only allow static plugins if vlc binary is not built
-
- 18 Aug, 2011 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 18 Jul, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 02 May, 2011 2 commits
-
-
Rémi Denis-Courmont authored
Also, __USE_UNIX98 is a libc-internal definition. The build system is not supposed to define that directly (we have _GNU_SOURCE).
-
Rémi Denis-Courmont authored
I don't this abomination to leak through the stable LibVLC interface. To link statically, modules should be linked into LibVLC instead. And then, there is no need to reintroduce the old "builtin" vlc-config type if all modules are built the same. In prehistoric times, the distinction was needed because some modules were static and some not.
-
- 31 Oct, 2010 2 commits
-
-
Pierre authored
-
Brad Smith authored
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 15 May, 2010 1 commit
-
-
Rémi Denis-Courmont authored
Left-over from pre-libtool era
-
- 02 Mar, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Feb, 2010 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We can now store other architecture-dependant files in $(pkglibdir) (and without bugging the plugins scan).
-
- 06 Aug, 2009 1 commit
-
-
Rémi Denis-Courmont authored
This is just pedantic. Nobody links against plugins anyway.
-
- 10 Apr, 2009 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Feb, 2009 1 commit
-
-
Rémi Denis-Courmont authored
This reverts back to 0.9 (and --enable-libtool 0.8.6) state. This should fix bindings and web plugins, without hacks. However, this will require relinking all VLC plugins whenever libvlccore changes.
-
- 27 Jan, 2009 1 commit
-
-
Rémi Denis-Courmont authored
I kept include files to ../vlc otherwise #include syntax would break Now, it's up to changing PKGDIR="vlc" to PKGDIR="vlc-1.0". We just need to decide.
-
- 04 Nov, 2008 1 commit
-
-
Geoffroy Couprie authored
-
- 22 Oct, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 19 Oct, 2008 1 commit
-
-
Rémi Denis-Courmont authored
We really want plugins to resolve their VLC symbols against the already loaded LibVLC core, rather than with their own version of it. Performance benefit should be neglectible, if any. Still, this will "fix" the plugin crash with static LibVLC builds (or generate a due link-time error). Anyway, this is one step toward supporting any form of static linking again.
-
- 24 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 28 Apr, 2008 4 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We don't need to invoke make twice in every directory, and we don't need the awful libtool install kludge anymore.
-
Rémi Denis-Courmont authored
...in addition to vlc-config
-
- 21 Apr, 2008 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Less escaping, less stuff that Makefile.am's depend on
-