changeset 26545:14a31c1944de

Remove unnecessary -I.. from CFLAGS, change -I../libavutil to -Ilibavutil.
author diego
date Mon, 28 Apr 2008 15:19:50 +0000
parents f20a11161e62
children 8451c6c1e761
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Mon Apr 28 14:50:24 2008 +0000
+++ b/configure	Mon Apr 28 15:19:50 2008 +0000
@@ -7626,7 +7626,7 @@
   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