mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-29 06:20:29 +00:00
remove duplicate AV_STRINGIFY() definition
Originally committed as revision 26013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
5ff1b0675f
commit
1d03e71805
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user