Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
58141c3c
Commit
58141c3c
authored
Jan 16, 2006
by
damienf
Browse files
hopefully, this will fix previous commit
parent
d2b09db5
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
Try again
or
attach a new 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