Browse Source

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
tags/v0.5
Panagiotis Issaris 19 years ago
parent
commit
43cd2d3225
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/Makefile

+ 1
- 1
libavutil/Makefile View File

@@ -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)


Loading…
Cancel
Save