# HG changeset patch # User diego # Date 1152291844 0 # Node ID 4d4ecbaa9f54375d15912564a8ce5889f408efe9 # Parent 69c665e9194603a39db750225dd3eae19f4f431e 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 diff -r 69c665e91946 -r 4d4ecbaa9f54 configure --- 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