comparison avcodec.h @ 3531:db56a7f0768a libavcodec

Forgot to update LIBAVCODEC_VERSION_INT
author kostya
date Tue, 01 Aug 2006 04:00:14 +0000
parents 5d1828a07acf
children 19fafe90977a
comparison
equal deleted inserted replaced
3530:5d1828a07acf 3531:db56a7f0768a
15 #include <sys/types.h> /* size_t */ 15 #include <sys/types.h> /* size_t */
16 16
17 #define AV_STRINGIFY(s) AV_TOSTRING(s) 17 #define AV_STRINGIFY(s) AV_TOSTRING(s)
18 #define AV_TOSTRING(s) #s 18 #define AV_TOSTRING(s) #s
19 19
20 #define LIBAVCODEC_VERSION_INT ((51<<16)+(10<<8)+0) 20 #define LIBAVCODEC_VERSION_INT ((51<<16)+(11<<8)+0)
21 #define LIBAVCODEC_VERSION 51.11.0 21 #define LIBAVCODEC_VERSION 51.11.0
22 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT 22 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
23 23
24 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) 24 #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
25 25