[MPlayer-dev-eng] [PATCH] Get mplayer building with libnemesi from nonstandard places
Diego Biurrun
diego at biurrun.de
Fri Jun 13 10:23:09 CEST 2008
On Thu, Jun 12, 2008 at 11:55:41PM +0200, Luca Barbato wrote:
> Diego is that ok?
Yes, but ..
> --- configure (revision 27054)
> +++ configure (working copy)
> @@ -6243,6 +6243,7 @@
> if test "$_nemesi" = auto && test "$_network" = yes ; then
> _nemesi=no
> if $_pkg_config libnemesi --atleast-version=0.6.3 ; then
> + _inc_extra="$_inc_extra `$_pkg_config --cflags libnemesi`"
> _ld_extra="$_ld_extra `$_pkg_config --libs libnemesi`"
.. please do not indent weirdly here.
Diego
More information about the MPlayer-dev-eng
mailing list