Commit 2555ae43 authored by mru's avatar mru

remove duplicate AV_STRINGIFY() definition


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12129 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 0e3eace8
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment