Mercurial > mplayer.hg
comparison configure @ 21127:15c27b17476c
Remove stray -I from include dirs in live555 check, it was being duplicated.
author | diego |
---|---|
date | Tue, 21 Nov 2006 16:46:31 +0000 |
parents | 2e0938ba9756 |
children | ef9e23c5ef5b |
comparison
equal
deleted
inserted
replaced
21126:83dc11e40f28 | 21127:15c27b17476c |
---|---|
5975 int main(void) {} | 5975 int main(void) {} |
5976 EOF | 5976 EOF |
5977 | 5977 |
5978 _live=no | 5978 _live=no |
5979 for I in $_inc_extra "-I$_libdir/live" "-I/usr/lib/live" "-I/usr/local/live" "-I/usr/local/lib/live" ; do | 5979 for I in $_inc_extra "-I$_libdir/live" "-I/usr/lib/live" "-I/usr/local/live" "-I/usr/local/lib/live" ; do |
5980 cxx_check $I/liveMedia/include $I/UsageEnvironment/include $I/groupsock/include && _livelibdir=$I && _live=yes && break | 5980 cxx_check $I/liveMedia/include $I/UsageEnvironment/include \ |
5981 $I/groupsock/include && _livelibdir=`echo $I| sed s/-I//` && \ | |
5982 _live=yes && break | |
5981 done | 5983 done |
5982 if test "$_live" != yes ; then | 5984 if test "$_live" != yes ; then |
5983 if cxx_check -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/groupsock; then | 5985 if cxx_check -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/groupsock; then |
5984 _live_dist=yes | 5986 _live_dist=yes |
5985 fi | 5987 fi |