Mercurial > libavutil.hg
changeset 115:8ab8a42ba196 libavutil
Replace -I../-I. by -I$(BUILD_ROOT).
author | diego |
---|---|
date | Sat, 07 Oct 2006 09:22:44 +0000 |
parents | 37779851c665 |
children | d76a36742464 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Sep 28 08:04:16 2006 +0000 +++ b/Makefile Sat Oct 07 09:22:44 2006 +0000 @@ -3,8 +3,7 @@ # include ../config.mak -# NOTE: -I.. is needed to include config.h -CFLAGS=-DHAVE_AV_CONFIG_H -DBUILD_AVUTIL -I.. $(OPTFLAGS) \ +CFLAGS=-DHAVE_AV_CONFIG_H -DBUILD_AVUTIL -I$(BUILD_ROOT) $(OPTFLAGS) \ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE OBJS= mathematics.o \