From 48cea610fb17f84e1badb331b4dcddeac6171884 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 24 Mar 2007 19:44:15 +0000 Subject: Move the addition of basic include flags to configure. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22812 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index c63d606485..68cad55604 100755 --- a/configure +++ b/configure @@ -7409,7 +7409,8 @@ if test "$_largefiles" = yes || freebsd ; then fi fi -CXXFLAGS="-I.. $CFLAGS -D__STDC_LIMIT_MACROS" +CFLAGS="-I. -I.. -I../libavutil $CFLAGS" +CXXFLAGS=" $CFLAGS -D__STDC_LIMIT_MACROS" cat > $TMPC << EOF int main() { return 0; } -- cgit v1.2.3