comparison avcodec.h @ 6364:b2d487e54407 libavcodec

remove duplicate AV_STRINGIFY() definition
author mru
date Sun, 17 Feb 2008 03:44:47 +0000
parents 0809b40d9b65
children 99823c80a93d
comparison
equal deleted inserted replaced
6363:7ebd1cdb2142 6364:b2d487e54407
27 */ 27 */
28 28
29 29
30 #include "avutil.h" 30 #include "avutil.h"
31 #include <sys/types.h> /* size_t */ 31 #include <sys/types.h> /* size_t */
32
33 #define AV_STRINGIFY(s) AV_TOSTRING(s)
34 #define AV_TOSTRING(s) #s
35 32
36 #define LIBAVCODEC_VERSION_INT ((51<<16)+(50<<8)+1) 33 #define LIBAVCODEC_VERSION_INT ((51<<16)+(50<<8)+1)
37 #define LIBAVCODEC_VERSION 51.50.1 34 #define LIBAVCODEC_VERSION 51.50.1
38 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT 35 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
39 36