diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-02-28 02:32:16 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-02-28 02:32:16 +0000 |
commit | 0fcbcad140a7b4cd96f68907f45ff3b2314d4d30 (patch) | |
tree | bf84451219f26e3eb20b57a523eeba6195d7ccc7 /libavutil | |
parent | 627686e635582cbda71129ec2b415227c23b5820 (diff) | |
download | ffmpeg-0fcbcad140a7b4cd96f68907f45ff3b2314d4d30.tar.gz |
Include sha1.h from sha.c: It contains several prototypes.
Originally committed as revision 22099 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/sha.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/sha.c b/libavutil/sha.c index 7300f8c58a..7fe34007bb 100644 --- a/libavutil/sha.c +++ b/libavutil/sha.c @@ -25,6 +25,7 @@ #include "avutil.h" #include "bswap.h" #include "sha.h" +#include "sha1.h" #include "intreadwrite.h" /** hash context */ |