diff options
| author | James Stembridge <jstembridge@users.sourceforge.net> | 2005-01-14 15:24:07 +0000 |
|---|---|---|
| committer | James Stembridge <jstembridge@users.sourceforge.net> | 2005-01-14 15:24:07 +0000 |
| commit | 05f670cb8cb0e0594d85ee50e8d126557cf3f8fe (patch) | |
| tree | 638bdc4737dab9c7c3724ab372459590a607e07b /src/libmusepack/Makefile.am | |
| parent | f03ebd99a8e85f09d1abcde8fcc4a6b3318d82ad (diff) | |
| download | xine-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.am | 13 |
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@ + |
