Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
18cff171
Commit
18cff171
authored
Aug 21, 2007
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
freetype: make sure fontconfig is still optional
parent
c7016c8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
modules/misc/freetype.c
modules/misc/freetype.c
+6
-0
No files found.
modules/misc/freetype.c
View file @
18cff171
...
...
@@ -239,7 +239,9 @@ typedef struct
static
int
Render
(
filter_t
*
,
subpicture_region_t
*
,
line_desc_t
*
,
int
,
int
);
static
void
FreeLines
(
line_desc_t
*
);
static
void
FreeLine
(
line_desc_t
*
);
#ifdef HAVE_FONTCONFIG
static
void
FontBuilder
(
vlc_object_t
*
p_this
);
#endif
/*****************************************************************************
* filter_sys_t: freetype local data
...
...
@@ -463,6 +465,8 @@ static void Destroy( vlc_object_t *p_this )
free
(
p_sys
);
}
#ifdef HAVE_FONTCONFIG
static
void
FontBuilder
(
vlc_object_t
*
p_this
)
{
filter_t
*
p_filter
=
(
filter_t
*
)
p_this
;
...
...
@@ -495,6 +499,8 @@ static void FontBuilder( vlc_object_t *p_this)
vlc_mutex_unlock
(
&
p_sys
->
fontconfig_lock
);
}
#endif
/*****************************************************************************
* Make any TTF/OTF fonts present in the attachments of the media file
* and store them for later use by the FreeType Engine
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment