summaryrefslogtreecommitdiff
path: root/plugins/dca/Makefile.am
blob: d6429b84ef204fdfd251afdb86c4e3637b294b51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
if HAVE_DCA

pkglib_LTLIBRARIES = dca.la

dca_la_SOURCES = dcaplug.c\
extract_dca.c\
gettimeofday.c\
parse.c\
bitstream.c\
downmix.c\
convert2s16.c\
audio_out.h\
dca.h\
dts.h\
gettimeofday.h\
tendra.h\
dca_internal.h\
tables_adpcm.h\
tables_fir.h\
tables.h\
tables_huffman.h\
tables_quantization.h\
tables_vq.h

dca_la_LDFLAGS = -module

AM_CFLAGS = $(CFLAGS) -fPIC

endif