Mercurial > mplayer.hg
changeset 15201:7706a3bef8a3
newer versions of mingws gcc do not like terminating slahes when specifying extra include paths
author | faust3 |
---|---|
date | Sun, 17 Apr 2005 13:04:28 +0000 |
parents | 94c2be52269d |
children | 849407d2fb46 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Apr 17 12:23:18 2005 +0000 +++ b/configure Sun Apr 17 13:04:28 2005 +0000 @@ -5614,7 +5614,7 @@ 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