comparison Makefile @ 84:3ceece5191f6 libavutil

Install log.h
author lucabe
date Wed, 19 Jul 2006 12:10:01 +0000
parents 8fb151c4d4c7
children e57687759aed
comparison
equal deleted inserted replaced
83:4d16d6abcf65 84:3ceece5191f6
16 adler32.o \ 16 adler32.o \
17 log.o \ 17 log.o \
18 mem.o \ 18 mem.o \
19 19
20 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ 20 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
21 intfloat_readwrite.h md5.h adler32.h 21 intfloat_readwrite.h md5.h adler32.h log.h
22 22
23 NAME=avutil 23 NAME=avutil
24 ifeq ($(BUILD_SHARED),yes) 24 ifeq ($(BUILD_SHARED),yes)
25 LIBVERSION=$(LAVUVERSION) 25 LIBVERSION=$(LAVUVERSION)
26 LIBMAJOR=$(LAVUMAJOR) 26 LIBMAJOR=$(LAVUMAJOR)