projects
/
platform
/
upstream
/
libav.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove superfluous comment.
[platform/upstream/libav.git]
/
libavutil
/
Makefile
1
include ../config.mak
2
3
OBJS= mathematics.o \
4
rational.o \
5
intfloat_readwrite.o \
6
crc.o \
7
md5.o \
8
lls.o \
9
adler32.o \
10
log.o \
11
mem.o \
12
fifo.o \
13
tree.o \
14
lzo.o \
15
random.o \
16
aes.o \
17
base64.o \
18
19
HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
20
intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \
21
random.h
22
23
NAME=avutil
24
LIBVERSION=$(LAVUVERSION)
25
LIBMAJOR=$(LAVUMAJOR)
26
27
include ../common.mak