Mercurial > mplayer.hg
changeset 18933:4d4ecbaa9f54
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
author | diego |
---|---|
date | Fri, 07 Jul 2006 17:04:04 +0000 |
parents | 69c665e91946 |
children | a3788ff5d0b6 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Jul 07 14:04:07 2006 +0000 +++ b/configure Fri Jul 07 17:04:04 2006 +0000 @@ -7477,8 +7477,8 @@ 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