summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-09-15 15:33:34 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-09-15 15:33:34 +0000
commit1f9e0f1076c804727f54daa3cddd17405155ce88 (patch)
tree8a1e841dbff054bf87db8fe0164947ec0e1882c6 /configure
parentec0ba2f460ddaef0525060955579fc2a4532c04d (diff)
downloadmpv-1f9e0f1076c804727f54daa3cddd17405155ce88.tar.bz2
mpv-1f9e0f1076c804727f54daa3cddd17405155ce88.tar.xz
Add -I. to _inc_extra at the beginning instead of to CFLAGS at the end.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27617 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 8432290538..67d1916236 100755
--- a/configure
+++ b/configure
@@ -1350,6 +1350,7 @@ if test "$_runtime_cpudetection" = yes && ! x86 && ! ppc; then
fi
+_inc_extra=-I.
_timer=timer-linux.c
_getch=getch2.c
if freebsd ; then
@@ -6041,7 +6042,7 @@ EOF
done
if test "$_theora" = no && test "$_tremor_internal" = yes; then
for _ld_theora in "`$_pkg_config --silence-errors --libs --cflags theora`" "-ltheora -logg"; do
- cc_check -I. tremor/bitwise.c $_ld_theora \
+ cc_check tremor/bitwise.c $_ld_theora \
&& _ld_extra="$_ld_extra $_ld_theora" && theora=yes && break
done
fi
@@ -7737,7 +7738,6 @@ if test "$_largefiles" = yes || freebsd ; then
fi
fi
-CFLAGS="-I. $CFLAGS"
CXXFLAGS=" $CFLAGS -D__STDC_LIMIT_MACROS"
cat > $TMPC << EOF