comparison Makefile @ 1373:586f4d032b3c libavformat

Move CFLAGS handling to common.mak.
author diego
date Wed, 11 Oct 2006 08:30:13 +0000
parents 25ec3101ee80
children a32812bb5bcf
comparison
equal deleted inserted replaced
1372:81f75e85837d 1373:586f4d032b3c
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$(BUILD_ROOT) -I$(SRC_PATH) -I$(SRC_PATH)/libavutil -I$(SRC_PATH)/libavcodec \ 7 CFLAGS+=-I$(SRC_PATH)/libavcodec
8 $(OPTFLAGS) -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 \
9 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE
10 8
11 OBJS= utils.o cutils.o os_support.o allformats.o 9 OBJS= utils.o cutils.o os_support.o allformats.o
12 10
13 HEADERS = avformat.h avio.h rtp.h rtsp.h rtspcodes.h 11 HEADERS = avformat.h avio.h rtp.h rtsp.h rtspcodes.h
14 12