diff 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
line wrap: on
line diff
--- 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 \