diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-03-12 15:23:18 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-03-12 15:23:18 +0000 |
commit | 43cd2d3225b3bcbb4fefa0986b395e3bcb6fb407 (patch) | |
tree | ea05d044eb8dafd57272b75cc8e4e8c3cf2ad063 | |
parent | bbec8c2c63fa8a38f055ad037115668049329282 (diff) | |
download | ffmpeg-43cd2d3225b3bcbb4fefa0986b395e3bcb6fb407.tar.gz |
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
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 67d4b0cb38..1203281993 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) |