From: Panagiotis Issaris Date: Mon, 12 Mar 2007 15:23:18 +0000 (+0000) Subject: Install mem.h on "make install" as: X-Git-Tag: v0.5~9702 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=43cd2d3225b3bcbb4fefa0986b395e3bcb6fb407;p=platform%2Fupstream%2Flibav.git 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 Originally committed as revision 8345 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavutil/Makefile b/libavutil/Makefile index 67d4b0cb3..120328199 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -18,7 +18,7 @@ OBJS= mathematics.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 + random.h mem.h NAME=avutil LIBVERSION=$(LAVUVERSION)