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
4ac63ab4
Commit
4ac63ab4
authored
Nov 30, 2010
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: enable fluidsynth on Mac OS X and fetch it from SourceForge instead of Savannah
parent
72a691d8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
extras/contrib/src/Distributions/macosx32.mak
extras/contrib/src/Distributions/macosx32.mak
+1
-1
extras/contrib/src/Distributions/macosx64.mak
extras/contrib/src/Distributions/macosx64.mak
+1
-1
extras/contrib/src/packages.mak
extras/contrib/src/packages.mak
+2
-1
No files found.
extras/contrib/src/Distributions/macosx32.mak
View file @
4ac63ab4
...
...
@@ -7,7 +7,7 @@ all: .freetype \
.dvdcss .libdvdread .dvdnav .dvbpsi .live .caca .mod .fontconfig
\
.png .gpg-error .gcrypt .gnutls .cddb .cdio .vcdimager
\
.SDL_image .gecko .mpcdec .dirac_encoder .dirac_decoder
\
.dca .tag .x264 .goom2k4 .lua .zvbi .fontconfig .ncurses
\
.dca .tag .x264 .goom2k4 .lua .zvbi .f
luid .f
ontconfig .ncurses
\
.schroedinger .libass .libupnp .kate .sqlite3 .Sparkle
# .expat don't work with SDK yet
...
...
extras/contrib/src/Distributions/macosx64.mak
View file @
4ac63ab4
...
...
@@ -2,7 +2,7 @@
TOOLS
=
.libtool .intl .pkgcfg .yasm .automake
all
:
.freetype
\
.fribidi .a52 .mpeg2 .mad .ogg .vorbis .vorbisenc .theora
\
.fribidi .a52 .mpeg2 .mad .ogg .vorbis .vorbisenc .
fluid .
theora
\
.flac .speex .shout .faad .lame .twolame .ebml .matroska .ffmpeg
\
.dvdcss .libdvdread .dvdnav .dvbpsi .live .caca .mod .fontconfig
\
.png .jpeg .tiff .gpg-error .gcrypt .gnutls .cddb .cdio .vcdimager
\
...
...
extras/contrib/src/packages.mak
View file @
4ac63ab4
...
...
@@ -206,7 +206,8 @@ ASA_URL=$(CONTRIB_VIDEOLAN)/asa.git.tar.gz
PCRE_VERSION
=
8.00
PCRE_URL
=
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-
$(PCRE_VERSION)
.tar.bz2
FLUID_VERSION
=
1.0.9# DO NOT update, this will require glib
FLUID_URL
=
http://download.savannah.gnu.org/releases/fluid/fluidsynth-
$(FLUID_VERSION)
.tar.gz
#FLUID_URL=http://download.savannah.gnu.org/releases/fluid/fluidsynth-$(FLUID_VERSION).tar.gz
FLUID_URL
=
http://downloads.sourceforge.net/project/fluidsynth/older%20releases/fluidsynth-
$(FLUID_VERSION)
.tar.gz
YASM_VERSION
=
1.1.0
#YASM_URL=$(CONTRIB_VIDEOLAN)/yasm-$(YASM_VERSION).tar.gz
YASM_URL
=
http://www.tortall.net/projects/yasm/releases/yasm-
$(YASM_VERSION)
.tar.gz
...
...
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