diff options
author | James Almer <jamrial@gmail.com> | 2013-05-15 19:18:25 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-05-16 17:58:56 +0200 |
commit | b22f96b7364eeccd188c47341e7d9e9779a00001 (patch) | |
tree | 953fba2a25b6f19a7c1b6ae9f8fa901af9b5df2e /.gitignore | |
parent | c607a2cc97808c3213bd3b73aa076d81f5470a60 (diff) | |
download | ffmpeg-b22f96b7364eeccd188c47341e7d9e9779a00001.tar.gz |
Rename ffadler to ffhash and expand it using the generic hash API
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index dd939580aa..5c90bfb78e 100644 --- a/.gitignore +++ b/.gitignore @@ -67,6 +67,7 @@ /tools/fourcc2pixfmt /tools/ffescape /tools/ffeval +/tools/ffhash /tools/graph2dot /tools/ismindex /tools/pktdumper |