projects
/
platform
/
upstream
/
libav.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
install crc.h which is now part of public API
[platform/upstream/libav.git]
/
libavutil
/
Makefile
1
include ../config.mak
2
3
OBJS = adler32.o \
4
aes.o \
5
base64.o \
6
crc.o \
7
des.o \
8
fifo.o \
9
intfloat_readwrite.o \
10
lls.o \
11
log.o \
12
lzo.o \
13
mathematics.o \
14
md5.o \
15
mem.o \
16
random.o \
17
rational.o \
18
rc4.o \
19
sha1.o \
20
string.o \
21
tree.o \
22
23
HEADERS = adler32.h \
24
avstring.h \
25
avutil.h \
26
base64.h \
27
common.h \
28
crc.h \
29
fifo.h \
30
integer.h \
31
intfloat_readwrite.h \
32
log.h \
33
lzo.h \
34
mathematics.h \
35
md5.h \
36
mem.h \
37
random.h \
38
rational.h \
39
sha1.h
40
41
NAME=avutil
42
LIBVERSION=$(LAVUVERSION)
43
LIBMAJOR=$(LAVUMAJOR)
44
45
include ../common.mak