From 5ff1b0675f3760fd03f7d40f2d3552fb8cc5b312 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sun, 17 Feb 2008 03:44:47 +0000 Subject: [PATCH] remove duplicate AV_STRINGIFY() definition Originally committed as revision 12129 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 524be4927..1fc0b233e 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -30,9 +30,6 @@ #include "avutil.h" #include /* 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 -- 2.11.0