[MPlayer-cvslog] r27056 - trunk/configure

lu_zero subversion at mplayerhq.hu
Fri Jun 13 10:28:03 CEST 2008


Author: lu_zero
Date: Fri Jun 13 10:28:03 2008
New Revision: 27056

Log:
Fix support for libnemesi installed on nonstandard paths

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Fri Jun 13 10:28:03 2008
@@ -6243,6 +6243,7 @@ echocheck "Nemesi Streaming Media librar
 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



More information about the MPlayer-cvslog mailing list