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
aec97d06
Commit
aec97d06
authored
Apr 21, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Same as previous commit
parent
718b1295
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
projects/mozilla/Makefile.am
projects/mozilla/Makefile.am
+4
-3
No files found.
projects/mozilla/Makefile.am
View file @
aec97d06
...
@@ -132,10 +132,11 @@ VLC\ Plugin.plugin: npvlc.rsrc $(lib_LTLIBRARIES)
...
@@ -132,10 +132,11 @@ VLC\ Plugin.plugin: npvlc.rsrc $(lib_LTLIBRARIES)
cp
-r
"
$(top_srcdir)
/extras/package/macosx/plugin/English.lproj"
"
$@
/Contents/Resources/"
cp
-r
"
$(top_srcdir)
/extras/package/macosx/plugin/English.lproj"
"
$@
/Contents/Resources/"
$(INSTALL)
"
$(top_srcdir)
/extras/package/macosx/plugin/Info.plist"
"
$@
/Contents/Info.plist"
$(INSTALL)
"
$(top_srcdir)
/extras/package/macosx/plugin/Info.plist"
"
$@
/Contents/Info.plist"
$(INSTALL)
-d
"
$@
/Contents/MacOS/modules"
$(INSTALL)
-d
"
$@
/Contents/MacOS/modules"
for
i
in
""
`
$(VLC_CONFIG)
--target
plugin
`
;
do
\
find
$(top_srcdir)
/modules/
-name
'*_plugin.
$(LIBEXT)
'
|
\
while
read
i
;
do
\
if
test
-n
"
$$
i"
;
then
\
if
test
-n
"
$$
i"
;
then
\
dylib
=
"
$@
/Contents/MacOS/modules/
`
basename
$$
i
$(LIBEXT)
`
"
;
\
dylib
=
"
$@
/Contents/MacOS/modules/
`
basename
$$
i
`
"
;
\
$(INSTALL)
"
`
dirname
$$
i
`
/.libs/
`
basename
$$
i
`
$(LIBEXT)
"
"
$$
dylib"
;
\
$(INSTALL)
"
$$
i
"
"
$$
dylib"
;
\
install_name_tool
-change
"
$(libdir)
/libvlc.1.dylib"
\
install_name_tool
-change
"
$(libdir)
/libvlc.1.dylib"
\
"@executable_path/lib/libvlc.dylib"
"
$$
dylib"
;
\
"@executable_path/lib/libvlc.dylib"
"
$$
dylib"
;
\
$(FIXEXECPATH)
;
\
$(FIXEXECPATH)
;
\
...
...
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