mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
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
This commit is contained in:
parent
bbec8c2c63
commit
43cd2d3225
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user