changeset 118:81fb94a999a2 libavutil

Move CFLAGS handling to common.mak.
author diego
date Wed, 11 Oct 2006 08:30:13 +0000
parents 358f5db2581d
children 7d5463d9530a
files Makefile
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
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 \