Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
60b8618d
Commit
60b8618d
authored
May 02, 2006
by
Rémi Denis-Courmont
Browse files
Mozilla libtool fix from Pavlov Konstantin
parent
b037ebc1
Changes
2
Hide whitespace changes
Inline
Side-by-side
THANKS
View file @
60b8618d
...
...
@@ -105,7 +105,7 @@ Ondrej Kuda aka Albert <kuda at natur dot cuni dot cz> - HTTP interface tips and
Øyvind Kolbu <oyvindk at world-online.no> - FreeBSD patches
Patrick Horn <patrickd0thorn at mindspring d0t com> - DirectShow patch
Paul Mackerras <paulus at linuxcare.com.au> - AltiVec IDCT and motion
Pavlov Konstantin “thresh” - several Linux
configure.ac
fixes
Pavlov Konstantin “thresh” - several Linux
build system
fixes
Philippe Van Hecke <philippe at belnet dot be> - SAP header hash patch
Pierre Marc Dumuid <pierre.dumuid at adelaide dot edu dot au> - Playlist patches
Régis Duchesne <regis at via.ecp.fr> - original VLC code
...
...
mozilla/Makefile.am
View file @
60b8618d
...
...
@@ -157,7 +157,7 @@ endif
libvlcplugin_la_SOURCES
=
$(SOURCES_mozilla_common)
$(SOURCES_support)
libvlcplugin_la_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
mozilla
`
libvlcplugin_la_CXXFLAGS
=
`
$(VLC_CONFIG)
--cxxflags
mozilla
`
libvlcplugin_la_LDFLAGS
=
`
$(VLC_CONFIG)
--libs
mozilla
`
-module
-shrext
$(LIBEXT)
libvlcplugin_la_LDFLAGS
=
`
$(VLC_CONFIG)
--libs
mozilla
`
-module
-avoid-version
-shrext
$(LIBEXT)
libvlcplugin_la_LIBADD
=
../src/libvlc.la
libnpvlc_a_SOURCES
=
$(SOURCES_mozilla_common)
$(SOURCES_support)
...
...
Write
Preview
Supports
Markdown
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