- 22 Sep, 2008 30 commits
-
-
Antoine Cellerier authored
-
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 10 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.
-