[Ffmpeg-cvslog] r8345 - trunk/libavutil/Makefile
takis
subversion
Mon Mar 12 16:23:18 CET 2007
Author: takis
Date: Mon Mar 12 16:23:18 2007
New Revision: 8345
Modified:
trunk/libavutil/Makefile
Log:
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
Modified: trunk/libavutil/Makefile
==============================================================================
--- trunk/libavutil/Makefile (original)
+++ trunk/libavutil/Makefile Mon Mar 12 16:23:18 2007
@@ -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)
More information about the ffmpeg-cvslog
mailing list