Commit dc879e1d authored by mru's avatar mru

remove duplicate AV_STRINGIFY() definition


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@26013 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 045def62
......@@ -29,9 +29,6 @@
#include "avutil.h"
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
#define LIBSWSCALE_VERSION_INT ((0<<16)+(5<<8)+0)
#define LIBSWSCALE_VERSION 0.5.0
#define LIBSWSCALE_BUILD LIBSWSCALE_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