From ec525f6973f5e5dd4a7015d002f3e8816be4340e Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 22 Oct 2008 20:47:51 +0300 Subject: [PATCH] Restore -no-undefined on Win32 --- modules/common.am | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/common.am b/modules/common.am index ec9783e3f1..390362797a 100644 --- a/modules/common.am +++ b/modules/common.am @@ -25,6 +25,7 @@ AM_LDFLAGS = -rpath '$(libvlcdir)' \ AM_LIBADD = `$(VLC_CONFIG) -libs plugin $@` if HAVE_WIN32 # Windows does not support undefined symbols +AM_LDFLAGS += -no-undefined AM_LIBADD += $(LTLIBVLCCORE) endif -- 2.39.2