[FFmpeg-cvslog] r12129 - trunk/libavcodec/avcodec.h
mru
subversion
Sun Feb 17 04:44:47 CET 2008
Author: mru
Date: Sun Feb 17 04:44:47 2008
New Revision: 12129
Log:
remove duplicate AV_STRINGIFY() definition
Modified:
trunk/libavcodec/avcodec.h
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h (original)
+++ trunk/libavcodec/avcodec.h Sun Feb 17 04:44:47 2008
@@ -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
More information about the ffmpeg-cvslog
mailing list