From 507f3f8939f23f5616f303782a455659eee28355 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 10 Feb 2013 22:47:33 +0100 Subject: Avoid library versioning for win32 --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 33170f2..fe52994 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,8 +7,8 @@ libvformat_la_SOURCES = vf_access.c vf_malloc.c vf_strings.c vf_access_wrapper EXTRA_DIST = *.h -libvformat_la_LDFLAGS = -version-info $(LIBVFORMAT_SO_VERSION) +libvformat_la_LDFLAGS = -version-info $(LIBVFORMAT_SO_VERSION) -no-undefined if WIN32 - libvformat_la_LDFLAGS += -no-undefined + libvformat_la_LDFLAGS += -avoid-version endif -- cgit v1.1-32-gdbae