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
416de47b
Commit
416de47b
authored
Jul 02, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* bootstrap: Fix for the Mozilla plugin build.
parent
1ef113ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
bootstrap
bootstrap
+4
-4
No files found.
bootstrap
View file @
416de47b
#! /bin/sh
## bootstrap file for the VLC media player
## $Id: bootstrap,v 1.6
0 2003/07/02 13:50:03
sam Exp $
## $Id: bootstrap,v 1.6
1 2003/07/02 14:08:56
sam Exp $
##
## Authors: Sam Hocevar <sam@zoy.org>
...
...
@@ -129,12 +129,12 @@ all: all-${mod}
all-
${
mod
}
:
if BUILD_MOZILLA
if
\$
(VLC_CONFIG) --target plugin | grep "
${
dir
}
/lib
${
mod
}
_plugin" >/dev/null 2>&1 ; then
\$
(MAKE)
\$
(AM_MAKEFLAGS) lib
${
mod
}
_plugin
\$
(LIBEXT); fi;
\\
if
\$
(VLC_CONFIG) --target builtin | grep "
${
dir
}
/lib
${
mod
}
\\
.a" >/dev/null 2>&1 ; then
\$
(MAKE)
\$
(AM_MAKEFLAGS) lib
${
mod
}
.a; fi
else
if
\$
(VLC_CONFIG) --target plugin | grep "
${
dir
}
/lib
${
mod
}
_plugin" >/dev/null 2>&1 ; then
\$
(MAKE)
\$
(AM_MAKEFLAGS) lib
${
mod
}
_plugin
\$
(LIBEXT); fi;
\\
if
\$
(VLC_CONFIG) --target builtin | grep "
${
dir
}
/lib
${
mod
}
\\
.a" >/dev/null 2>&1 ; then
\$
(MAKE)
\$
(AM_MAKEFLAGS) lib
${
mod
}
.a; fi;
\\
if
\$
(VLC_CONFIG) --target builtin pic | grep "
${
dir
}
/lib
${
mod
}
_pic
\\
.a" >/dev/null 2>&1 ; then
\$
(MAKE)
\$
(AM_MAKEFLAGS) lib
${
mod
}
_pic.a; fi
else
if
\$
(VLC_CONFIG) --target plugin | grep "
${
dir
}
/lib
${
mod
}
_plugin" >/dev/null 2>&1 ; then
\$
(MAKE)
\$
(AM_MAKEFLAGS) lib
${
mod
}
_plugin
\$
(LIBEXT); fi;
\\
if
\$
(VLC_CONFIG) --target builtin | grep "
${
dir
}
/lib
${
mod
}
\\
.a" >/dev/null 2>&1 ; then
\$
(MAKE)
\$
(AM_MAKEFLAGS) lib
${
mod
}
.a; fi
endif
if UNTRUE
...
...
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