diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-09 18:14:42 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-09 18:14:42 +0100 |
commit | 40b6260d4350a6b9c65d4f5dea77c681d86926ab (patch) | |
tree | 798f125a2e9266566f2cdd353a15673ccc594ef5 | |
parent | 89af20ee5fcefa96ac7eaf8ca36c3be72e38ea4f (diff) | |
download | xine-lib-40b6260d4350a6b9c65d4f5dea77c681d86926ab.tar.gz xine-lib-40b6260d4350a6b9c65d4f5dea77c681d86926ab.tar.bz2 |
Add $(LTLIBICONV) wherever objdump -R shows a dependency on iconv functions.
Some plugins may have been missed due to them not being built here.
-rw-r--r-- | src/demuxers/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am index 780094007..83c29f4e3 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -73,7 +73,7 @@ xineplug_dmx_qt_la_LIBADD = $(XINE_LIB) $(ZLIB_LIBS) xineplug_dmx_qt_la_CPPFLAGS = $(ZLIB_CPPFLAGS) xineplug_dmx_asf_la_SOURCES = demux_asf.c asfheader.c -xineplug_dmx_asf_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) +xineplug_dmx_asf_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) $(LTLIBICONV) xineplug_dmx_asf_la_CFLAGS = $(AM_CFLAGS) -fno-strict-aliasing xineplug_dmx_fli_la_SOURCES = demux_fli.c |