comparison Makefile @ 257:7e0fa666b0d3 libavutil

spelling/grammar fixes for a Doxygen comment
author diego
date Mon, 26 Feb 2007 22:59:16 +0000
parents 1bbf9bc3fe18
children e5290a4c4ef4
comparison
equal deleted inserted replaced
256:1bbf9bc3fe18 257:7e0fa666b0d3
22 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \ 22 HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
23 intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \ 23 intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \
24 random.h 24 random.h
25 25
26 NAME=avutil 26 NAME=avutil
27 ifeq ($(BUILD_SHARED),yes)
28 LIBVERSION=$(LAVUVERSION) 27 LIBVERSION=$(LAVUVERSION)
29 LIBMAJOR=$(LAVUMAJOR) 28 LIBMAJOR=$(LAVUMAJOR)
30 endif
31 29
32 include ../common.mak 30 include ../common.mak