Mercurial > libavcodec.hg
changeset 3942:b04e4818b5bd libavcodec
Replace -I../-I. by -I$(BUILD_ROOT).
author | diego |
---|---|
date | Sat, 07 Oct 2006 09:22:44 +0000 |
parents | d909e874e099 |
children | 811a9b0d9f32 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Sat Oct 07 08:10:47 2006 +0000 +++ b/Makefile Sat Oct 07 09:22:44 2006 +0000 @@ -4,8 +4,7 @@ # include ../config.mak -# NOTE: -I.. is needed to include config.h -CFLAGS=-DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavutil $(OPTFLAGS) \ +CFLAGS=-DHAVE_AV_CONFIG_H -I$(BUILD_ROOT) -I$(SRC_PATH)/libavutil $(OPTFLAGS) \ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE $(AMR_CFLAGS) OBJS= bitstream.o \