summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-07 17:04:04 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-07 17:04:04 +0000
commite5ab11ab5269be26b29b7abecc444f6b3a2a8e5e (patch)
treea26c3c91261616c2b008d6cad0d722e8ae058b84 /configure
parentec029ea7a17d68cef612d38d97a77dc1237b1c5d (diff)
downloadmpv-e5ab11ab5269be26b29b7abecc444f6b3a2a8e5e.tar.bz2
mpv-e5ab11ab5269be26b29b7abecc444f6b3a2a8e5e.tar.xz
The symbol avcodec_pix_fmt_to_codec_tag is in libavcodec.a but referenced in
libavformat.a. Swapping the order of libavcodec.a and libavformat.a during the linking phase allows non-GNU linkers to work. patch by Chi-Thanh Christopher Nguyen, chithanh =at= cs =dot= tu-berlin =dot= de git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18938 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 1f671ae5dc..fb154c58c2 100755
--- a/configure
+++ b/configure
@@ -7477,8 +7477,8 @@ W32_LIB = $_ld_win32
QTX_CODECS = $_qtx
REAL_CODECS = $_real
XANIM_CODECS = $_xanim
-AV_DEP = $_dep_libavcodec $_dep_libavformat $_dep_libavutil $_dep_libpostproc
-AV_LIB = $_ld_libavcodec $_ld_libavformat $_ld_libavutil $_ld_libpostproc
+AV_DEP = $_dep_libavformat $_dep_libavcodec $_dep_libavutil $_dep_libpostproc
+AV_LIB = $_ld_libavformat $_ld_libavcodec $_ld_libavutil $_ld_libpostproc
CONFIG_LIBAVUTIL = $_libavutil
CONFIG_LIBAVUTIL_SO = $_libavutil_so
CONFIG_LIBAVCODEC = $_libavcodec