projects
/
platform
/
upstream
/
libav.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add support for DES en- and decryption.
[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
string.o \
20
tree.o \
21
22
HEADERS = adler32.h \
23
avstring.h \
24
avutil.h \
25
base64.h \
26
common.h \
27
fifo.h \
28
integer.h \
29
intfloat_readwrite.h \
30
log.h \
31
lzo.h \
32
mathematics.h \
33
md5.h \
34
mem.h \
35
random.h \
36
rational.h \
37
38
NAME=avutil
39
LIBVERSION=$(LAVUVERSION)
40
LIBMAJOR=$(LAVUMAJOR)
41
42
include ../common.mak