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/libffmpeg/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libffmpeg') diff --git a/src/libffmpeg/Makefile.am b/src/libffmpeg/Makefile.am index e85063fe1..50c9b183a 100644 --- a/src/libffmpeg/Makefile.am +++ b/src/libffmpeg/Makefile.am @@ -34,7 +34,8 @@ else AM_CPPFLAGS = $(ff_cppflags) $(ZLIB_CPPFLAGS) xineplug_decode_ff_la_SOURCES = xine_decoder.c audio_decoder.c video_decoder.c \ mpeg_parser.c -xineplug_decode_ff_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_decode_ff_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ \ + @IMPURE_TEXT_LDFLAGS@ endif xineplug_decode_ff_la_LIBADD = $(MLIB_LIBS) $(XINE_LIB) -lm $(ZLIB_LIBS) \ -- cgit v1.2.3