summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-10 17:14:12 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-10 17:14:12 +0000
commitc54b5a06bd40fba8a37c7053cd7437785e9a7314 (patch)
tree721cc55674c56e735addc44c4b647f2627f4cb1f /Makefile
parentcd19f28b94690a828a0304961e8b5d5721a77ea2 (diff)
downloadmpv-c54b5a06bd40fba8a37c7053cd7437785e9a7314.tar.bz2
mpv-c54b5a06bd40fba8a37c7053cd7437785e9a7314.tar.xz
musepack demuxing and decoding support (demuxing is v7 bitstream only).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15959 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8a176707a2..3f5f2e7f92 100644
--- a/Makefile
+++ b/Makefile
@@ -94,6 +94,7 @@ CODEC_LIBS = $(AV_LIB) \
$(ALSA_LIB) \
$(XMMS_LIB) \
$(X264_LIB) \
+ $(MUSEPACK_LIB) \
COMMON_LIBS = libmpcodecs/libmpcodecs.a \
$(W32_LIB) \