[FFmpeg-devel] [PATCH] remove duplicate AV_STRINGIFY() definition

Mans Rullgard mans
Sun Feb 17 01:53:02 CET 2008


---
 libavcodec/avcodec.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 524be49..1fc0b23 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
-- 
1.5.4





More information about the ffmpeg-devel mailing list