blob: ab0a7636614c26150bcf85b13d656459b052bd9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include $(top_srcdir)/misc/Makefile.common
SUBDIRS = musepack
libdir = $(XINE_PLUGINDIR)
lib_LTLIBRARIES = xineplug_decode_mpc.la
xineplug_decode_mpc_la_SOURCES = huffsv46.c huffsv7.c idtag.c mpc_decoder.c \
mpc_reader.c requant.c streaminfo.c synth_filter.c xine_decoder.c
xineplug_decode_mpc_la_LIBADD = $(XINE_LIB)
xineplug_decode_mpc_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
|