Mercurial > mplayer.hg
changeset 27024:6f542aa9c3cc
Fix support for libnemesi installed on nonstandard paths
author | lu_zero |
---|---|
date | Fri, 13 Jun 2008 08:28:03 +0000 |
parents | 7b85373802b7 |
children | e598c9756181 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Jun 12 21:53:48 2008 +0000 +++ b/configure Fri Jun 13 08:28:03 2008 +0000 @@ -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