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
3a7e1af1
Commit
3a7e1af1
authored
Sep 12, 2007
by
Olivier Aubert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bundle libvlc-control.dylib in VLC.app and VLC-release.app
parent
db1d51bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
Makefile.am
Makefile.am
+10
-0
No files found.
Makefile.am
View file @
3a7e1af1
...
@@ -407,6 +407,11 @@ VLC-release.app: vlc
...
@@ -407,6 +407,11 @@ VLC-release.app: vlc
$(top_builddir)
/VLC-release.app/Contents/MacOS/VLC
$(top_builddir)
/VLC-release.app/Contents/MacOS/VLC
$(INSTALL)
$(top_builddir)
/src/.libs/libvlc.1.dylib
\
$(INSTALL)
$(top_builddir)
/src/.libs/libvlc.1.dylib
\
$(top_builddir)
/VLC-release.app/Contents/MacOS/lib/libvlc.dylib
$(top_builddir)
/VLC-release.app/Contents/MacOS/lib/libvlc.dylib
$(INSTALL)
$(top_builddir)
/src/.libs/libvlc-control.0.dylib
\
$(top_builddir)
/VLC-release.app/Contents/MacOS/lib/libvlc-control.dylib
install_name_tool
-change
/usr/local/lib/libvlc.1.dylib
\
@executable_path/lib/libvlc.dylib
\
$(top_builddir)
/VLC-release.app/Contents/MacOS/lib/libvlc-control.dylib
install_name_tool
-change
/usr/local/lib/libvlc.1.dylib
\
install_name_tool
-change
/usr/local/lib/libvlc.1.dylib
\
@executable_path/lib/libvlc.dylib
\
@executable_path/lib/libvlc.dylib
\
$(top_builddir)
/VLC-release.app/Contents/MacOS/VLC
$(top_builddir)
/VLC-release.app/Contents/MacOS/VLC
...
@@ -553,6 +558,11 @@ VLC.app: vlc
...
@@ -553,6 +558,11 @@ VLC.app: vlc
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
$(INSTALL)
$(top_builddir)
/src/.libs/libvlc.1.dylib
\
$(INSTALL)
$(top_builddir)
/src/.libs/libvlc.1.dylib
\
$(top_builddir)
/VLC.app/Contents/MacOS/lib/libvlc.dylib
$(top_builddir)
/VLC.app/Contents/MacOS/lib/libvlc.dylib
$(INSTALL)
$(top_builddir)
/src/.libs/libvlc-control.0.dylib
\
$(top_builddir)
/VLC-release.app/Contents/MacOS/lib/libvlc-control.dylib
install_name_tool
-change
/usr/local/lib/libvlc.1.dylib
\
@executable_path/lib/libvlc.dylib
\
$(top_builddir)
/VLC-release.app/Contents/MacOS/lib/libvlc-control.dylib
install_name_tool
-change
/usr/local/lib/libvlc.1.dylib
\
install_name_tool
-change
/usr/local/lib/libvlc.1.dylib
\
@executable_path/lib/libvlc.dylib
\
@executable_path/lib/libvlc.dylib
\
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
$(top_builddir)
/VLC.app/Contents/MacOS/VLC
...
...
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