[vlc-commits] commit: libvlccore: do not link against the C++ run-time ( =?UTF-8?Q?R=C3=A9mi=20Denis=2DCourmont=20?=)
git at videolan.org
git at videolan.org
Thu Jan 13 19:22:09 CET 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jan 13 20:21:38 2011 +0200| [0ecc260de9770f8503205934968c7ea8d6633fc7] | committer: Rémi Denis-Courmont
libvlccore: do not link against the C++ run-time
libvlccore must not refer to .cpp files.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0ecc260de9770f8503205934968c7ea8d6633fc7
---
src/Makefile.am | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 7e5ba02..022b22f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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
More information about the vlc-commits
mailing list