comparison avutil.h @ 348:49fb7421e041 libavutil

bump micro version: new string functions
author lu_zero
date Sun, 24 Jun 2007 09:18:20 +0000
parents e9937dcd0afd
children 6797bf24b2de
comparison
equal deleted inserted replaced
347:2fb35d82b0bd 348:49fb7421e041
28 28
29 29
30 #define AV_STRINGIFY(s) AV_TOSTRING(s) 30 #define AV_STRINGIFY(s) AV_TOSTRING(s)
31 #define AV_TOSTRING(s) #s 31 #define AV_TOSTRING(s) #s
32 32
33 #define LIBAVUTIL_VERSION_INT ((49<<16)+(4<<8)+0) 33 #define LIBAVUTIL_VERSION_INT ((49<<16)+(4<<8)+1)
34 #define LIBAVUTIL_VERSION 49.4.0 34 #define LIBAVUTIL_VERSION 49.4.1
35 #define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT 35 #define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT
36 36
37 #define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION) 37 #define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)
38 38
39 39