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
668bd49f
Commit
668bd49f
authored
Dec 09, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
We don't use extras/contrib anymore, no need to look there
parent
cb3798b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
bootstrap
bootstrap
+0
-14
No files found.
bootstrap
View file @
668bd49f
...
...
@@ -25,20 +25,6 @@ ACLOCAL_ARGS="-I m4 ${ACLOCAL_ARGS}"
CYGWIN
=
binmode
export
CYGWIN
# Check for contrib directory
if
test
-d
extras/contrib/build/bin
;
then
PATH
=
"
`
pwd
`
/extras/contrib/build/bin:
$PATH
"
if
test
-d
extras/contrib/build/share/aclocal
;
then
ACLOCAL_ARGS
=
"
${
ACLOCAL_ARGS
}
-I extras/contrib/build/share/aclocal"
fi
if
test
".
`
uname
-s
`
"
=
".Darwin"
;
then
LD_LIBRARY_PATH
=
./extras/contrib/build/lib:
$LD_LIBRARY_PATH
DYLD_LIBRARY_PATH
=
./extras/contrib/build/lib:
$DYLD_LIBRARY_PATH
export
LD_LIBRARY_PATH
export
DYLD_LIBRARY_PATH
fi
fi
# Check for pkg-config
if
!
"
${
PKG_CONFIG
:-
pkg
-config
}
"
--version
>
/dev/null 2>&1
;
then
echo
'Error: "pkg-config" is not installed.'
>
&2
...
...
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