Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 77018 Details for
Bug 118902
mplayer fails to compile with fontconfig, without freetype
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
movs the font_fontconfig variable outside the HAVE_FREETYPE define requirement
mplayer-1.0_pre7-fontconfig.patch (text/plain), 532 bytes, created by
Brenden Conte
on 2006-01-13 10:54:30 UTC
(
hide
)
Description:
movs the font_fontconfig variable outside the HAVE_FREETYPE define requirement
Filename:
MIME Type:
Creator:
Brenden Conte
Created:
2006-01-13 10:54:30 UTC
Size:
532 bytes
patch
obsolete
>diff -Naur MPlayer-1.0pre7try2.orig/libvo/font_load_ft.c MPlayer-1.0pre7try2/libvo/font_load_ft.c >--- MPlayer-1.0pre7try2.orig/libvo/font_load_ft.c 2004-10-27 21:15:52.000000000 -0400 >+++ MPlayer-1.0pre7try2/libvo/font_load_ft.c 2006-01-13 13:37:44.000000000 -0500 >@@ -11,6 +11,8 @@ > > #include "config.h" > >+int font_fontconfig = 0; >+ > #ifdef HAVE_FREETYPE > > #include <stdio.h> >@@ -56,7 +58,6 @@ > int force_load_font; > > int using_freetype = 0; >-int font_fontconfig = 0; > > //// constants > static unsigned int const colors = 256;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 118902
: 77018