Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
436
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
60b8618d
Commit
60b8618d
authored
18 years ago
by
Rémi Denis-Courmont
Browse files
Options
Downloads
Patches
Plain Diff
Mozilla libtool fix from Pavlov Konstantin
parent
b037ebc1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
THANKS
+1
-1
1 addition, 1 deletion
THANKS
mozilla/Makefile.am
+1
-1
1 addition, 1 deletion
mozilla/Makefile.am
with
2 additions
and
2 deletions
THANKS
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
mozilla/Makefile.am
+
1
−
1
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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment