Mercurial > mplayer.hg
changeset 17466:f28ef6df8b56
Fix libav* linking order, libavutil needs to come after lavc/lavf.
patch by Brendan McCarthy < bmccarthy %%@%% iinet %%.%% net %%.%% au >
author | diego |
---|---|
date | Mon, 23 Jan 2006 10:16:48 +0000 |
parents | 6cfb1160e765 |
children | d631b3c09c53 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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