Mercurial > libavutil.hg
view Makefile @ 97:e57687759aed libavutil
Move all internal -I parameters to the front of CFLAGS to avoid using external
header files that happen to have the same name as internal ones.
author | diego |
---|---|
date | Thu, 17 Aug 2006 16:32:08 +0000 |
parents | 3ceece5191f6 |
children | 813b7366ac3f |
line wrap: on
line source
# # libavutil Makefile # include ../config.mak # NOTE: -I.. is needed to include config.h CFLAGS=-DHAVE_AV_CONFIG_H -DBUILD_AVUTIL -I.. $(OPTFLAGS) \ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE OBJS= mathematics.o \ rational.o \ intfloat_readwrite.o \ crc.o \ md5.o \ lls.o \ adler32.o \ log.o \ mem.o \ HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ intfloat_readwrite.h md5.h adler32.h log.h NAME=avutil ifeq ($(BUILD_SHARED),yes) LIBVERSION=$(LAVUVERSION) LIBMAJOR=$(LAVUMAJOR) endif include $(SRC_PATH)/common.mak