From 25823579239ecb3a715159dfed7ef5899bdd4e62 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 28 Apr 2008 15:19:50 +0000 Subject: Remove unnecessary -I.. from CFLAGS, change -I../libavutil to -Ilibavutil. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26577 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 695de456d9..a3f3b5e3e3 100755 --- a/configure +++ b/configure @@ -7626,7 +7626,7 @@ if test "$_dvdread_internal" = yes || test "$_faad_internal" = yes ; then CFLAGS="$CFLAGS -DHAVE_CONFIG_H" fi -CFLAGS="-I. -I.. -I../libavutil $CFLAGS" +CFLAGS="-I. -Ilibavutil $CFLAGS" CXXFLAGS=" $CFLAGS -D__STDC_LIMIT_MACROS" cat > $TMPC << EOF -- cgit v1.2.3