# HG changeset patch # User diego # Date 1138011408 0 # Node ID f28ef6df8b56ea22444bb0b1daf912fc490dc314 # Parent 6cfb1160e765e3946628f4a027787236b9b4ffa1 Fix libav* linking order, libavutil needs to come after lavc/lavf. patch by Brendan McCarthy < bmccarthy %%@%% iinet %%.%% net %%.%% au > diff -r 6cfb1160e765 -r f28ef6df8b56 configure --- a/configure Sun Jan 22 23:01:00 2006 +0000 +++ b/configure Mon Jan 23 10:16:48 2006 +0000 @@ -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