Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
450
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
1438a950
Commit
1438a950
authored
2 years ago
by
Steve Lhomme
Committed by
Jean-Baptiste Kempf
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
contrib: ass: only request directwrite when explicitely set
parent
b9b2be16
No related branches found
Branches containing commit
No related tags found
1 merge request
!1912
contrib: libass: update to 0.16.0 and remove unneeded patches
Pipeline
#221345
failed with stages
in 39 minutes and 14 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/src/ass/rules.mak
+1
-1
1 addition, 1 deletion
contrib/src/ass/rules.mak
with
1 addition
and
1 deletion
contrib/src/ass/rules.mak
+
1
−
1
View file @
1438a950
...
...
@@ -46,7 +46,7 @@ else
ASS_CONF
+=
--disable-fontconfig
--disable-require-system-font-provider
endif
if
n
eq
($(WITH_DWRITE),
0
)
ifeq
($(WITH_DWRITE),
1
)
ASS_CONF
+=
--enable-directwrite
endif
...
...
This diff is collapsed.
Click to expand it.
Tristan Matthews
@tmatth
mentioned in issue
#21917 (closed)
·
2 years ago
mentioned in issue
#21917 (closed)
mentioned in issue #21917
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment