[MPlayer-cvslog] r22169 - in trunk: configure libmpdemux/Makefile
gpoirier
subversion at mplayerhq.hu
Wed Feb 7 10:00:11 CET 2007
Author: gpoirier
Date: Wed Feb 7 10:00:11 2007
New Revision: 22169
Modified:
trunk/configure
trunk/libmpdemux/Makefile
Log:
Fix libnut build failure.
Use CONFIG_LIBNUT like ffmpeg's configure, instead of LIBNUT.
Patch by Clemens Ladisch % cladisch A fastmail P net %
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Feb 7 10:00:11 2007
@@ -7541,7 +7541,7 @@
LIBDV = $_libdv
XVID4 = $_xvid
X264 = $_x264
-LIBNUT = $_nut
+CONFIG_LIBNUT = $_nut
CONFIG_LIBDTS = $_libdts
MPLAYER = $_mplayer
MENCODER = $_mencoder
Modified: trunk/libmpdemux/Makefile
==============================================================================
--- trunk/libmpdemux/Makefile (original)
+++ trunk/libmpdemux/Makefile Wed Feb 7 10:00:11 2007
@@ -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
More information about the MPlayer-cvslog
mailing list