Skip to content
Snippets Groups Projects
Commit 1d03e718 authored by Måns Rullgård's avatar Måns Rullgård
Browse files

remove duplicate AV_STRINGIFY() definition

Originally committed as revision 26013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent 5ff1b067
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment