summaryrefslogtreecommitdiff
path: root/src/xine-engine
diff options
context:
space:
mode:
authorFrantišek Dvořák <valtri@civ.zcu.cz>2010-10-23 13:18:24 +0200
committerFrantišek Dvořák <valtri@civ.zcu.cz>2010-10-23 13:18:24 +0200
commit2af0f16f1fdadf1e85493f8506d441df09199fa6 (patch)
tree8e17d074f1aa138a6ef173d0f33cfd81fd111cb6 /src/xine-engine
parent4099627e7ce56690bcfda1dbfc322a8572144f37 (diff)
downloadxine-lib-2af0f16f1fdadf1e85493f8506d441df09199fa6.tar.gz
xine-lib-2af0f16f1fdadf1e85493f8506d441df09199fa6.tar.bz2
mingw32-w64 port: '-no-undefined' part
- use -no-undefined flag only for building shared libraries (libxine, plugins) - plugins LDFLAGS unification - move -no-undefined into LDFLAGS_NOUNDEFINED - attributes.m4 fix
Diffstat (limited to 'src/xine-engine')
-rw-r--r--src/xine-engine/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am
index 17dd96b10..576c61b14 100644
--- a/src/xine-engine/Makefile.am
+++ b/src/xine-engine/Makefile.am
@@ -10,7 +10,7 @@ lib_LTLIBRARIES = libxine.la
XINEUTILS_LIB = $(top_builddir)/src/xine-utils/libxineutils.la
DEF_FILE = libxine-$(XINE_MAJOR).def
if WIN32
-def_ldflags="-Wl,--output-def,$(DEF_FILE)"
+def_ldflags=-Wl,--output-def,$(DEF_FILE) $(LDFLAGS_NOUNDEFINED)
endif
libxine_la_SOURCES = xine.c metronom.c configfile.c buffer.c \