From 2af0f16f1fdadf1e85493f8506d441df09199fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sat, 23 Oct 2010 13:18:24 +0200 Subject: 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 --- src/libspucc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libspucc') diff --git a/src/libspucc/Makefile.am b/src/libspucc/Makefile.am index 1e170cdd5..cde6ecf05 100644 --- a/src/libspucc/Makefile.am +++ b/src/libspucc/Makefile.am @@ -6,6 +6,6 @@ xineplug_LTLIBRARIES = xineplug_decode_spucc.la xineplug_decode_spucc_la_SOURCES = cc_decoder.c xine_cc_decoder.c xineplug_decode_spucc_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS) -fno-strict-aliasing xineplug_decode_spucc_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) -xineplug_decode_spucc_la_LDFLAGS = -avoid-version -module +xineplug_decode_spucc_la_LDFLAGS = $(xineplug_ldflags) noinst_HEADERS = cc_decoder.h -- cgit v1.2.3