changeset 97:e57687759aed libavutil

Move all internal -I parameters to the front of CFLAGS to avoid using external header files that happen to have the same name as internal ones.
author diego
date Thu, 17 Aug 2006 16:32:08 +0000
parents 7d343463873b
children e5409bf748df
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Aug 17 08:18:48 2006 +0000
+++ b/Makefile	Thu Aug 17 16:32:08 2006 +0000
@@ -4,7 +4,7 @@
 include ../config.mak
 
 # NOTE: -I.. is needed to include config.h
-CFLAGS=$(OPTFLAGS) -DHAVE_AV_CONFIG_H -DBUILD_AVUTIL -I.. \
+CFLAGS=-DHAVE_AV_CONFIG_H -DBUILD_AVUTIL -I.. $(OPTFLAGS) \
        -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE
 
 OBJS= mathematics.o \