summaryrefslogtreecommitdiff
path: root/src/libdts/Makefile.am
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2004-04-09 14:57:25 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2004-04-09 14:57:25 +0000
commitff3ff7253e5680592329b363b9f84cccd8231eff (patch)
tree47a2a24e09b447410a27cc5df75f9845d0b3c031 /src/libdts/Makefile.am
parentc3505ea78011062e183c550aab20fb6aeafda4b6 (diff)
downloadxine-lib-ff3ff7253e5680592329b363b9f84cccd8231eff.tar.gz
xine-lib-ff3ff7253e5680592329b363b9f84cccd8231eff.tar.bz2
including libdts as experimental DTS decoder
(xine wrapper code by James Stembridge) does not work on all DVDs, but better a sometimes failing decoder than no decoder at all; digital passthrough seems unaffected CVS patchset: 6361 CVS date: 2004/04/09 14:57:25
Diffstat (limited to 'src/libdts/Makefile.am')
-rw-r--r--src/libdts/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libdts/Makefile.am b/src/libdts/Makefile.am
index fee1b06bf..52e3ff683 100644
--- a/src/libdts/Makefile.am
+++ b/src/libdts/Makefile.am
@@ -4,9 +4,9 @@ libdir = $(XINE_PLUGINDIR)
lib_LTLIBRARIES = xineplug_decode_dts.la
-xineplug_decode_dts_la_SOURCES = decoder.c print_info.c xine_decoder.c
+xineplug_decode_dts_la_SOURCES = bitstream.c downmix.c parse.c xine_decoder.c
xineplug_decode_dts_la_LIBADD = $(XINE_LIB)
-xineplug_decode_dts_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
+xineplug_decode_dts_la_LDFLAGS = -avoid-version -module $(XINE_PLUGIN_MIN_SYMS)
-noinst_HEADERS = decoder.h decoder_internal.h dts_debug.h huffman_tables.h \
- print_info.h
+noinst_HEADERS = bitstream.h dts.h dts_internal.h tables.h tables_adpcm.h \
+ tables_fir.h tables_huffman.h tables_quantization.h tables_vq.h