]> git.pld-linux.org Git - packages/vlc.git/blame - vlc-defaultfont.patch
- disable macosx support (I've no idea why builders try to build it)
[packages/vlc.git] / vlc-defaultfont.patch
CommitLineData
c32298ac 1--- vlc-0.8.1/modules/misc/freetype.c.orig 2004-11-06 17:35:40.000000000 +0100
2+++ vlc-0.8.1/modules/misc/freetype.c 2005-03-28 13:18:28.412107640 +0200
3@@ -55,7 +55,7 @@
4 #elif defined( WIN32 )
5 #define DEFAULT_FONT "" /* Default font found at run-time */
6 #else
7-#define DEFAULT_FONT "/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf"
8+#define DEFAULT_FONT "/usr/share/vlc/skins2/fonts/FreeSans.ttf"
9 #endif
10
11 #if defined(HAVE_FRIBIDI)
This page took 0.175876 seconds and 4 git commands to generate.