- 22 Sep, 2008 29 commits
-
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
-
Pierre d'Herbemont authored
-
Laurent Aimar authored
(noticed by Antoine Cellerier)
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
I also really do not see why later plugins shortcut would get bigger bonus?!
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Pierre d'Herbemont authored
Use 'make using-src' or 'make src' to build from source. Then 'make package-macosx' to generate a contrib package. This package has to be uploaded to ftp.videolan.org/pub/videolan/testing/contrib/package-macosx-ARCH-REV.tar.bz2. And update the contrib Makefile to use the new REV.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
For Mac OS X, let's now use the default X11 locations for the fonts.conf and the cache files. Those that do not have X11 installed (old default < 10.4) are simply out of luck. They will only be able to use the files in /System/Library/Fonts and will need to rebuild their cache every time. We should also fix this for windows. I'm looking for other projects that use fontconfig on Windows to see if I can get some hints on how to do this.
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
'make using-bin' will download the contrib binary and install them. I am considering switching default make target to make using-bin, instead of the current using-src, because it's way faster, it's safer, and only experienced dev will use make using-src I guess.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: added a non-implemented skeletion (just the UI) for a VLM configuration panel with a preliminary icon set
-
Antoine Cellerier authored
-
Geoffroy Couprie authored
-
Geoffroy Couprie authored
-
Jean-Baptiste Kempf authored
Code simplification and TimeLabel in the FSC.
-
- 21 Sep, 2008 11 commits
-
-
Felix Paul Kühne authored
-
Pierre d'Herbemont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
Close #2080.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Derk-Jan Hartman authored
Basically, somewhat of a "duh" now that we have optional_arguments on OSX. It is highly annoying however that getopt_long behaviour differs so much between gnu and BSD implementations, and then is even BUGGY on darwin. '--option=value' is uniformly supported and '--option value' is a GNU getopt thing. imperfect world etc...
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
We definitely don't want to use the slow mutex or risky spin locks, unless we have to.
-
Jean-Paul Saman authored
The exact error message is: src/.libs/libvlccore.so: undefined reference to `__sync_fetch_and_sub_4'. According to irc discussion gcc version 4.1.2 (fc8), 4.1.3, 4.2, 4,3.2 and 4.3.2 (archlinux) fail with this error message. This patch fixes it by bumping up the minor number for gcc to 4.
-