Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
50764eac
Commit
50764eac
authored
Jul 17, 2015
by
Ludovic Fauvet
Browse files
contribs: disable fontconfig and harfbuzz support for ass on tizen
parent
c10e7654
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/src/ass/rules.mak
View file @
50764eac
...
...
@@ -11,6 +11,10 @@ ifdef HAVE_ANDROID
WITH_FONTCONFIG
=
0
WITH_HARFBUZZ
=
0
else
ifdef
HAVE_TIZEN
WITH_FONTCONFIG
=
0
WITH_HARFBUZZ
=
0
else
ifdef
HAVE_IOS
WITH_FONTCONFIG
=
0
WITH_HARFBUZZ
=
1
...
...
@@ -24,6 +28,7 @@ WITH_HARFBUZZ = 1
endif
endif
endif
endif
$(TARBALLS)/libass-$(ASS_VERSION).tar.gz
:
$(
call
download,
$(ASS_URL)
)
...
...
Write
Preview
Supports
Markdown
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