[vlc-commits] Revert "Link vlc-cache-gen with the C++ standard library..."

Rémi Denis-Courmont git at videolan.org
Thu Mar 1 21:42:31 CET 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Mar  1 22:42:13 2012 +0200| [6c2f2728fee10b8be2dc289c032646851553fd5d] | committer: Rémi Denis-Courmont

Revert "Link vlc-cache-gen with the C++ standard library..."

This reverts commit 07d38617832be934896fa7a14fe52f1a65c901ab.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6c2f2728fee10b8be2dc289c032646851553fd5d
---

 bin/Makefile.am |    2 +-
 bin/dummy.cpp   |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/bin/Makefile.am b/bin/Makefile.am
index 40b4f46..832d482 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -59,7 +59,7 @@ vlc_win32_rc.rc: $(top_builddir)/config.status vlc_win32_rc.rc.in
 vlc_win32_rc.$(OBJEXT): vlc_win32_rc.rc
 	$(WINDRES) --include-dir $(top_srcdir)/share/icons -i $< -o $@
 
-vlc_cache_gen_SOURCES = cachegen.c dummy.cpp
+vlc_cache_gen_SOURCES = cachegen.c
 vlc_cache_gen_LDADD = \
 	$(GNUGETOPT_LIBS) \
 	../compat/libcompat.la \
diff --git a/bin/dummy.cpp b/bin/dummy.cpp
deleted file mode 100644
index 56a8b38..0000000
--- a/bin/dummy.cpp
+++ /dev/null
@@ -1 +0,0 @@
-/* This file is only here to force cachegen to be linked against libstdc++ */



More information about the vlc-commits mailing list