lavu/cpu: Use av_cpu_ prefix

This commit is contained in:
Thilo Borgmann 2021-07-20 09:33:47 +02:00
parent cd7043131f
commit c1bf56a526
5 changed files with 9 additions and 5 deletions

View file

@ -79,8 +79,8 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 57
#define LIBAVUTIL_VERSION_MINOR 0
#define LIBAVUTIL_VERSION_MICRO 101
#define LIBAVUTIL_VERSION_MINOR 1
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \