Mercurial > libavcodec.hg
changeset 3988:3041b7b5476c libavcodec
Move CFLAGS handling to common.mak.
author | diego |
---|---|
date | Wed, 11 Oct 2006 08:30:13 +0000 |
parents | 2c54309fef91 |
children | eddcc352c0dc |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Wed Oct 11 07:47:59 2006 +0000 +++ b/Makefile Wed Oct 11 08:30:13 2006 +0000 @@ -4,8 +4,7 @@ # include ../config.mak -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) +CFLAGS+=$(AMR_CFLAGS) OBJS= bitstream.o \ utils.o \