[FFmpeg-devel] [PATCH] Rename ffadler to ffhash and expand it using the generic hash API

Clément Bœsch ubitux at gmail.com
Wed May 15 22:31:46 CEST 2013


On Wed, May 15, 2013 at 04:34:49PM -0300, James Almer wrote:
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
>  libavutil/Makefile            |  2 +-
>  tools/{ffadler.c => ffhash.c} | 78 +++++++++++++++++++++++++++++++++++++------
>  2 files changed, 69 insertions(+), 11 deletions(-)
>  rename tools/{ffadler.c => ffhash.c} (50%)
> 
> diff --git a/libavutil/Makefile b/libavutil/Makefile
> index f7852ee..5dc61e1 100644
> --- a/libavutil/Makefile
> +++ b/libavutil/Makefile
> @@ -152,6 +152,6 @@ TESTPROGS = adler32                                                     \
>  
>  TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo
>  
> -TOOLS = ffadler ffeval ffescape
> +TOOLS = ffhash ffeval ffescape
>  

Please make sure .gitignore is update to date.

[...]

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130515/744c8a16/attachment.asc>


More information about the ffmpeg-devel mailing list