This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
sha: add missing include
Originally committed as revision 22449 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Måns Rullgård
16 years ago
parent
cc1e807f4c
commit
32f40ace25
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavutil/sha.c
+ 1
- 0
libavutil/sha.c
View File
@@ -22,6 +22,7 @@
*/
#include <string.h>
#include "avutil.h"
#include "bswap.h"
#include "sha.h"
#include "sha1.h"
Write
Preview
Loading…
Cancel
Save