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
93b2b55f
Commit
93b2b55f
authored
Dec 19, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib: Disable HarfBuzz non-native backends
parent
8187efed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
0 deletions
+30
-0
contrib/src/harfbuzz/disable-backends.patch
contrib/src/harfbuzz/disable-backends.patch
+29
-0
contrib/src/harfbuzz/rules.mak
contrib/src/harfbuzz/rules.mak
+1
-0
No files found.
contrib/src/harfbuzz/disable-backends.patch
0 → 100644
View file @
93b2b55f
--- harfbuzz-0.9.5/configure.ac.orig 2012-10-18 15:58:56.940962618 +0200
+++ harfbuzz-0.9.5/configure.ac 2012-10-18 15:59:24.348963620 +0200
@@ -117,7 +117,7 @@
dnl ===========================================================================
-have_hb_old=true
+have_hb_old=false
if $have_hb_old; then
AC_DEFINE(HAVE_HB_OLD, 1, [Have Old HarfBuzz backend])
fi
@@ -208,7 +208,7 @@
dnl ===========================================================================
-AC_CHECK_HEADERS(usp10.h windows.h, have_uniscribe=true, have_uniscribe=false)
+have_uniscribe=false
if $have_uniscribe; then
UNISCRIBE_CFLAGS=
UNISCRIBE_LIBS="-lusp10 -lgdi32"
@@ -220,7 +220,7 @@
dnl ===========================================================================
-AC_CHECK_HEADERS(ApplicationServices/ApplicationServices.h, have_coretext=true, have_coretext=false)
+have_coretext=false
if $have_coretext; then
CORETEXT_CFLAGS=
CORETEXT_LIBS="-framework ApplicationServices"
contrib/src/harfbuzz/rules.mak
View file @
93b2b55f
...
...
@@ -17,6 +17,7 @@ harfbuzz: harfbuzz-$(HARFBUZZ_VERSION).tar.bz2 .sum-harfbuzz
$(UPDATE_AUTOCONFIG)
$(APPLY)
$(SRC)
/harfbuzz/harfbuzz-aarch64.patch
$(APPLY)
$(SRC)
/harfbuzz/harfbuzz-clang.patch
$(APPLY)
$(SRC)
/harfbuzz/disable-backends.patch
$(MOVE)
DEPS_harfbuzz
=
freetype2
$(DEPS_freetype2)
...
...
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