1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-23 01:35:07 +02:00
ffmpeg/libavutil/Makefile
Kostya Shishkov 451ae25724 Prepare SHA code to handle SHA-2 as well. For now rename files and functions
and leave av_sha1_* functions for compatibility until next major bump.

Originally committed as revision 19394 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-10 15:50:49 +00:00

52 lines
2.9 KiB
Makefile

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 \
pixfmt.h \
rational.h \
sha1.h \
OBJS = adler32.o \
aes.o \
avstring.o \
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 \
random_seed.o \
rational.o \
rc4.o \
sha.o \
tree.o \
utils.o \
TESTPROGS = adler32 aes base64 crc des lls md5 pca sha softfloat tree
TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
DIRS = arm bfin sh4 x86
include $(SUBDIR)../subdir.mak
$(SUBDIR)lzo-test$(EXESUF): ELIBS = -llzo2