Mercurial > libavutil.hg
view Makefile @ 366:4d3f4347b718 libavutil
move #include of system headers to top of file
author | mru |
---|---|
date | Sat, 14 Jul 2007 14:34:40 +0000 |
parents | 2fb35d82b0bd |
children | c0d706066f20 |
line wrap: on
line source
include ../config.mak OBJS= mathematics.o \ rational.o \ intfloat_readwrite.o \ crc.o \ md5.o \ lls.o \ adler32.o \ log.o \ mem.o \ fifo.o \ tree.o \ lzo.o \ random.o \ aes.o \ base64.o \ string.o \ HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \ random.h mem.h base64.h avstring.h NAME=avutil LIBVERSION=$(LAVUVERSION) LIBMAJOR=$(LAVUMAJOR) include ../common.mak