Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
ddd17286
Commit
ddd17286
authored
Dec 02, 2015
by
Hugo Beauzée-Luyssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
freetype: Fix build
parent
1de948c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/text_renderer/freetype/platform_fonts.c
modules/text_renderer/freetype/platform_fonts.c
+1
-1
No files found.
modules/text_renderer/freetype/platform_fonts.c
View file @
ddd17286
...
...
@@ -556,7 +556,7 @@ char* Generic_Select( filter_t *p_filter, const char* psz_family,
return
File_Select
(
SYSTEM_DEFAULT_FONT_FILE
);
}
#if !defined(_WIN32) ||
defined(
VLC_WINSTORE_APP
)
#if !defined(_WIN32) || VLC_WINSTORE_APP
char
*
Dummy_Select
(
filter_t
*
p_filter
,
const
char
*
psz_font
,
bool
b_bold
,
bool
b_italic
,
int
*
i_idx
,
uni_char_t
codepoint
)
...
...
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