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