Mercurial > mplayer.hg
changeset 22190:56aac8642cf6
Revert libnut option names, the issue is fixed in FFmpeg.
author | diego |
---|---|
date | Mon, 12 Feb 2007 09:51:25 +0000 |
parents | 6b84fac921eb |
children | c99ea6c32ae8 |
files | configure libmpdemux/Makefile |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Feb 11 18:00:55 2007 +0000 +++ b/configure Mon Feb 12 09:51:25 2007 +0000 @@ -7542,7 +7542,7 @@ LIBDV = $_libdv XVID4 = $_xvid X264 = $_x264 -CONFIG_LIBNUT = $_nut +LIBNUT = $_nut CONFIG_LIBDTS = $_libdts MPLAYER = $_mplayer MENCODER = $_mencoder
--- a/libmpdemux/Makefile Sun Feb 11 18:00:55 2007 +0000 +++ b/libmpdemux/Makefile Mon Feb 12 09:51:25 2007 +0000 @@ -52,7 +52,7 @@ SRCS-$(CONFIG_LIBAVFORMAT_SO) += demux_lavf.c SRCS-$(GIF) += demux_gif.c SRCS-$(LIBDV) += demux_rawdv.c -SRCS-$(CONFIG_LIBNUT) += demux_nut.c +SRCS-$(LIBNUT) += demux_nut.c SRCS-$(LIBVORBIS) += demux_ogg.c SRCS-$(MUSEPACK) += demux_mpc.c SRCS-$(STREAMING_LIVE555) += demux_rtp.cpp demux_rtp_codec.cpp