comparison Makefile @ 1357:25ec3101ee80 libavformat

Replace -I../-I. by -I$(BUILD_ROOT).
author diego
date Sat, 07 Oct 2006 09:22:44 +0000
parents e3d0366c8dfb
children 586f4d032b3c
comparison
equal deleted inserted replaced
1356:88646f2befdb 1357:25ec3101ee80
2 # libavformat Makefile 2 # libavformat Makefile
3 # (c) 2000-2003 Fabrice Bellard 3 # (c) 2000-2003 Fabrice Bellard
4 # 4 #
5 include ../config.mak 5 include ../config.mak
6 6
7 CFLAGS=-I.. -I$(SRC_PATH) -I$(SRC_PATH)/libavutil -I$(SRC_PATH)/libavcodec \ 7 CFLAGS=-I$(BUILD_ROOT) -I$(SRC_PATH) -I$(SRC_PATH)/libavutil -I$(SRC_PATH)/libavcodec \
8 $(OPTFLAGS) -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 \ 8 $(OPTFLAGS) -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 \
9 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE 9 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE
10 10
11 OBJS= utils.o cutils.o os_support.o allformats.o 11 OBJS= utils.o cutils.o os_support.o allformats.o
12 12