Mercurial > libavutil.hg
comparison Makefile @ 287:73e2543b7208 libavutil
Install mem.h on "make install" as:
* the mem.h functions are part of the public API
* common.h includes mem.h and common.h is installed
author | takis |
---|---|
date | Mon, 12 Mar 2007 15:23:18 +0000 |
parents | d363937cc410 |
children | ca1f5d65e653 |
comparison
equal
deleted
inserted
replaced
286:c1d6b0378055 | 287:73e2543b7208 |
---|---|
16 aes.o \ | 16 aes.o \ |
17 base64.o \ | 17 base64.o \ |
18 | 18 |
19 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ | 19 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ |
20 intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \ | 20 intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \ |
21 random.h | 21 random.h mem.h |
22 | 22 |
23 NAME=avutil | 23 NAME=avutil |
24 LIBVERSION=$(LAVUVERSION) | 24 LIBVERSION=$(LAVUVERSION) |
25 LIBMAJOR=$(LAVUMAJOR) | 25 LIBMAJOR=$(LAVUMAJOR) |
26 | 26 |