[MPlayer-dev-eng] [PATCH] configure libav* with pkg-config

Diego Biurrun diego at biurrun.de
Sun Jan 29 23:30:53 CET 2006


On Sun, Jan 29, 2006 at 10:45:03PM +0100, Nico Sabbi wrote:
> Diego Biurrun wrote:
> 
> >People don't provide the output of configure to us, so yes, I'm sure.
> 
> updated

> @@ -6133,7 +6148,9 @@
> +  if test "$_ld_libavcodec" == "" ; then
> +    _ld_libavcodec='-lavcodec'

  test "$_ld_libavcodec" || _ld_libavcodec='-lavcodec'

should work as well and is more compact, same below for libavformat.

Diego




More information about the MPlayer-dev-eng mailing list