ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/free/rpms/vlc/EL-5/vlc-trunk-default_font.patch
Revision: 1.1
Committed: Sat Aug 9 10:01:16 2008 UTC (4 years, 9 months ago) by thl
Branch: MAIN
CVS Tags: EL-5-split, EL-5-start, vlc-0_9_0-0_5_20080802git_fc10_1, HEAD
Log Message:
initial import from livna

Line File contents
1 diff -up vlc-0.9.0-svn/modules/misc/freetype.c.default_font vlc-0.9.0-svn/modules/misc/freetype.c
2 --- vlc-0.9.0-svn/modules/misc/freetype.c.default_font 2007-11-21 22:58:06.000000000 +0100
3 +++ vlc-0.9.0-svn/modules/misc/freetype.c 2007-11-21 23:00:54.000000000 +0100
4 @@ -61,7 +61,7 @@
5 #define DEFAULT_FONT "" /* Default font found at run-time */
6 #define FC_DEFAULT_FONT "Arial"
7 #else
8 -#define DEFAULT_FONT "/usr/share/fonts/truetype/freefont/FreeSerifBold.ttf"
9 +#define DEFAULT_FONT "/usr/share/fonts/dejavu/DejaVuSerif-Bold.ttf"
10 #define FC_DEFAULT_FONT "Serif Bold"
11 #endif
12