Files
FFmpeg/libavutil/Makefile
T

58 lines
3.2 KiB
Makefile
Raw Normal View History

2008-04-07 21:16:31 +00:00
include $(SUBDIR)../config.mak
NAME = avutil
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 \
pixfmt.h \
rational.h \
sha1.h \
2010-01-19 04:40:16 +00:00
BUILT_HEADERS = avconfig.h
2008-10-26 15:21:45 +00:00
OBJS = adler32.o \
aes.o \
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 \
random_seed.o \
2008-10-26 15:21:45 +00:00
rational.o \
rc4.o \
sha.o \
2008-10-26 15:21:45 +00:00
tree.o \
utils.o \
TESTPROGS = adler32 aes base64 crc des lls md5 pca sha softfloat tree
TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
2008-01-27 22:39:30 +00:00
DIRS = arm bfin sh4 x86
ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h
2008-04-07 21:16:31 +00:00
include $(SUBDIR)../subdir.mak
$(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2