mirror of https://github.com/FFmpeg/FFmpeg.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
510 B
28 lines
510 B
18 years ago
|
include ../config.mak
|
||
|
|
||
|
OBJS= mathematics.o \
|
||
|
rational.o \
|
||
|
intfloat_readwrite.o \
|
||
|
crc.o \
|
||
|
md5.o \
|
||
|
lls.o \
|
||
|
adler32.o \
|
||
|
log.o \
|
||
|
mem.o \
|
||
|
fifo.o \
|
||
|
tree.o \
|
||
|
lzo.o \
|
||
|
random.o \
|
||
|
aes.o \
|
||
|
base64.o \
|
||
|
|
||
|
HEADERS = avutil.h common.h mathematics.h integer.h rational.h \
|
||
|
intfloat_readwrite.h md5.h adler32.h log.h fifo.h lzo.h \
|
||
|
random.h
|
||
|
|
||
|
NAME=avutil
|
||
|
LIBVERSION=$(LAVUVERSION)
|
||
|
LIBMAJOR=$(LAVUMAJOR)
|
||
|
|
||
|
include ../common.mak
|