From 1b096ae6bff0a28f952ac91f2882587ab3f19228 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sun, 10 Feb 2013 22:27:58 +0100 Subject: fixed win32 shared lib creation --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 19b2d85..7bedc4e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,4 +8,7 @@ libvformat_la_SOURCES = vf_access.c vf_malloc.c vf_strings.c vf_access_wrapper EXTRA_DIST = *.h libvformat_la_LDFLAGS = -version-info 0 +if WIN32 + libvformat_la_LDFLAGS += -no-undefined +endif -- cgit v1.1-32-gdbae