1
INCLUDES = -I$(top_srcdir)/include
3
common_sources = ../common/crc32.c \
4
../common/huffman-bcl.c
7
lib_LTLIBRARIES = libmpcdec.la
8
libmpcdec_la_SOURCES = huffman.c mpc_decoder.c mpc_reader.c \
9
requant.c streaminfo.c synth_filter.c mpc_bits_reader.c mpc_demux.c \
12
libmpcdec_la_LDFLAGS = -no-undefined -version-info 7:0:1
14
noinst_HEADERS = mpc_bits_reader.h huffman.h decoder.h internal.h requant.h mpcdec_math.h
15
AM_CFLAGS = -fpic -fvisibility=hidden