summaryrefslogtreecommitdiff
path: root/src/libmusepack/Makefile.am
diff options
context:
space:
mode:
authorJames Stembridge <jstembridge@users.sourceforge.net>2005-01-14 15:24:07 +0000
committerJames Stembridge <jstembridge@users.sourceforge.net>2005-01-14 15:24:07 +0000
commit05f670cb8cb0e0594d85ee50e8d126557cf3f8fe (patch)
tree638bdc4737dab9c7c3724ab372459590a607e07b /src/libmusepack/Makefile.am
parentf03ebd99a8e85f09d1abcde8fcc4a6b3318d82ad (diff)
downloadxine-lib-05f670cb8cb0e0594d85ee50e8d126557cf3f8fe.tar.gz
xine-lib-05f670cb8cb0e0594d85ee50e8d126557cf3f8fe.tar.bz2
(Drum roll) Long awaited support for Musepack
CVS patchset: 7344 CVS date: 2005/01/14 15:24:07
Diffstat (limited to 'src/libmusepack/Makefile.am')
-rw-r--r--src/libmusepack/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/libmusepack/Makefile.am b/src/libmusepack/Makefile.am
new file mode 100644
index 000000000..ab0a76366
--- /dev/null
+++ b/src/libmusepack/Makefile.am
@@ -0,0 +1,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@
+