summaryrefslogtreecommitdiff
path: root/src/libffmpeg
diff options
context:
space:
mode:
authorRobin KAY <komadori@users.sourceforge.net>2006-06-19 12:08:45 +0000
committerRobin KAY <komadori@users.sourceforge.net>2006-06-19 12:08:45 +0000
commit467fae3a1d344e9ff7c5e8acb9c761eeb82b4460 (patch)
treea45e83665656ea0d5286ac14297795984d645415 /src/libffmpeg
parent9f644d5d8ac3bac426fa73526833ed47295e2a81 (diff)
downloadxine-lib-467fae3a1d344e9ff7c5e8acb9c761eeb82b4460.tar.gz
xine-lib-467fae3a1d344e9ff7c5e8acb9c761eeb82b4460.tar.bz2
Mark text as impure where necessary to fix build under Solaris/IA32.
CVS patchset: 8060 CVS date: 2006/06/19 12:08:45
Diffstat (limited to 'src/libffmpeg')
-rw-r--r--src/libffmpeg/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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) \