Mercurial > libavcodec.hg
changeset 6364:b2d487e54407 libavcodec
remove duplicate AV_STRINGIFY() definition
author | mru |
---|---|
date | Sun, 17 Feb 2008 03:44:47 +0000 |
parents | 7ebd1cdb2142 |
children | 80c7e9c015c6 |
files | avcodec.h |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/avcodec.h Sat Feb 16 19:18:30 2008 +0000 +++ b/avcodec.h Sun Feb 17 03:44:47 2008 +0000 @@ -30,9 +30,6 @@ #include "avutil.h" #include <sys/types.h> /* size_t */ -#define AV_STRINGIFY(s) AV_TOSTRING(s) -#define AV_TOSTRING(s) #s - #define LIBAVCODEC_VERSION_INT ((51<<16)+(50<<8)+1) #define LIBAVCODEC_VERSION 51.50.1 #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT