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
01946f23
Commit
01946f23
authored
Sep 19, 2011
by
Sebastien Zwickert
Committed by
Rafaël Carré
Sep 19, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: fixes pkg-config compilation issue
Signed-off-by:
Rafaël Carré
<
funman@videolan.org
>
parent
7e2a9a21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
bootstrap
bootstrap
+14
-14
No files found.
bootstrap
View file @
01946f23
...
...
@@ -25,6 +25,20 @@ 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
# Prepare m4/private.m4
rm
-f
m4/private.m4
&&
cat
>
m4/private.m4
<<
EOF
dnl Private VLC macros - generated by bootstrap
...
...
@@ -60,20 +74,6 @@ Otherwise, you will not be able to build a source tarball.
EOF
fi
# 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
###
### Generate the modules makefile, by parsing modules/**/Modules.am
###
...
...
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