From 81434e62c50f3b078fb1df5de10fc948970b9f22 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 23 Jan 2006 10:16:48 +0000 Subject: Fix libav* linking order, libavutil needs to come after lavc/lavf. patch by Brendan McCarthy < bmccarthy %%@%% iinet %%.%% net %%.%% au > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17467 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 2c38d36103..4b8bed5f23 100755 --- a/configure +++ b/configure @@ -7253,8 +7253,8 @@ W32_DEP = $_dep_win32 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 -- cgit v1.2.3