[MPlayer-cvslog] CVS: main configure,1.1128,1.1129
Diego Biurrun CVS
syncmail at mplayerhq.hu
Mon Jan 23 11:16:51 CET 2006
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv23396
Modified Files:
configure
Log Message:
Fix libav* linking order, libavutil needs to come after lavc/lavf.
patch by Brendan McCarthy < bmccarthy %%@%% iinet %%.%% net %%.%% au >
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1128
retrieving revision 1.1129
diff -u -r1.1128 -r1.1129
--- configure 22 Jan 2006 18:11:34 -0000 1.1128
+++ configure 23 Jan 2006 10:16:48 -0000 1.1129
@@ -7253,8 +7253,8 @@
W32_LIB = $_ld_win32
DS_DEP = $_dep_dshow
DS_LIB = $_ld_dshow
-AV_DEP = $_dep_libavutil $_dep_libavcodec $_dep_libavformat
-AV_LIB = $_ld_libavutil $_ld_libavcodec $_ld_libavformat $_ld_libpostproc
+AV_DEP = $_dep_libavcodec $_dep_libavformat $_dep_libavutil
+AV_LIB = $_ld_libavcodec $_ld_libavformat $_ld_libavutil $_ld_libpostproc
CONFIG_LIBAVUTIL = $_libavutil
CONFIG_LIBAVCODEC = $_libavcodec
CONFIG_LIBAVCODEC_SO = $_libavcodec_so
More information about the MPlayer-cvslog
mailing list