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
d6110118
Commit
d6110118
authored
Jul 28, 2009
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finish compilation of FluidSynth on Windows.
NEVER TESTED.
parent
1ca3578e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
1 deletion
+14
-1
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+0
-1
extras/contrib/src/Patches/fluid-win32.patch
extras/contrib/src/Patches/fluid-win32.patch
+9
-0
modules/codec/fluidsynth.c
modules/codec/fluidsynth.c
+5
-0
No files found.
extras/contrib/src/Makefile
View file @
d6110118
...
...
@@ -2425,7 +2425,6 @@ DISTCLEAN_PKG += ncurses-$(NCURSES_VERSION).tar.gz
fluidsynth-$(FLUID_VERSION).tar.gz
:
$(WGET)
$(FLUID_URL)
fluidsynth
:
fluidsynth-$(FLUID_VERSION).tar.gz
$(EXTRACT_GZ)
ifdef
HAVE_WIN32
...
...
extras/contrib/src/Patches/fluid-win32.patch
View file @
d6110118
...
...
@@ -9,3 +9,12 @@
libfluidsynth_la_SOURCES = \
$(fluid_alsa) \
--- 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
@@ -6,5 +6,5 @@
Name: FluidSynth
Description: Software SoundFont synth
Version: @VERSION@
-Libs: -L${libdir} -lfluidsynth
+Libs: -L${libdir} -lfluidsynth -ldsound -lwinmm
Cflags: -I${includedir}
modules/codec/fluidsynth.c
View file @
d6110118
...
...
@@ -28,6 +28,11 @@
#include <vlc_aout.h>
#include <vlc_codec.h>
/* On Win32, we link statically */
#ifdef WIN32
# define FLUIDSYNTH_NOT_A_DLL
#endif
#include <fluidsynth.h>
#define SOUNDFONT_TEXT N_("Sound fonts (required)")
...
...
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