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
1c5fe0da
Commit
1c5fe0da
authored
Sep 20, 2007
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MacOSX/Framework/Makefile: Fix previous commits. Thanks to Fabien Lydoire.
parent
3db7e364
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
extras/MacOSX/Framework/Makefile
extras/MacOSX/Framework/Makefile
+2
-2
No files found.
extras/MacOSX/Framework/Makefile
View file @
1c5fe0da
...
@@ -145,10 +145,10 @@ VLC.framework/VLC:
...
@@ -145,10 +145,10 @@ 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
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
&&
\
mkdir
-p
VLC.framework/Version/Current/Framework
&&
\
$(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
&&
\
$(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
\
install_name_tool
-change
`
pwd
`
/VLC.framework
/lib/libvlc-control.0.dylib
\
`
pwd
`
/VLC.framework/lib/libvlc-control.dylib
\
`
pwd
`
/VLC.framework/lib/libvlc-control.dylib
\
VLC.framework/Version/Current/VLC
&&
\
VLC.framework/Version/Current/VLC
&&
\
install_name_tool
-change
/usr/local
/lib/libvlc.1.dylib
\
install_name_tool
-change
`
pwd
`
/VLC.framework
/lib/libvlc.1.dylib
\
`
pwd
`
/VLC.framework/lib/libvlc.dylib
\
`
pwd
`
/VLC.framework/lib/libvlc.dylib
\
VLC.framework/Version/Current/VLC
&&
\
VLC.framework/Version/Current/VLC
&&
\
touch
VLC.framework
touch
VLC.framework
...
...
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