diff options
author | František Dvořák <valtri@civ.zcu.cz> | 2010-10-23 13:18:24 +0200 |
---|---|---|
committer | František Dvořák <valtri@civ.zcu.cz> | 2010-10-23 13:18:24 +0200 |
commit | 2af0f16f1fdadf1e85493f8506d441df09199fa6 (patch) | |
tree | 8e17d074f1aa138a6ef173d0f33cfd81fd111cb6 /src/post/planar | |
parent | 4099627e7ce56690bcfda1dbfc322a8572144f37 (diff) | |
download | xine-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/post/planar')
-rw-r--r-- | src/post/planar/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post/planar/Makefile.am b/src/post/planar/Makefile.am index 751ea390a..319152cba 100644 --- a/src/post/planar/Makefile.am +++ b/src/post/planar/Makefile.am @@ -27,7 +27,7 @@ xineplug_post_planar_la_SOURCES = planar.c invert.c expand.c fill.c boxblur.c \ denoise3d.c eq.c eq2.c unsharp.c pp.c noise.c xineplug_post_planar_la_DEPENDENCIES = $(postproc_dep) xineplug_post_planar_la_LIBADD = $(XINE_LIB) $(postproc_lib) -lm $(PTHREAD_LIBS) $(LTLIBINTL) -xineplug_post_planar_la_LDFLAGS = -avoid-version -module \ +xineplug_post_planar_la_LDFLAGS = $(xineplug_ldflags) \ @IMPURE_TEXT_LDFLAGS@ xineplug_post_planar_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS) |