# HG changeset patch # User diego # Date 1160555413 0 # Node ID 81fb94a999a27bb93db3c9ed1960506d6b11fdc8 # Parent 358f5db2581db9bc3d704e71949508d21f167eaa Move CFLAGS handling to common.mak. diff -r 358f5db2581d -r 81fb94a999a2 Makefile --- a/Makefile Tue Oct 10 07:49:10 2006 +0000 +++ b/Makefile Wed Oct 11 08:30:13 2006 +0000 @@ -3,8 +3,7 @@ # include ../config.mak -CFLAGS=-DHAVE_AV_CONFIG_H -DBUILD_AVUTIL -I$(BUILD_ROOT) $(OPTFLAGS) \ - -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE +CFLAGS+=-DBUILD_AVUTIL OBJS= mathematics.o \ rational.o \