diff options
Diffstat (limited to 'contrib/libmpcdec/Makefile.am')
-rw-r--r-- | contrib/libmpcdec/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/libmpcdec/Makefile.am b/contrib/libmpcdec/Makefile.am new file mode 100644 index 000000000..16ea80c28 --- /dev/null +++ b/contrib/libmpcdec/Makefile.am @@ -0,0 +1,14 @@ +if MUSEPACK +if !EXTERNAL_MPCDEC +noinst_LTLIBRARIES = libmpcdec.la +endif +endif + +libmpcdec_la_SOURCES = huffsv46.c huffsv7.c idtag.c mpc_decoder.c mpc_reader.c \ + requant.c streaminfo.c synth_filter.c \ + mpcdec/internal.h mpcdec/mpcdec.h mpcdec/streaminfo.h mpcdec/math.h \ + mpcdec/decoder.h mpcdec/config_types.h mpcdec/requant.h mpcdec/huffman.h \ + mpcdec/reader.h +libmpcdec_la_CFLAGS = $(VISIBILITY_FLAG) + +EXTRA_DIST = diff_from_libmpcdec_1.2.5.patch COPYING |