- 08 Mar, 2006 1 commit
-
-
Eric Petit authored
-
- 05 Mar, 2006 3 commits
-
-
Damien Fouilleul authored
extras/contrib/src/Makefile: cleaned up INSTALL_NAME macro for MacOS X: all the dylib in contrib/lib are soft-linked to their distributed version in 'vlc-lib'. this way, VLC build system can use contrib libs on MacOS X the same way as for UNIX, and should simplify porting to libtool configure.ac: cleaned up Cocoa.h detection, removed link path dependency to 'vlc-lib' as it is no longer necessary Makefile.am: fixed installation of dylibs as vlc_ prefix is already appended by INSTALL_NAME NOTE: this change is highly disruptive for MacOS X build, I strongly recommend that you rebuild the contrib packages for this platform. Other platforms are unaffected
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
-
- 04 Mar, 2006 2 commits
-
-
Rémi Denis-Courmont authored
(as it is highly distribution dependant) On Debian --with-x509-ca-bundle=/etc/ssl/certs/ca-certificates.crt will do (provided you have the ca-certificates package)
-
Rémi Denis-Courmont authored
-
- 03 Mar, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 02 Mar, 2006 2 commits
-
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
-
- 01 Mar, 2006 3 commits
-
-
Derk-Jan Hartman authored
This is not 100% tested, but only compared against similar situations.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 28 Feb, 2006 1 commit
-
-
Rémi Denis-Courmont authored
(this commit obviously breaks binary compatibility - clear your plugins)
-
- 26 Feb, 2006 1 commit
-
-
Rémi Denis-Courmont authored
as it did never worked properly, if at all with these (you should use libtool to build a shared libvlc instead)
-
- 23 Feb, 2006 1 commit
-
-
Rémi Denis-Courmont authored
Should work fine (ie. better than --enable-shared-libvlc) on Linux, should work on Mac OS X (except for packaging), while shared libvlc doesn't. Won't work on Win32 with the current Win32 contrib. Stick to static libvlc or use --enable-shared-libvlc for now.
-
- 19 Feb, 2006 6 commits
-
-
Rémi Denis-Courmont authored
-
Clément Stenac authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont 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
-
- 18 Feb, 2006 3 commits
-
-
Jean-Paul Saman authored
Add with-ffmpeg-{vorbis,theora,ogg} in case ffmpeg is compiled with vorbis, theora and/or ogg support
-
Rémi Denis-Courmont authored
(we don't seem to be). ${LIBINTL} is normally not defined when there is no libintl anyway - should fix FreeBSD libintl linking issue
-
Rémi Denis-Courmont authored
-
- 17 Feb, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 Feb, 2006 3 commits
-
-
Jérome Decoodt authored
-
Jérome Decoodt authored
growl.c: add --growl-ttl option
-
Jérome Decoodt authored
-
- 14 Feb, 2006 1 commit
-
-
http://growl.info/Jérome Decoodt authored
It is built by default since it sends notifications to network (perhaps we should only build it on macos). msn.c: should fix a refcount issue (*not tested*)
-
- 13 Feb, 2006 4 commits
-
-
Sigmund Augdal Helberg authored
-
Rémi Denis-Courmont authored
- Use VidMode extension to determine the display dimensions more accurately when enabling full screen mode (fixes #534, should fix Debian #290392) - Move view port and cursor to a sane position - Check for VidMode extensions (libXxf86vm)
-
Rémi Denis-Courmont authored
-
Derk-Jan Hartman authored
-
- 12 Feb, 2006 6 commits
-
-
Eric Petit authored
Re-enabled i420_yuy2_mmx on Darwin/x86.
-
Rémi Denis-Courmont authored
- FromLocaleDup() returns a string to be freed with free() instead of LocaleFree()
-
Eric Petit authored
nor pkg-config
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Clément Stenac authored
-
- 10 Feb, 2006 1 commit
-
-
Christophe Mutricy authored
-