diff options
author | Robin KAY <komadori@users.sourceforge.net> | 2006-06-19 12:08:45 +0000 |
---|---|---|
committer | Robin KAY <komadori@users.sourceforge.net> | 2006-06-19 12:08:45 +0000 |
commit | 467fae3a1d344e9ff7c5e8acb9c761eeb82b4460 (patch) | |
tree | a45e83665656ea0d5286ac14297795984d645415 /src/libffmpeg | |
parent | 9f644d5d8ac3bac426fa73526833ed47295e2a81 (diff) | |
download | xine-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.am | 3 |
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) \ |