summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--libmpdemux/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 7433684eec..0fe3a930e7 100755
--- a/configure
+++ b/configure
@@ -7541,7 +7541,7 @@ ZORAN = $_zr
LIBDV = $_libdv
XVID4 = $_xvid
X264 = $_x264
-LIBNUT = $_nut
+CONFIG_LIBNUT = $_nut
CONFIG_LIBDTS = $_libdts
MPLAYER = $_mplayer
MENCODER = $_mencoder
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