2008-04-07 21:16:31 +00:00
|
|
|
include $(SUBDIR)../config.mak
|
2007-02-28 03:40:23 +00:00
|
|
|
|
2008-03-08 14:39:43 +00:00
|
|
|
NAME = avutil
|
|
|
|
|
2008-11-20 22:53:18 +00:00
|
|
|
HEADERS = adler32.h \
|
|
|
|
avstring.h \
|
|
|
|
avutil.h \
|
|
|
|
base64.h \
|
|
|
|
common.h \
|
|
|
|
crc.h \
|
|
|
|
fifo.h \
|
|
|
|
intfloat_readwrite.h \
|
|
|
|
log.h \
|
|
|
|
lzo.h \
|
|
|
|
mathematics.h \
|
|
|
|
md5.h \
|
|
|
|
mem.h \
|
2009-11-24 23:33:41 +00:00
|
|
|
pixdesc.h \
|
2009-02-22 14:27:50 +00:00
|
|
|
pixfmt.h \
|
2008-11-20 22:53:18 +00:00
|
|
|
rational.h \
|
2009-06-09 07:18:58 +00:00
|
|
|
sha1.h \
|
2008-11-20 22:53:18 +00:00
|
|
|
|
2008-10-26 15:21:45 +00:00
|
|
|
OBJS = adler32.o \
|
|
|
|
aes.o \
|
2009-01-29 22:12:36 +00:00
|
|
|
avstring.o \
|
2008-10-26 15:21:45 +00:00
|
|
|
base64.o \
|
|
|
|
crc.o \
|
|
|
|
des.o \
|
|
|
|
fifo.o \
|
|
|
|
intfloat_readwrite.o \
|
|
|
|
lfg.o \
|
|
|
|
lls.o \
|
|
|
|
log.o \
|
|
|
|
lzo.o \
|
|
|
|
mathematics.o \
|
|
|
|
md5.o \
|
|
|
|
mem.o \
|
2009-11-24 23:33:41 +00:00
|
|
|
pixdesc.o \
|
2009-03-08 01:28:14 +00:00
|
|
|
random_seed.o \
|
2008-10-26 15:21:45 +00:00
|
|
|
rational.o \
|
|
|
|
rc4.o \
|
2009-07-10 15:50:49 +00:00
|
|
|
sha.o \
|
2008-10-26 15:21:45 +00:00
|
|
|
tree.o \
|
|
|
|
utils.o \
|
2007-02-28 03:40:23 +00:00
|
|
|
|
2009-07-10 15:50:49 +00:00
|
|
|
TESTPROGS = adler32 aes base64 crc des lls md5 pca sha softfloat tree
|
2009-04-09 14:55:05 +00:00
|
|
|
TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
|
2008-01-27 22:39:30 +00:00
|
|
|
|
2009-01-11 22:48:07 +00:00
|
|
|
DIRS = arm bfin sh4 x86
|
|
|
|
|
2008-04-07 21:16:31 +00:00
|
|
|
include $(SUBDIR)../subdir.mak
|
2008-01-27 23:27:13 +00:00
|
|
|
|
2009-04-02 22:41:58 +00:00
|
|
|
$(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2
|