[vlc-commits] libvlccore: remove duplicate ldflags

Rafaël Carré git at videolan.org
Wed Mar 13 17:54:39 CET 2013


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Wed Mar 13 17:54:20 2013 +0100| [ec037dbac40ab30a893c2b0f3f593a1f203a21d3] | committer: Rafaël Carré

libvlccore: remove duplicate ldflags

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

 src/Makefile.am |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index f3d59e8..f21b447 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -178,7 +178,6 @@ endif
 
 libvlccore_la_SOURCES = $(SOURCES_libvlc)
 libvlccore_la_LDFLAGS = \
-	-no-undefined \
 	$(LDFLAGS_libvlccore) \
 	-no-undefined \
 	-export-symbols $(srcdir)/libvlccore.sym \



More information about the vlc-commits mailing list