Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
0ae73f10
Commit
0ae73f10
authored
Sep 19, 2007
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MacOSX/Framework/Makefile: Use the correct libvlc and libvlc-control when linking.
parent
8c363ddc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
extras/MacOSX/Framework/Makefile
extras/MacOSX/Framework/Makefile
+1
-2
No files found.
extras/MacOSX/Framework/Makefile
View file @
0ae73f10
...
...
@@ -7,7 +7,6 @@ LDFLAGS=-single_module -read_only_relocs suppress
top_srcdir
=
../../..
top_builddir
=
../../..
LIBVLC
=
$(top_builddir)
/src/.libs/libvlc.1.dylib
$(top_builddir)
/src/.libs/libvlc-control.0.dylib
LIBVLC_HEADERS
=
$(top_srcdir)
/include
VLCCONFIG
=
$(top_srcdir)
/vlc-config
...
...
@@ -145,7 +144,7 @@ VLC.framework/VLC:
VLC.framework/Version/Current/VLC
:
$(OBJECTS) VLC.framework/Headers VLC.framework/Resources VLC.framework/lib/libvlc-control.dylib VLC.framework/lib/libvlc.dylib VLC.framework/modules VLC.framework/share VLC.framework/VLC
mkdir
-p
VLC.framework/Version/Current/Framework
&&
\
$(CXX)
-dynamiclib
$(LDFLAGS)
$(OBJECTS)
$(FRAMEWORKS)
$(LIBVLC)
$(MODULES)
$(LIBS)
-install_name
@loader_path/../Frameworks/VLC.framework/Version/Current/VLC
-o
VLC.framework/Version/Current/VLC
&&
\
$(CXX)
-dynamiclib
$(LDFLAGS)
$(OBJECTS)
$(FRAMEWORKS)
-LVLC
.framework/lib
-lvlc
-lvlc-control
$(MODULES)
$(LIBS)
-install_name
@loader_path/../Frameworks/VLC.framework/Version/Current/VLC
-o
VLC.framework/Version/Current/VLC
&&
\
install_name_tool
-change
/usr/local/lib/libvlc-control.0.dylib
\
`
pwd
`
/VLC.framework/lib/libvlc-control.dylib
\
VLC.framework/Version/Current/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