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
d1786b24
Commit
d1786b24
authored
Mar 15, 2010
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VLCKit: Embed the plugin cache for all archs.
parent
b9606f5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
projects/macosx/framework/Pre-Compile.sh
projects/macosx/framework/Pre-Compile.sh
+15
-3
No files found.
projects/macosx/framework/Pre-Compile.sh
View file @
d1786b24
...
...
@@ -237,12 +237,24 @@ for module in `find ${main_build_dir}/modules -path "*dylib.dSYM*" -prune -o -na
fi
done
##########################
# Install the module cache
cache
=
`
ls
${
main_build_dir
}
/modules/plugins-
*
.dat |
sed
-e
s:
${
main_build_dir
}
/::
`
vlc_install
`
dirname
${
cache
}
`
`
basename
${
cache
}
`
${
target_plugins
}
"data"
if
test
"
$use_archs
"
=
"no"
;
then
cache
=
`
ls
${
main_build_dir
}
/modules/plugins-
*
.dat |
sed
-e
s:
${
main_build_dir
}
/::
`
vlc_install
`
dirname
${
cache
}
`
`
basename
${
cache
}
`
${
target_plugins
}
"data"
else
for
arch
in
$ARCHS
;
do
build
=
"
${
VLC_BUILD_DIR
}
/
${
arch
}
"
cache
=
`
ls
${
build
}
/modules/plugins-
*
.dat |
sed
-e
s:
${
build
}
/::
`
# The cache is arch dependant. Use vlc_install_object directly.
vlc_install_object
"
${
cache
}
"
"
${
target_plugins
}
"
"data"
done
;
fi
# Build the lib folder
##########################
# Build the lib folder
vlc_install
"src/
${
prefix
}
"
"libvlc.5.dylib"
"
${
target_lib
}
"
"lib"
vlc_install
"src/
${
prefix
}
"
"libvlccore.4.dylib"
"
${
target_lib
}
"
"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