[MPlayer-dev-eng] [PATCH] vo_md5+shared libavutil

Diego Biurrun diego at biurrun.de
Wed Jul 5 12:20:59 CEST 2006


On Tue, Jul 04, 2006 at 11:08:49PM +0200, Nico Sabbi wrote:
> This patch permits to build $Subject.
> I'll commit tomorrow unless someone complains or does it before me.

> --- configure	(revisione 18901)
> +++ configure	(copia locale)
> @@ -6246,6 +6246,14 @@
>    fi
>  fi
>  
> +_def_libavutil='#undef USE_LIBAVUTIL'
> +_def_libavutil_so='#undef USE_LIBAVUTIL_SO'
> +if test "$_libavutil" = yes ; then
> +  _def_libavutil='#define USE_LIBAVUTIL 1'
> +elif test "$_libavutil_so" = yes ; then
> +  _def_libavutil_so='#define USE_LIBAVUTIL_SO 1'
> +fi
> +
>  _def_libpostproc='#undef USE_LIBPOSTPROC'
>  _def_libpostproc_so='#undef USE_LIBPOSTPROC_SO'
>  if test "$_libpostproc" = yes ; then
> @@ -7863,6 +7871,9 @@
>  $_def_libavformat_so
>  $_def_libavformat_win32
>  
> +$_def_libavutil
> +$_def_libavutil_so

These changes are OK, but please put them above the libavcodec stuff so
that the order of the libav* parts in configure is preserved (libavutil
-> libavcodec -> libavformat -> libpostproc).

Diego



More information about the MPlayer-dev-eng mailing list