1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00

Install log.h

Originally committed as revision 5790 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Luca Abeni 2006-07-19 12:10:01 +00:00
parent 462f3c372c
commit 47adb88609

View File

@ -18,7 +18,7 @@ OBJS= mathematics.o \
mem.o \
HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
intfloat_readwrite.h md5.h adler32.h
intfloat_readwrite.h md5.h adler32.h log.h
NAME=avutil
ifeq ($(BUILD_SHARED),yes)