comparison avutil.h @ 234:5ad447ede15c libavutil

Move lzo decompression to libavutil
author reimar
date Wed, 31 Jan 2007 22:58:53 +0000
parents 9845a508ffbd
children ab56c0668e94
comparison
equal deleted inserted replaced
233:0e59652783b7 234:5ad447ede15c
32 #endif 32 #endif
33 33
34 #define AV_STRINGIFY(s) AV_TOSTRING(s) 34 #define AV_STRINGIFY(s) AV_TOSTRING(s)
35 #define AV_TOSTRING(s) #s 35 #define AV_TOSTRING(s) #s
36 36
37 #define LIBAVUTIL_VERSION_INT ((49<<16)+(2<<8)+0) 37 #define LIBAVUTIL_VERSION_INT ((49<<16)+(3<<8)+0)
38 #define LIBAVUTIL_VERSION 49.2.0 38 #define LIBAVUTIL_VERSION 49.3.0
39 #define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT 39 #define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT
40 40
41 #define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION) 41 #define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)
42 42
43 43