From 467fae3a1d344e9ff7c5e8acb9c761eeb82b4460 Mon Sep 17 00:00:00 2001 From: Robin KAY Date: Mon, 19 Jun 2006 12:08:45 +0000 Subject: Mark text as impure where necessary to fix build under Solaris/IA32. CVS patchset: 8060 CVS date: 2006/06/19 12:08:45 --- src/post/deinterlace/Makefile.am | 3 ++- src/post/planar/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src/post') diff --git a/src/post/deinterlace/Makefile.am b/src/post/deinterlace/Makefile.am index b1c35cb99..29853a405 100644 --- a/src/post/deinterlace/Makefile.am +++ b/src/post/deinterlace/Makefile.am @@ -13,6 +13,7 @@ xineplug_post_tvtime_la_SOURCES = xine_plugin.c \ xineplug_post_tvtime_la_LIBADD = $(XINE_LIB) \ $(top_builddir)/src/post/deinterlace/plugins/libdeinterlaceplugins.la -xineplug_post_tvtime_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_post_tvtime_la_LDFLAGS = -avoid-version -module \ + @XINE_PLUGIN_MIN_SYMS@ @IMPURE_TEXT_LDFLAGS@ noinst_HEADERS = deinterlace.h pulldown.h speedtools.h speedy.h tvtime.h diff --git a/src/post/planar/Makefile.am b/src/post/planar/Makefile.am index 61a7c7956..d4f50320b 100644 --- a/src/post/planar/Makefile.am +++ b/src/post/planar/Makefile.am @@ -23,7 +23,8 @@ 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 $(THREAD_LIBS) -xineplug_post_planar_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_post_planar_la_LDFLAGS = -avoid-version -module \ + @XINE_PLUGIN_MIN_SYMS@ @IMPURE_TEXT_LDFLAGS@ $(POSTPROC_INT_LIB): cd $(top_builddir)/src/libffmpeg/libavcodec/libpostproc && $(MAKE) libpostprocess.la -- cgit v1.2.3