mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-21 14:53:10 +00:00
remove duplicate AV_STRINGIFY() definition
Originally committed as revision 12129 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
719c8e00ef
commit
5ff1b0675f
@ -30,9 +30,6 @@
|
|||||||
#include "avutil.h"
|
#include "avutil.h"
|
||||||
#include <sys/types.h> /* size_t */
|
#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_INT ((51<<16)+(50<<8)+1)
|
||||||
#define LIBAVCODEC_VERSION 51.50.1
|
#define LIBAVCODEC_VERSION 51.50.1
|
||||||
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
|
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
|
||||||
|
Loading…
Reference in New Issue
Block a user