changeset 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 c1d6b0378055
children c82b7b95e69d
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Mar 12 14:45:49 2007 +0000
+++ b/Makefile	Mon Mar 12 15:23:18 2007 +0000
@@ -18,7 +18,7 @@
 
 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
+          random.h mem.h
 
 NAME=avutil
 LIBVERSION=$(LAVUVERSION)