Mercurial > libavutil.hg
comparison Makefile @ 118:81fb94a999a2 libavutil
Move CFLAGS handling to common.mak.
author | diego |
---|---|
date | Wed, 11 Oct 2006 08:30:13 +0000 |
parents | 8ab8a42ba196 |
children | f27471fa9047 |
comparison
equal
deleted
inserted
replaced
117:358f5db2581d | 118:81fb94a999a2 |
---|---|
1 # | 1 # |
2 # libavutil Makefile | 2 # libavutil Makefile |
3 # | 3 # |
4 include ../config.mak | 4 include ../config.mak |
5 | 5 |
6 CFLAGS=-DHAVE_AV_CONFIG_H -DBUILD_AVUTIL -I$(BUILD_ROOT) $(OPTFLAGS) \ | 6 CFLAGS+=-DBUILD_AVUTIL |
7 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE | |
8 | 7 |
9 OBJS= mathematics.o \ | 8 OBJS= mathematics.o \ |
10 rational.o \ | 9 rational.o \ |
11 intfloat_readwrite.o \ | 10 intfloat_readwrite.o \ |
12 crc.o \ | 11 crc.o \ |