summaryrefslogtreecommitdiff
path: root/src/libdts
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-09 17:59:03 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-09 17:59:03 +0100
commit89af20ee5fcefa96ac7eaf8ca36c3be72e38ea4f (patch)
tree33a2ab1ec106e0bf40e681d26d74ee5fc4732ea6 /src/libdts
parentd99313be4ffdebbbbafb04d21c56d874f5222946 (diff)
downloadxine-lib-89af20ee5fcefa96ac7eaf8ca36c3be72e38ea4f.tar.gz
xine-lib-89af20ee5fcefa96ac7eaf8ca36c3be72e38ea4f.tar.bz2
Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions.
Some plugins may have been missed due to them not being built here.
Diffstat (limited to 'src/libdts')
-rw-r--r--src/libdts/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libdts/Makefile.am b/src/libdts/Makefile.am
index ea09aab2e..1329dd49c 100644
--- a/src/libdts/Makefile.am
+++ b/src/libdts/Makefile.am
@@ -19,9 +19,9 @@ xineplug_decode_dts_la_CFLAGS = $(LIBDTS_CFLAGS) $(VISIBILITY_FLAG) $(fnsa)
xineplug_decode_dts_la_LDFLAGS = $(xineplug_ldflags)
if EXTERNAL_LIBDTS
-xineplug_decode_dts_la_LIBADD = $(XINE_LIB) $(LIBDTS_LIBS) -lm
+xineplug_decode_dts_la_LIBADD = $(XINE_LIB) $(LIBDTS_LIBS) $(LTLIBINTL) -lm
else
-xineplug_decode_dts_la_LIBADD = $(XINE_LIB) -lm
+xineplug_decode_dts_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) -lm
endif
noinst_HEADERS = bitstream.h internal-dts.h dts_internal.h tables.h tables_adpcm.h \