[MPlayer-dev-eng] [PATCH] Get mplayer building with libnemesi from nonstandard places

Luca Barbato lu_zero at gentoo.org
Thu Jun 12 23:55:41 CEST 2008


Diego is that ok?

Index: configure
===================================================================
--- 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`"
          _nemesi=yes
      fi

-- 

Luca Barbato
Gentoo Council Member
Gentoo/linux Gentoo/PPC
http://dev.gentoo.org/~lu_zero




More information about the MPlayer-dev-eng mailing list