Commit ebc5d21f authored by takis's avatar takis

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8345 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 64be7669
...@@ -18,7 +18,7 @@ OBJS= mathematics.o \ ...@@ -18,7 +18,7 @@ OBJS= mathematics.o \
HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \ intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \
random.h random.h mem.h
NAME=avutil NAME=avutil
LIBVERSION=$(LAVUVERSION) LIBVERSION=$(LAVUVERSION)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment