Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
c2004026
Commit
c2004026
authored
Apr 21, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Complete flags factorization
parent
41ce29d5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
modules/common.am
modules/common.am
+1
-1
modules/genmf
modules/genmf
+4
-4
No files found.
modules/common.am
View file @
c2004026
...
...
@@ -25,7 +25,7 @@ AM_LDFLAGS = -rpath '$(libvlcdir)' \
-avoid-version -module -no-undefined \
-shrext $(LIBEXT) \
`$(VLC_CONFIG) --ldflags plugin $@`
AM_LIBADD = $(LTLIBVLC)
AM_LIBADD =
`$(VLC_CONFIG) -libs plugin $@`
$(LTLIBVLC)
if HAVE_COMPILER_EXPORT
AM_LDFLAGS += -export-dynamic
...
...
modules/genmf
View file @
c2004026
...
...
@@ -46,13 +46,13 @@ EOF
# The
${
mod
}
plugin
lib
${
mod
}
_plugin_la_SOURCES =
\$
(SOURCES_
${
mod
}
)
nodist_lib
${
mod
}
_plugin_la_SOURCES =
\$
(nodist_SOURCES_
${
mod
}
)
# Force per-target objects:
lib
${
mod
}
_plugin_la_CFLAGS =
\$
(AM_CFLAGS)
lib
${
mod
}
_plugin_la_CXXFLAGS =
\$
(AM_CXXFLAGS)
lib
${
mod
}
_plugin_la_OBJCFLAGS =
\$
(AM_OBJCFLAGS)
lib
${
mod
}
_plugin_la_LIBADD =
\$
(AM_LIBADD)
\\
\`\$
(VLC_CONFIG) -libs plugin
${
mod
}
\`
# Automake does not understand
\`
...
\`
very well inside LIBADD...
lib
${
mod
}
_plugin_la_DEPENDENCIES =
\$
(AM_LIBADD)
# Set LIBADD and DEPENDENCIES manually:
lib
${
mod
}
_plugin_la_LIBADD =
\$
(AM_LIBADD)
lib
${
mod
}
_plugin_la_DEPENDENCIES =
EOF
done
...
...
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