summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-02-17 03:44:47 +0000
committerMåns Rullgård <mans@mansr.com>2008-02-17 03:44:47 +0000
commit5ff1b0675f3760fd03f7d40f2d3552fb8cc5b312 (patch)
treed0be1dfc7857600467f6249f957547cf10918680
parent719c8e00efc8e28fd112b16e75069454e6fd8df7 (diff)
remove duplicate AV_STRINGIFY() definition
Originally committed as revision 12129 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/avcodec.h3
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