diff options
author | Måns Rullgård <mans@mansr.com> | 2008-02-17 03:44:47 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-02-17 03:44:47 +0000 |
commit | 5ff1b0675f3760fd03f7d40f2d3552fb8cc5b312 (patch) | |
tree | d0be1dfc7857600467f6249f957547cf10918680 /libavcodec | |
parent | 719c8e00efc8e28fd112b16e75069454e6fd8df7 (diff) | |
download | ffmpeg-5ff1b0675f3760fd03f7d40f2d3552fb8cc5b312.tar.gz |
remove duplicate AV_STRINGIFY() definition
Originally committed as revision 12129 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 524be49270..1fc0b233e3 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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 |