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
This commit is contained in:
gpoirier 2007-02-07 09:00:11 +00:00
parent 07b655f0e8
commit 860dd21ab1
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -7541,7 +7541,7 @@ ZORAN = $_zr
LIBDV = $_libdv
XVID4 = $_xvid
X264 = $_x264
LIBNUT = $_nut
CONFIG_LIBNUT = $_nut
CONFIG_LIBDTS = $_libdts
MPLAYER = $_mplayer
MENCODER = $_mencoder

View File

@ -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