Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
ec8004ae
Commit
ec8004ae
authored
Sep 13, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: fix harfbuzz linking flags on win32
parent
87c56df7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
contrib/src/harfbuzz/rules.mak
contrib/src/harfbuzz/rules.mak
+3
-0
contrib/src/harfbuzz/win32.patch
contrib/src/harfbuzz/win32.patch
+9
-0
No files found.
contrib/src/harfbuzz/rules.mak
View file @
ec8004ae
...
...
@@ -14,6 +14,9 @@ $(TARBALLS)/harfbuzz-$(HARFBUZZ_VERSION).tar.bz2:
harfbuzz
:
harfbuzz-$(HARFBUZZ_VERSION).tar.bz2 .sum-harfbuzz
$(UNPACK)
ifdef
HAVE_WIN32
$(APPLY)
$(SRC)
/harfbuzz/win32.patch
endif
ifdef
HAVE_MACOSX
$(APPLY)
$(SRC)
/harfbuzz/harfbuzz-osx.patch
endif
...
...
contrib/src/harfbuzz/win32.patch
0 → 100644
View file @
ec8004ae
--- harfbuzz/harfbuzz.pc.in.orig 2012-09-13 16:21:46.883843416 +0200
+++ harfbuzz/harfbuzz.pc.in 2012-09-13 16:21:54.771843345 +0200
@@ -7,5 +7,5 @@
Description: Text shaping library
Version: @VERSION@
-Libs: -L${libdir} -lharfbuzz
+Libs: -L${libdir} -lharfbuzz -lusp10 -lgdi32
Cflags: -I${includedir}/harfbuzz
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