[FFmpeg-cvslog] r22099 - trunk/libavutil/sha.c

cehoyos subversion
Sun Feb 28 03:32:16 CET 2010


Author: cehoyos
Date: Sun Feb 28 03:32:16 2010
New Revision: 22099

Log:
Include sha1.h from sha.c: It contains several prototypes.

Modified:
   trunk/libavutil/sha.c

Modified: trunk/libavutil/sha.c
==============================================================================
--- trunk/libavutil/sha.c	Sun Feb 28 03:04:34 2010	(r22098)
+++ trunk/libavutil/sha.c	Sun Feb 28 03:32:16 2010	(r22099)
@@ -25,6 +25,7 @@
 #include "avutil.h"
 #include "bswap.h"
 #include "sha.h"
+#include "sha1.h"
 #include "intreadwrite.h"
 
 /** hash context */



More information about the ffmpeg-cvslog mailing list