Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
52a381c9
Commit
52a381c9
authored
Sep 05, 2011
by
Sebastien Zwickert
Committed by
Felix Paul Kühne
Sep 05, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: look for libvlc in lib/ for bundle creation.
Signed-off-by:
Felix Paul Kühne
<
fkuehne@videolan.org
>
parent
54ce5996
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Makefile.am
Makefile.am
+2
-0
projects/macosx/framework/Pre-Compile.sh
projects/macosx/framework/Pre-Compile.sh
+1
-1
No files found.
Makefile.am
View file @
52a381c9
...
@@ -426,6 +426,7 @@ silentstd_0 = 2>&1 >/dev/null
...
@@ -426,6 +426,7 @@ silentstd_0 = 2>&1 >/dev/null
# use package-macosx to get a nice dmg
# use package-macosx to get a nice dmg
VLC-release.app
:
vlc
VLC-release.app
:
vlc
(
cd
src
&&
$(MAKE)
$(AM_MAKEFLAGS)
install
$(silentstd)
)
(
cd
src
&&
$(MAKE)
$(AM_MAKEFLAGS)
install
$(silentstd)
)
(
cd
lib
&&
$(MAKE)
$(AM_MAKEFLAGS)
install
$(silentstd)
)
rm
-Rf
"
$(top_builddir)
/tmp"
rm
-Rf
"
$(top_builddir)
/tmp"
mkdir
-p
"
$(top_builddir)
/tmp/extras/package/macosx"
mkdir
-p
"
$(top_builddir)
/tmp/extras/package/macosx"
rm
-Rf
$(top_builddir)
/VLC-release.app
rm
-Rf
$(top_builddir)
/VLC-release.app
...
@@ -554,6 +555,7 @@ VLC-release.app: vlc
...
@@ -554,6 +555,7 @@ VLC-release.app: vlc
# The resulting VLC.app will only run in this tree.
# The resulting VLC.app will only run in this tree.
VLC.app
:
vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/lib/.libs/libvlc.dylib
VLC.app
:
vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/lib/.libs/libvlc.dylib
$(AM_V_GEN)
(
cd
src
&&
make
install
$(silentstd)
)
$(AM_V_GEN)
(
cd
src
&&
make
install
$(silentstd)
)
$(AM_V_GEN)
(
cd
lib
&&
make
install
$(silentstd)
)
rm
-Rf
$(top_builddir)
/tmp
rm
-Rf
$(top_builddir)
/tmp
mkdir
-p
"
$(top_builddir)
/tmp/extras/package/macosx"
mkdir
-p
"
$(top_builddir)
/tmp/extras/package/macosx"
rm
-Rf
$(top_builddir)
/VLC.app
rm
-Rf
$(top_builddir)
/VLC.app
...
...
projects/macosx/framework/Pre-Compile.sh
View file @
52a381c9
...
@@ -240,7 +240,7 @@ done
...
@@ -240,7 +240,7 @@ done
##########################
##########################
# Build the lib folder
# Build the lib folder
vlc_install
"
src
/
${
prefix
}
"
"libvlc.5.dylib"
"
${
target_lib
}
"
"library"
vlc_install
"
lib
/
${
prefix
}
"
"libvlc.5.dylib"
"
${
target_lib
}
"
"library"
vlc_install
"src/
${
prefix
}
"
"libvlccore.5.dylib"
"
${
target_lib
}
"
"library"
vlc_install
"src/
${
prefix
}
"
"libvlccore.5.dylib"
"
${
target_lib
}
"
"library"
pushd
`
pwd
`
>
/dev/null
pushd
`
pwd
`
>
/dev/null
cd
${
target_lib
}
cd
${
target_lib
}
...
...
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