Mercurial > libavutil.hg
diff 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 |
line wrap: on
line diff
--- a/Makefile Mon Sep 06 00:04:03 2010 +0000 +++ b/Makefile Wed Sep 08 15:07:14 2010 +0000 @@ -34,6 +34,7 @@ aes.o \ avstring.o \ base64.o \ + cpu.o \ crc.o \ des.o \ error.o \ @@ -56,7 +57,7 @@ tree.o \ utils.o \ -TESTPROGS = adler32 aes base64 crc des lls md5 pca sha softfloat tree +TESTPROGS = adler32 aes base64 cpu crc des lls md5 pca sha softfloat tree TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo DIRS = arm bfin sh4 x86