[MPlayer-cvslog] CVS: main configure,1.1062,1.1063
Diego Biurrun CVS
syncmail at mplayerhq.hu
Fri Sep 16 14:12:52 CEST 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv27521
Modified Files:
configure
Log Message:
1000l bug fix: The CONFIG_LIBAVUTIL variable needs to be passed the value
of the libavutil test, not some random temporary variable.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1062
retrieving revision 1.1063
diff -u -r1.1062 -r1.1063
--- configure 15 Sep 2005 22:39:38 -0000 1.1062
+++ configure 16 Sep 2005 12:12:48 -0000 1.1063
@@ -7025,7 +7025,7 @@
DS_LIB = $_ld_dshow
AV_DEP = $_dep_libavutil $_dep_libavcodec $_dep_libavformat
AV_LIB = $_ld_libavformat $_ld_libavcodec $_ld_libavutil
-CONFIG_LIBAVUTIL = $_libavutil_required
+CONFIG_LIBAVUTIL = $_libavutil
CONFIG_LIBAVCODEC = $_libavcodec
CONFIG_LIBAVCODECSO = $_libavcodecso
CONFIG_LIBAVFORMAT = $_libavformat
More information about the MPlayer-cvslog
mailing list