summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-07 09:00:11 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-07 09:00:11 +0000
commit860dd21ab109d185632aa164389d0964f5bf9e3a (patch)
tree5218e6bf3f99435eeb1865e911d82dac89681b11 /libmpdemux
parent07b655f0e838e55a63b616db19b5d96df6ac8f00 (diff)
downloadmpv-860dd21ab109d185632aa164389d0964f5bf9e3a.tar.bz2
mpv-860dd21ab109d185632aa164389d0964f5bf9e3a.tar.xz
Fix libnut build failure.
Use CONFIG_LIBNUT like ffmpeg's configure, instead of LIBNUT. Patch by Clemens Ladisch % cladisch A fastmail P net % git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22169 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/Makefile b/libmpdemux/Makefile
index 96c41faf57..254632277f 100644
--- a/libmpdemux/Makefile
+++ b/libmpdemux/Makefile
@@ -52,7 +52,7 @@ SRCS-$(CONFIG_LIBAVFORMAT) += demux_lavf.c
SRCS-$(CONFIG_LIBAVFORMAT_SO) += demux_lavf.c
SRCS-$(GIF) += demux_gif.c
SRCS-$(LIBDV) += demux_rawdv.c
-SRCS-$(LIBNUT) += demux_nut.c
+SRCS-$(CONFIG_LIBNUT) += demux_nut.c
SRCS-$(LIBVORBIS) += demux_ogg.c
SRCS-$(MUSEPACK) += demux_mpc.c
SRCS-$(STREAMING_LIVE555) += demux_rtp.cpp demux_rtp_codec.cpp