projects
/
platform
/
upstream
/
libav.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
spelling/grammar fixes for a Doxygen comment
[platform/upstream/libav.git]
/
libavutil
/
Makefile
1
#
2
# libavutil Makefile
3
#
4
include ../config.mak
5
6
OBJS= mathematics.o \
7
rational.o \
8
intfloat_readwrite.o \
9
crc.o \
10
md5.o \
11
lls.o \
12
adler32.o \
13
log.o \
14
mem.o \
15
fifo.o \
16
tree.o \
17
lzo.o \
18
random.o \
19
aes.o \
20
base64.o \
21
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 \
24
random.h
25
26
NAME=avutil
27
LIBVERSION=$(LAVUVERSION)
28
LIBMAJOR=$(LAVUMAJOR)
29
30
include ../common.mak