Mercurial > libavutil.hg
comparison Makefile @ 1009:40b8596460af libavutil
Move mm_support() from libavcodec to libavutil, make it a public
function and rename it to av_get_cpu_flags().
author | stefano |
---|---|
date | Wed, 08 Sep 2010 15:07:14 +0000 |
parents | 8c87d8df67e1 |
children | 6138233957fe |
comparison
equal
deleted
inserted
replaced
1008:8280cce54f50 | 1009:40b8596460af |
---|---|
32 | 32 |
33 OBJS = adler32.o \ | 33 OBJS = adler32.o \ |
34 aes.o \ | 34 aes.o \ |
35 avstring.o \ | 35 avstring.o \ |
36 base64.o \ | 36 base64.o \ |
37 cpu.o \ | |
37 crc.o \ | 38 crc.o \ |
38 des.o \ | 39 des.o \ |
39 error.o \ | 40 error.o \ |
40 eval.o \ | 41 eval.o \ |
41 fifo.o \ | 42 fifo.o \ |
54 rc4.o \ | 55 rc4.o \ |
55 sha.o \ | 56 sha.o \ |
56 tree.o \ | 57 tree.o \ |
57 utils.o \ | 58 utils.o \ |
58 | 59 |
59 TESTPROGS = adler32 aes base64 crc des lls md5 pca sha softfloat tree | 60 TESTPROGS = adler32 aes base64 cpu crc des lls md5 pca sha softfloat tree |
60 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo | 61 TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo |
61 | 62 |
62 DIRS = arm bfin sh4 x86 | 63 DIRS = arm bfin sh4 x86 |
63 | 64 |
64 ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h | 65 ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h |