Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
0ecc260d
Commit
0ecc260d
authored
Jan 13, 2011
by
Rémi Denis-Courmont
Browse files
libvlccore: do not link against the C++ run-time
libvlccore must not refer to .cpp files.
parent
30851939
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
0ecc260d
...
...
@@ -238,7 +238,6 @@ EXTRA_libvlccore_la_SOURCES = \
$(SOURCES_libvlc_darwin)
\
$(SOURCES_libvlc_linux)
\
$(SOURCES_libvlc_win32)
\
$(SOURCES_libvlc_symbian)
\
$(SOURCES_libvlc_other)
\
$(SOURCES_libvlc_httpd)
\
$(SOURCES_libvlc_sout)
\
...
...
@@ -257,7 +256,7 @@ if HAVE_WINCE
libvlccore_la_SOURCES
+=
$(SOURCES_libvlc_win32)
else
if
HAVE_SYMBIAN
libvlccore_la_SOURCES
+=
$(SOURCES_libvlc_symbian)
#
libvlccore_la_SOURCES += $(SOURCES_libvlc_symbian)
else
libvlccore_la_SOURCES
+=
$(SOURCES_libvlc_other)
endif
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment