Skip to content
Snippets Groups Projects
Commit 1438a950 authored by Steve Lhomme's avatar Steve Lhomme Committed by Jean-Baptiste Kempf
Browse files

contrib: ass: only request directwrite when explicitely set

parent b9b2be16
No related branches found
No related tags found
1 merge request!1912contrib: libass: update to 0.16.0 and remove unneeded patches
Pipeline #221345 failed with stages
in 39 minutes and 14 seconds
......@@ -46,7 +46,7 @@ else
ASS_CONF += --disable-fontconfig --disable-require-system-font-provider
endif
ifneq ($(WITH_DWRITE), 0)
ifeq ($(WITH_DWRITE), 1)
ASS_CONF += --enable-directwrite
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment