eval: add support for pow() function

It is a more search-friendly alternative to the ^ operator.
This commit is contained in:
Stefano Sabatini
2011-06-06 15:00:25 +02:00
parent 263f57c6d7
commit d58ed64a89
3 changed files with 10 additions and 1 deletions

View File

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