Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
5b85463a
Commit
5b85463a
authored
Aug 17, 2005
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Makefile.am: MacOS X fix when srcdir != builddir.
parent
975a14d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Makefile.am
Makefile.am
+4
-4
No files found.
Makefile.am
View file @
5b85463a
...
...
@@ -608,9 +608,9 @@ VLC-release.app: vlc
then
$(INSTALL)
"
$$
i
$(LIBEXT)
"
\
"
$(top_builddir)
/VLC-release.app/Contents/MacOS/modules"
;
\
fi
;
done
if
test
-d
$(
top_build
dir)
/extras/contrib/vlc-lib
;
then
\
if
test
-d
$(
src
dir)
/extras/contrib/vlc-lib
;
then
\
mkdir
-p
$(top_builddir)
/VLC-release.app/Contents/MacOS/lib
;
\
for
i
in
$(
top_build
dir)
/extras/contrib/vlc-lib/
*
.dylib
;
do
\
for
i
in
$(
src
dir)
/extras/contrib/vlc-lib/
*
.dylib
;
do
\
$(INSTALL)
-m
644
$
${i}
$(top_builddir)
/VLC-release.app/Contents/MacOS/lib/vlc_
`
basename
$
${i}
`
;
\
done
;
\
fi
...
...
@@ -722,9 +722,9 @@ VLC.app: vlc
then
ln
-sfn
"
`
pwd
`
/
$$
i
$(LIBEXT)
"
\
"
$(top_builddir)
/VLC.app/Contents/MacOS/modules"
;
\
fi
;
done
if
test
-d
$(
top_build
dir)
/extras/contrib/vlc-lib
;
then
\
if
test
-d
$(
src
dir)
/extras/contrib/vlc-lib
;
then
\
mkdir
-p
$(top_builddir)
/VLC.app/Contents/MacOS/lib
;
\
for
i
in
$(
top_build
dir)
/extras/contrib/vlc-lib/
*
.dylib
;
do
\
for
i
in
$(
src
dir)
/extras/contrib/vlc-lib/
*
.dylib
;
do
\
ln
-sfn
`
pwd
`
/
$
${i}
$(top_builddir)
/VLC.app/Contents/MacOS/lib/vlc_
`
basename
$
${i}
`
;
\
done
;
\
fi
...
...
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