diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-07-10 15:50:49 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-07-10 15:50:49 +0000 |
commit | 451ae257242c4e10b6f1e816e14638bb45ad762b (patch) | |
tree | 00d26ab4b1cc6ba2e34dbc25d1b14c437d7d6197 /libavutil/Makefile | |
parent | 71ecc16b091a9418773d5897e3ef8ee1a6d68f56 (diff) | |
download | ffmpeg-451ae257242c4e10b6f1e816e14638bb45ad762b.tar.gz |
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
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 53105a8d5d..ec82439b98 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -37,11 +37,11 @@ OBJS = adler32.o \ random_seed.o \ rational.o \ rc4.o \ - sha1.o \ + sha.o \ tree.o \ utils.o \ -TESTPROGS = adler32 aes base64 crc des lls md5 pca sha1 softfloat tree +TESTPROGS = adler32 aes base64 crc des lls md5 pca sha softfloat tree TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo DIRS = arm bfin sh4 x86 |