On Wed, May 31, 2017 at 08:16:28PM -0400, Sean McGovern wrote:
> --- a/libavutil/md5.c
> +++ b/libavutil/md5.c
> @@ -105,11 +105,6 @@ static void body(uint32_t ABCD[4], uint32_t X[16])
> unsigned int c = ABCD[1];
> unsigned int d = ABCD[0];
>
> -#if HAVE_BIGENDIAN
> - for (i = 0; i < 16; i++)
> - X[i] = av_bswap32(X[i]);
> -#endif
> -
> #if CONFIG_SMALL
> for (i = 0; i < 64; i++) {
> CORE(i, a, b, c, d);
The "int i" declaration above should now be moved below the CONFIG_SMALL
ifdef.
Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel