[SCM] libav/experimental: Include sha1.h from sha.c: It contains several prototypes.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:02:01 UTC 2013


The following commit has been merged in the experimental branch:
commit 0fcbcad140a7b4cd96f68907f45ff3b2314d4d30
Author: Carl Eugen Hoyos <cehoyos at rainbow.studorg.tuwien.ac.at>
Date:   Sun Feb 28 02:32:16 2010 +0000

    Include sha1.h from sha.c: It contains several prototypes.
    
    Originally committed as revision 22099 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavutil/sha.c b/libavutil/sha.c
index 7300f8c..7fe3400 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 */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list