Make sure -I. appears before all other -I flags.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27655 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-09-21 22:56:53 +00:00
parent 10dc2e1429
commit fd15ca4163
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1362,7 +1362,7 @@ if test "$_runtime_cpudetection" = yes && ! x86 && ! ppc; then
fi
_inc_extra="$_inc_extra -I."
_inc_extra="-I. $_inc_extra"
_timer=timer-linux.c
_getch=getch2.c
if freebsd ; then