Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
d254b103
Commit
d254b103
authored
Sep 04, 2005
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* extras/contrib/src/Makefile: Build libtool after automake.
parent
6b0d4285
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+2
-2
No files found.
extras/contrib/src/Makefile
View file @
d254b103
...
...
@@ -82,7 +82,7 @@ endif
# ***************************************************************************
ifdef
HAVE_DARWIN_OS
all
:
.autoconf .
libtool .automake
.iconv .intl .pkgcfg .freetype .fribidi
\
all
:
.autoconf .
automake .libtool
.iconv .intl .pkgcfg .freetype .fribidi
\
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .x264 .theora
\
.FLAC .speex .shout .faad .faac .lame .twolame .ebml .matroska .ffmpeg .openslp
\
.dvdcss .dvdread .dvdnav .dvbpsi .live .goom2k4 .caca .mod
\
...
...
@@ -94,7 +94,7 @@ else
ifeq
($(HOST),i586-pc-beos)
ifeq
($(HOST),$(BUILD))
# Native build: we need perl, autoconf, etc first
all
:
.perl .autoconf .
libtool .automake
.iconv .intl .freetype .fribidi
\
all
:
.perl .autoconf .
automake .libtool
.iconv .intl .freetype .fribidi
\
.a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
\
.FLAC .speex .faad .faac .lame .ebml .matroska .ffmpeg .dvdcss
\
.dvdread .dvdnav .dvbpsi .aclocal
...
...
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