diff options
author | lu_zero <lu_zero@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-06-13 08:28:03 +0000 |
---|---|---|
committer | lu_zero <lu_zero@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-06-13 08:28:03 +0000 |
commit | a5b74aa05dc9fdaca1a2decab6b374f1140ba881 (patch) | |
tree | 3db16c2ad88e4cd26b9199a085bc2cea2bfda5ad /configure | |
parent | e48c36a84aa8d32c43e3f1870953acb1c1d2fb02 (diff) |
Fix support for libnemesi installed on nonstandard paths
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27056 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6243,6 +6243,7 @@ echocheck "Nemesi Streaming Media libraries" 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 |