[MPlayer-cvslog] r22208 - in trunk: configure libmpdemux/Makefile
diego
subversion at mplayerhq.hu
Mon Feb 12 10:51:26 CET 2007
Author: diego
Date: Mon Feb 12 10:51:25 2007
New Revision: 22208
Modified:
trunk/configure
trunk/libmpdemux/Makefile
Log:
Revert libnut option names, the issue is fixed in FFmpeg.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Mon Feb 12 10:51:25 2007
@@ -7542,7 +7542,7 @@
LIBDV = $_libdv
XVID4 = $_xvid
X264 = $_x264
-CONFIG_LIBNUT = $_nut
+LIBNUT = $_nut
CONFIG_LIBDTS = $_libdts
MPLAYER = $_mplayer
MENCODER = $_mencoder
Modified: trunk/libmpdemux/Makefile
==============================================================================
--- trunk/libmpdemux/Makefile (original)
+++ trunk/libmpdemux/Makefile Mon Feb 12 10:51:25 2007
@@ -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
More information about the MPlayer-cvslog
mailing list