mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 23:07:02 +00:00
Remove stray -I from include dirs in live555 check, it was being duplicated.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21143 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cb10c90e19
commit
2f3c36c494
4
configure
vendored
4
configure
vendored
@ -5977,7 +5977,9 @@ EOF
|
||||
|
||||
_live=no
|
||||
for I in $_inc_extra "-I$_libdir/live" "-I/usr/lib/live" "-I/usr/local/live" "-I/usr/local/lib/live" ; do
|
||||
cxx_check $I/liveMedia/include $I/UsageEnvironment/include $I/groupsock/include && _livelibdir=$I && _live=yes && break
|
||||
cxx_check $I/liveMedia/include $I/UsageEnvironment/include \
|
||||
$I/groupsock/include && _livelibdir=`echo $I| sed s/-I//` && \
|
||||
_live=yes && break
|
||||
done
|
||||
if test "$_live" != yes ; then
|
||||
if cxx_check -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/groupsock; then
|
||||
|
Loading…
Reference in New Issue
Block a user