Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
51681a24
Commit
51681a24
authored
Jul 30, 2007
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mozilla: libtool fixes (round 2: darwin)
parent
60a975f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
mozilla/Makefile.am
mozilla/Makefile.am
+3
-3
src/libvlc.sym
src/libvlc.sym
+2
-0
No files found.
mozilla/Makefile.am
View file @
51681a24
...
...
@@ -71,8 +71,8 @@ CPPFLAGS_mozilla_EXTRA = -I. -I$(top_builddir) -I$(srcdir)/../include -c \
-Wmost
-Wno-four-char-constants
-Wno-unknown-pragmas
-DXP_MACOSX
=
1
\
-DNO_X11
=
1
-DUSE_SYSTEM_CONSOLE
=
1
-pipe
-fmessage-length
=
0
\
-include
mozilla-config.h
LDFLAGS_mozilla_EXTRA
=
-no-undefined
-bundle
-
read_only_relocs
suppress
\
-
dylib
-headerpad_max_install_names
-shrext
$(LIBEXT)
LDFLAGS_mozilla_EXTRA
=
-no-undefined
-bundle
-
Wl
,-read_only_relocs
-Wl
,
suppress
\
-
Wl
,-headerpad_max_install_names
-shrext
$(LIBEXT)
-framework
Carbon
npvlc_la_SOURCES
=
$(SOURCES_mozilla_common)
$(SOURCES_support)
npvlc_la_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
mozilla
`
$(CPPFLAGS_mozilla_EXTRA)
...
...
@@ -108,7 +108,7 @@ endef
VLC\ Plugin.plugin
:
npvlc.rsrc $(lib_LTLIBRARIES)
rm
-Rf
"
$@
"
$(INSTALL)
-d
"./
$@
/Contents/MacOS"
$(INSTALL)
npvlc.dylib
"./
$@
/Contents/MacOS/VLC Plugin"
$(INSTALL)
.libs/
npvlc.dylib
"./
$@
/Contents/MacOS/VLC Plugin"
dylib
=
"./
$@
/Contents/MacOS/VLC Plugin"
;
$(FIXEXECPATH)
;
$(INSTALL)
-d
"./
$@
/Contents/Resources"
$(INSTALL)
npvlc.rsrc
"./
$@
/Contents/Resources/VLC Plugin.rsrc"
...
...
src/libvlc.sym
View file @
51681a24
...
...
@@ -353,6 +353,8 @@ VLC_AddIntf
VLC_CleanUp
VLC_Destroy
VLC_Die
VLC_VariableGet
VLC_VariableSet
__vlc_cond_destroy
__vlc_cond_init
vlc_current_object
...
...
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