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
571cb782
Commit
571cb782
authored
May 03, 2010
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump libvlccore version on the Mac OS X install script.
parent
108803d9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
projects/macosx/framework/Pre-Compile.sh
projects/macosx/framework/Pre-Compile.sh
+2
-2
No files found.
projects/macosx/framework/Pre-Compile.sh
View file @
571cb782
...
@@ -257,11 +257,11 @@ fi
...
@@ -257,11 +257,11 @@ fi
# Build the lib folder
# Build the lib folder
vlc_install
"src/
${
prefix
}
"
"libvlc.5.dylib"
"
${
target_lib
}
"
"library"
vlc_install
"src/
${
prefix
}
"
"libvlc.5.dylib"
"
${
target_lib
}
"
"library"
vlc_install
"src/
${
prefix
}
"
"libvlccore.
4
.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
}
ln
-sf
libvlc.5.dylib libvlc.dylib
ln
-sf
libvlc.5.dylib libvlc.dylib
ln
-sf
libvlccore.
4
.dylib libvlccore.dylib
ln
-sf
libvlccore.
5
.dylib libvlccore.dylib
popd
>
/dev/null
popd
>
/dev/null
##########################
##########################
...
...
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