summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-23 10:16:48 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-01-23 10:16:48 +0000
commit81434e62c50f3b078fb1df5de10fc948970b9f22 (patch)
treec91962f60118e6b04a72bf5a3c995f2954a29c82 /configure
parentca2d1171891a7be52053f11867f38219da37e759 (diff)
downloadmpv-81434e62c50f3b078fb1df5de10fc948970b9f22.tar.bz2
mpv-81434e62c50f3b078fb1df5de10fc948970b9f22.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
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