From 43cd2d3225b3bcbb4fefa0986b395e3bcb6fb407 Mon Sep 17 00:00:00 2001 From: Panagiotis Issaris Date: Mon, 12 Mar 2007 15:23:18 +0000 Subject: [PATCH] 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 --- libavutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/Makefile b/libavutil/Makefile index 67d4b0cb386..12032819935 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) -- 2.39.2