Mercurial > mplayer.hg
changeset 22151:db9f2e48c710
Fix libnut build failure.
Use CONFIG_LIBNUT like ffmpeg's configure, instead of LIBNUT.
Patch by Clemens Ladisch % cladisch A fastmail P net %
author | gpoirier |
---|---|
date | Wed, 07 Feb 2007 09:00:11 +0000 |
parents | 6d50b08a8bcd |
children | 1f6c89bc1c3a |
files | configure libmpdemux/Makefile |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Feb 06 22:15:20 2007 +0000 +++ b/configure Wed Feb 07 09:00:11 2007 +0000 @@ -7541,7 +7541,7 @@ LIBDV = $_libdv XVID4 = $_xvid X264 = $_x264 -LIBNUT = $_nut +CONFIG_LIBNUT = $_nut CONFIG_LIBDTS = $_libdts MPLAYER = $_mplayer MENCODER = $_mencoder
--- a/libmpdemux/Makefile Tue Feb 06 22:15:20 2007 +0000 +++ b/libmpdemux/Makefile Wed Feb 07 09:00:11 2007 +0000 @@ -52,7 +52,7 @@ 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