eval: add sqrt function for computing the square root

This commit is contained in:
Stefano Sabatini
2011-05-03 23:31:14 +02:00
committed by Anton Khirnov
parent 3e033da847
commit 9bc393908a
4 changed files with 17 additions and 1 deletions

View File

@@ -41,7 +41,7 @@
#define LIBAVUTIL_VERSION_MAJOR 51
#define LIBAVUTIL_VERSION_MINOR 10
#define LIBAVUTIL_VERSION_MICRO 0
#define LIBAVUTIL_VERSION_MICRO 1
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \