Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
c8b59ecd
Commit
c8b59ecd
authored
Feb 10, 2008
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation. We can't use config_* in mozilla so use the -DDATAPATH
parent
4629d221
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
projects/mozilla/Makefile.am
projects/mozilla/Makefile.am
+4
-2
No files found.
projects/mozilla/Makefile.am
View file @
c8b59ecd
...
@@ -163,6 +163,8 @@ else
...
@@ -163,6 +163,8 @@ else
# UNIX/Others platforms
# UNIX/Others platforms
#
#
CPPFLAGS_mozilla_EXTRA
=
-DDATA_PATH
=
\"
$(pkgdatadir)
\"
npvlc_LTLIBRARIES
=
libvlcplugin.la
npvlc_LTLIBRARIES
=
libvlcplugin.la
npvlc
=
libvlcplugin
$(LIBEXT)
npvlc
=
libvlcplugin
$(LIBEXT)
...
@@ -170,8 +172,8 @@ npvlcdir = $(libdir)/mozilla/plugins
...
@@ -170,8 +172,8 @@ npvlcdir = $(libdir)/mozilla/plugins
SOURCES_support
=
support/npunix.c
SOURCES_support
=
support/npunix.c
libvlcplugin_la_SOURCES
=
$(SOURCES_mozilla_common)
$(SOURCES_support)
libvlcplugin_la_SOURCES
=
$(SOURCES_mozilla_common)
$(SOURCES_support)
libvlcplugin_la_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
mozilla
`
libvlcplugin_la_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
mozilla
`
$(CPPFLAGS_mozilla_EXTRA)
libvlcplugin_la_CXXFLAGS
=
`
$(VLC_CONFIG)
--cxxflags
mozilla
`
libvlcplugin_la_CXXFLAGS
=
`
$(VLC_CONFIG)
--cxxflags
mozilla
`
$(CPPFLAGS_mozilla_EXTRA)
libvlcplugin_la_LDFLAGS
=
`
$(VLC_CONFIG)
--ldflags
mozilla
`
-module
-avoid-version
-shrext
$(LIBEXT)
libvlcplugin_la_LDFLAGS
=
`
$(VLC_CONFIG)
--ldflags
mozilla
`
-module
-avoid-version
-shrext
$(LIBEXT)
libvlcplugin_la_LIBADD
=
$(LIBRARIES_libvlc)
`
$(VLC_CONFIG)
-libs
mozilla
`
libvlcplugin_la_LIBADD
=
$(LIBRARIES_libvlc)
`
$(VLC_CONFIG)
-libs
mozilla
`
# automake gets confused by the ../..
# automake gets confused by the ../..
...
...
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