]> git.sesse.net Git - ffmpeg/commitdiff
Install mem.h on "make install" as:
authorPanagiotis Issaris <takis.issaris@uhasselt.be>
Mon, 12 Mar 2007 15:23:18 +0000 (15:23 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Mon, 12 Mar 2007 15:23:18 +0000 (15:23 +0000)
* 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

index 67d4b0cb38641268fe16aa24276df046302777fd..12032819935ec06b9b59a1c06d97b75a17b4a4b4 100644 (file)
@@ -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)