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
58141c3c
Commit
58141c3c
authored
Jan 16, 2006
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hopefully, this will fix previous commit
parent
d2b09db5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
mozilla/Makefile.am
mozilla/Makefile.am
+4
-4
No files found.
mozilla/Makefile.am
View file @
58141c3c
...
...
@@ -52,9 +52,8 @@ if HAVE_DARWIN
LIBRARIES_libvlc
=
$(top_builddir)
/lib/libvlc.a
npvlc_DATA
=
$(noinst_npvlc_DATA)
noinst_npvlc_DATA
=
npvlc
$(LIBEXT)
noinst_npvlcdir
=
$(libdir)
npvlc_DATA
=
npvlc
$(LIBEXT)
npvlcdir
=
$(libdir)
BUNDLE_mozilla
=
VLC
\
Plugin.plugin
SOURCES_support
=
support/npmac.cpp
...
...
@@ -69,7 +68,7 @@ VLC\ Plugin.plugin: npvlc.rsrc npvlc.dylib
mkdir
-p
"./
$@
/Contents/MacOS"
cp
npvlc.dylib
"./
$@
/Contents/MacOS/
$@
"
mkdir
-p
./
"
$@
"
/Contents/Resources
cp
npvlc.rsrc
"./
$@
/Contents/MacOS/
$@
.rsrc"
ditto
-rsrcFork
npvlc.rsrc
"./
$@
/Contents/MacOS/
$@
.rsrc"
cp
$(top_srcdir)
/extras/MacOSX/plugin/Info.plist
"./
$@
/Contents/Info.plist"
cp
$(top_srcdir)
/extras/MacOSX/plugin/pbdevelopment.plist
"./
$@
/Contents/pbdevelopment.plist"
cp
-r
$(top_srcdir)
/extras/MacOSX/plugin/English.lproj
"./
$@
/Contents/Resources/"
...
...
@@ -88,6 +87,7 @@ LDFLAGS_npvlc = -arch ppc -bundle -read_only_relocs suppress $(LIBRARIES_libvlc)
else
LIBRARIES_libvlc
=
$(top_builddir)
/lib/libvlc_pic.a
npvlc_DATA
=
libvlcplugin
$(LIBEXT)
npvlcdir
=
$(libdir)
/mozilla/plugins
...
...
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