summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-17 09:32:28 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-17 09:32:28 +0000
commit1b8971d82edbcc01f2c29c0adb4ef884d0253262 (patch)
tree64b56e035cd04c92c5fb79b74d45dabe0d0cf345 /Makefile
parentc50e7a3ec8622ee195bdddbff10762a907afba13 (diff)
downloadmpv-1b8971d82edbcc01f2c29c0adb4ef884d0253262.tar.bz2
mpv-1b8971d82edbcc01f2c29c0adb4ef884d0253262.tar.xz
Add demux_nut to MPlayer repo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19867 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 bf5ef17574..9d06fd14cd 100644
--- a/Makefile
+++ b/Makefile
@@ -110,6 +110,7 @@ CODEC_LIBS = $(AV_LIB) \
$(X264_LIB) \
$(MUSEPACK_LIB) \
$(SPEEX_LIB) \
+ $(NUT_LIB) \
ifeq ($(TOOLAME),yes)
CODEC_LIBS += $(TOOLAME_LIB)