# HG changeset patch # User diego # Date 1160555413 0 # Node ID 586f4d032b3cb29f9ad266e041f8477e62f016cc # Parent 81f75e85837dc8a7d868511d02e3bf79d85daa1f Move CFLAGS handling to common.mak. diff -r 81f75e85837d -r 586f4d032b3c Makefile --- a/Makefile Wed Oct 11 04:15:04 2006 +0000 +++ b/Makefile Wed Oct 11 08:30:13 2006 +0000 @@ -4,9 +4,7 @@ # include ../config.mak -CFLAGS=-I$(BUILD_ROOT) -I$(SRC_PATH) -I$(SRC_PATH)/libavutil -I$(SRC_PATH)/libavcodec \ - $(OPTFLAGS) -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 \ - -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE +CFLAGS+=-I$(SRC_PATH)/libavcodec OBJS= utils.o cutils.o os_support.o allformats.o