summaryrefslogtreecommitdiff
path: root/libavutil/Makefile
diff options
context:
space:
mode:
authorPanagiotis Issaris <takis.issaris@uhasselt.be>2007-03-12 15:23:18 +0000
committerPanagiotis Issaris <takis.issaris@uhasselt.be>2007-03-12 15:23:18 +0000
commit43cd2d3225b3bcbb4fefa0986b395e3bcb6fb407 (patch)
treeea05d044eb8dafd57272b75cc8e4e8c3cf2ad063 /libavutil/Makefile
parentbbec8c2c63fa8a38f055ad037115668049329282 (diff)
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
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r--libavutil/Makefile2
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)