[MPlayer-dev-eng] Re: avcodec_pix_fmt_to_codec_tag undefined fix
adland123
adland123 at yahoo.com
Tue May 3 08:38:35 CEST 2005
Steven M. Schultz <sms <at> 2BSD.COM> writes:
> Swapping the order of libavcodec and libavformat in config.mak
> allows the build to run to successful completion.
>
Thanks for helping me fix this issue.
since this file is generated by the configure script itself
I moved your patch idea to configure instead
--- main/configure 2005-04-29 20:14:57.000000000 -0400
+++ updated/configure 2005-05-03 02:25:11.000000000 -0400
@@ -6841,8 +6841,8 @@
W32_LIB = $_ld_win32
DS_DEP = $_dep_dshow
DS_LIB = $_ld_dshow
-AV_DEP = $_dep_libavcodec $_dep_libavformat
-AV_LIB = $_ld_libavcodec $_ld_libavformat
+AV_DEP = $_dep_libavformat $_dep_libavcodec
+AV_LIB = $_ld_libavformat $_ld_libavcodec
CONFIG_LIBAVCODEC = $_libavcodec
CONFIG_LIBAVFORMAT = $_libavformat
ZORAN = $_zr
More information about the MPlayer-dev-eng
mailing list