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
f0380ff0
Commit
f0380ff0
authored
Apr 14, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib: fix fluidsynth compilation for Win32
parent
0cfe38b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
contrib/src/fluid/fluid-pkg-static.patch
contrib/src/fluid/fluid-pkg-static.patch
+4
-5
No files found.
contrib/src/fluid/fluid-pkg-static.patch
View file @
f0380ff0
diff -ru fluidsynth.orig/fluidsynth.pc.in fluidsynth/fluidsynth.pc.in
--- fluidsynth.orig/fluidsynth.pc.in 2011-08-03 10:45:08.000000000 +0300
+++ fluidsynth/fluidsynth.pc.in 2011-08-03 10:45:51.000000000 +0300
--- fluidsynth-1.1.6/fluidsynth.pc.in.orig 2015-04-14 14:38:13.724365611 +0200
+++ fluidsynth-1.1.6/fluidsynth.pc.in 2015-04-14 14:38:12.737681738 +0200
@@ -6,5 +6,5 @@
Name: FluidSynth
Description: Software SoundFont synth
Version: @VERSION@
-Libs: -L${libdir} -lfluidsynth
+Libs: -L${libdir} -lfluidsynth -lgthread-2.0 -lglib-2.0 -lm
-Libs: -L${libdir} -lfluidsynth
-ldsound -lwinmm
+Libs: -L${libdir} -lfluidsynth -l
dsound -lwinmm -l
gthread-2.0 -lglib-2.0 -lm
Cflags: -I${includedir}
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