diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-01-15 23:05:07 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-01-17 12:10:07 +0100 |
commit | 24860a913cfe44285ab2a5a53dd04d755ea00cca (patch) | |
tree | 43b260a26d552cf180410ee0d31acb24d53c27fe /libavutil/Makefile | |
parent | e4e291061c7c9b433d88ecc1dede672f674ea84e (diff) | |
download | ffmpeg-24860a913cfe44285ab2a5a53dd04d755ea00cca.tar.gz |
tools: add ffeval tool
The tool is useful for testing the internal arithmetic evaluation engine
(indeed I plan to use it in FATE), and provides a handy calculator when
you can't rely on bc ;-).
Diffstat (limited to 'libavutil/Makefile')
-rw-r--r-- | libavutil/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/Makefile b/libavutil/Makefile index 7ed590d50d..b6165a1bb6 100644 --- a/libavutil/Makefile +++ b/libavutil/Makefile @@ -82,6 +82,8 @@ TESTPROGS = adler32 aes avstring base64 cpu crc des eval file fifo lfg lls \ md5 opt pca parseutils rational sha tree TESTPROGS-$(HAVE_LZO1X_999_COMPRESS) += lzo +TOOLS = ffeval + DIRS = arm bfin sh4 x86 ARCH_HEADERS = bswap.h intmath.h intreadwrite.h timer.h |