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
aa94f4bf
Commit
aa94f4bf
authored
Dec 22, 2014
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contribs: rebase harfbuzz no-backend patch
parent
2a445ee7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
contrib/src/harfbuzz/disable-backends.patch
contrib/src/harfbuzz/disable-backends.patch
+9
-11
No files found.
contrib/src/harfbuzz/disable-backends.patch
View file @
aa94f4bf
--- harfbuzz-0.9.
5/configure.ac.orig 2012-10-18 15:58:56.940962618 +02
00
+++ harfbuzz-0.9.
5/configure.ac 2012-10-18 15:59:24.348963620 +02
00
@@ -11
7,7 +117
,7 @@
--- harfbuzz-0.9.
17/configure.ac.orig 2014-12-22 10:10:36.334227291 +01
00
+++ harfbuzz-0.9.
17/configure.ac 2014-12-22 10:13:55.664060127 +01
00
@@ -11
3,7 +113
,7 @@
dnl ===========================================================================
...
...
@@ -9,20 +9,18 @@
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)
@@ -249,6 +249,7 @@
[have_uniscribe=true; AC_MSG_RESULT(yes)],
[have_uniscribe=false;AC_MSG_RESULT(no)])
LIBS=$saved_LIBS
+have_uniscribe=false
if $have_uniscribe; then
UNISCRIBE_CFLAGS=
UNISCRIBE_LIBS="-lusp10 -lgdi32"
@@ -220,7 +220,7 @@
@@ -261,6 +262,7 @@
dnl ===========================================================================
-AC_CHECK_HEADERS(ApplicationServices/ApplicationServices.h, have_coretext=true, have_coretext=false
)
AC_CHECK_TYPE(CTFontRef, have_coretext=true, have_coretext=false, [#include <ApplicationServices/ApplicationServices.h>]
)
+have_coretext=false
if $have_coretext; then
CORETEXT_CFLAGS=
...
...
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