diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2007-12-12 20:58:41 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2007-12-12 20:58:41 +0000 |
commit | 537c8e7a480282e9dd260a9922c6e9425575636a (patch) | |
tree | 718b488be4994b36cfa28d8887e4bb3e4772510b /libavutil/Makefile | |
parent | 84be6e723930e540ee105949af1a7a498164560c (diff) | |
download | ffmpeg-537c8e7a480282e9dd260a9922c6e9425575636a.tar.gz |
Provide sha1 to outside applications
Patch from Diego Pettenò flameeyesATgmailDOTcom
Originally committed as revision 11207 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index a456b96028..d89b399fdb 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -16,6 +16,7 @@ OBJS = adler32.o \ random.o \ rational.o \ rc4.o \ + sha1.o \ string.o \ tree.o \ @@ -34,6 +35,7 @@ HEADERS = adler32.h \ mem.h \ random.h \ rational.h \ + sha1.h NAME=avutil LIBVERSION=$(LAVUVERSION) |