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
87506de9
Commit
87506de9
authored
Oct 31, 2010
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contribs: make sure build tools are built before the other targets
We only need additional tools on OSX
parent
68b5e21e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
4 deletions
+13
-4
extras/contrib/src/Distributions/darwin.mak
extras/contrib/src/Distributions/darwin.mak
+4
-2
extras/contrib/src/Distributions/darwin64.mak
extras/contrib/src/Distributions/darwin64.mak
+4
-2
extras/contrib/src/contrib-src.mak
extras/contrib/src/contrib-src.mak
+5
-0
No files found.
extras/contrib/src/Distributions/darwin.mak
View file @
87506de9
# Darwin rules
# Darwin rules
all
:
.libtool .intl .pkgcfg .yasm .freetype
\
all
:
.freetype .fribidi .a52 .mpeg2 .mad .ogg .vorbis .vorbisenc .theora
\
.fribidi .a52 .mpeg2 .mad .ogg .vorbis .vorbisenc .theora
\
.flac .speex .shout .faad .lame .twolame .ebml .matroska .ffmpeg
\
.flac .speex .shout .faad .lame .twolame .ebml .matroska .ffmpeg
\
.dvdcss .libdvdread .dvdnav .dvbpsi .live .caca .mod .fontconfig
\
.dvdcss .libdvdread .dvdnav .dvbpsi .live .caca .mod .fontconfig
\
.png .gpg-error .gcrypt .gnutls .cddb .cdio .vcdimager
\
.png .gpg-error .gcrypt .gnutls .cddb .cdio .vcdimager
\
.SDL_image .gecko .mpcdec .dirac_encoder .dirac_decoder
\
.SDL_image .gecko .mpcdec .dirac_encoder .dirac_decoder
\
.dca .tag .x264 .goom2k4 .lua .zvbi .fontconfig .ncurses
\
.dca .tag .x264 .goom2k4 .lua .zvbi .fontconfig .ncurses
\
.schroedinger .libass .libupnp .kate .sqlite3 .Sparkle
.schroedinger .libass .libupnp .kate .sqlite3 .Sparkle
TOOLS
=
.libtool .intl .pkgcfg .yasm
# .expat don't work with SDK yet
# .expat don't work with SDK yet
# .glib .IDL .gecko are required to build the mozilla plugin
# .glib .IDL .gecko are required to build the mozilla plugin
# .mozilla-macosx will build an entire mozilla. it can be used if we need to create a new .gecko package
# .mozilla-macosx will build an entire mozilla. it can be used if we need to create a new .gecko package
...
...
extras/contrib/src/Distributions/darwin64.mak
View file @
87506de9
# Darwin rules
# Darwin rules
all
:
.libtool .intl .pkgcfg .yasm .freetype
\
all
:
.freetype .fribidi .a52 .mpeg2 .mad .ogg .vorbis .vorbisenc .theora
\
.fribidi .a52 .mpeg2 .mad .ogg .vorbis .vorbisenc .theora
\
.flac .speex .shout .faad .lame .twolame .ebml .matroska .ffmpeg
\
.flac .speex .shout .faad .lame .twolame .ebml .matroska .ffmpeg
\
.dvdcss .libdvdread .dvdnav .dvbpsi .live .caca .mod .fontconfig
\
.dvdcss .libdvdread .dvdnav .dvbpsi .live .caca .mod .fontconfig
\
.png .jpeg .tiff .gpg-error .gcrypt .gnutls .cddb .cdio .vcdimager
\
.png .jpeg .tiff .gpg-error .gcrypt .gnutls .cddb .cdio .vcdimager
\
.gecko .mpcdec .dirac_encoder .dirac_decoder
\
.gecko .mpcdec .dirac_encoder .dirac_decoder
\
.dca .tag .x264 .lua .zvbi .fontconfig .ncurses
\
.dca .tag .x264 .lua .zvbi .fontconfig .ncurses
\
.schroedinger .libass .libupnp .kate .sqlite3 .Sparkle
.schroedinger .libass .libupnp .kate .sqlite3 .Sparkle
TOOLS
=
.libtool .intl .pkgcfg .yasm
# .expat don't work with SDK yet
# .expat don't work with SDK yet
# .glib .IDL .gecko are required to build the mozilla plugin
# .glib .IDL .gecko are required to build the mozilla plugin
# .mozilla-macosx will build an entire mozilla. it can be used if we need to create a new .gecko package
# .mozilla-macosx will build an entire mozilla. it can be used if we need to create a new .gecko package
...
...
extras/contrib/src/contrib-src.mak
View file @
87506de9
...
@@ -2577,6 +2577,11 @@ CLEAN_FILE += .sqlite3
...
@@ -2577,6 +2577,11 @@ CLEAN_FILE += .sqlite3
CLEAN_PKG
+=
sqlite-
$(SQLITE_VERSION)
CLEAN_PKG
+=
sqlite-
$(SQLITE_VERSION)
DISTCLEAN_PKG
+=
sqlite-amalgamation-
$(SQLITE_VERSION)
.tar.gz
DISTCLEAN_PKG
+=
sqlite-amalgamation-
$(SQLITE_VERSION)
.tar.gz
# ***************************************************************************
# Make sure the build tools are built before the other targets
# ***************************************************************************
$(CLEAN_PKG)
:
$(TOOLS)
# ***************************************************************************
# ***************************************************************************
# Some cleaning
# Some cleaning
...
...
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