# HG changeset patch # User diego # Date 1171273885 0 # Node ID 56aac8642cf6538ade1f50ee1113d5a1afe71dfc # Parent 6b84fac921eb2ddd342e5cf8eecb265bce0e3999 Revert libnut option names, the issue is fixed in FFmpeg. diff -r 6b84fac921eb -r 56aac8642cf6 configure --- 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 diff -r 6b84fac921eb -r 56aac8642cf6 libmpdemux/Makefile --- 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