forked from videolan/vlc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Contrib: fix fluidsynth compilation for all OS
This mostly reverts commit f0380ff and fixes it for Win32, but also Linux
- Loading branch information
Showing
3 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
--- 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 | ||
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 | ||
@@ -6,5 +6,5 @@ | ||
Name: FluidSynth | ||
Description: Software SoundFont synth | ||
Version: @VERSION@ | ||
-Libs: -L${libdir} -lfluidsynth -ldsound -lwinmm | ||
+Libs: -L${libdir} -lfluidsynth -ldsound -lwinmm -lgthread-2.0 -lglib-2.0 -lm | ||
-Libs: -L${libdir} -lfluidsynth | ||
+Libs: -L${libdir} -lfluidsynth -lgthread-2.0 -lglib-2.0 -lm | ||
Cflags: -I${includedir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
--- fluidsynth/fluidsynth.pc.in 2007-08-18 23:55:32.000000000 +0200 | ||
+++ fluidsynth.new/fluidsynth.pc.in 2009-07-28 23:41:05.000000000 +0200 | ||
--- fluidsynth-1.1.6/fluidsynth.pc.in.orig 2015-04-14 15:06:24.867271101 +0200 | ||
+++ fluidsynth-1.1.6/fluidsynth.pc.in 2015-04-14 15:07:23.088291727 +0200 | ||
@@ -6,5 +6,5 @@ | ||
Name: FluidSynth | ||
Description: Software SoundFont synth | ||
Version: @VERSION@ | ||
-Libs: -L${libdir} -lfluidsynth | ||
+Libs: -L${libdir} -lfluidsynth -ldsound -lwinmm | ||
-Libs: -L${libdir} -lfluidsynth -lgthread-2.0 -lglib-2.0 -lm | ||
+Libs: -L${libdir} -lfluidsynth -lgthread-2.0 -lglib-2.0 -ldsound -lwinmm -lm | ||
Cflags: -I${includedir} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters