0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

newer versions of mingws gcc do not like terminating slahes when specifying extra include paths

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15202 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
faust3 2005-04-17 13:04:28 +00:00
parent 9a20749669
commit 4654ffb5b7

2
configure vendored
View File

@ -5614,7 +5614,7 @@ EOF
fi
fi
if test "$_live_dist" = no && test "$_livelibdir" && cc_check -I$_livelibdir/liveMedia/include/ \
if test "$_live_dist" = no && test "$_livelibdir" && cc_check -I$_livelibdir/liveMedia/include \
-I$_livelibdir/UsageEnvironment/include -I$_livelibdir/groupsock/include; then
_live=yes
else