mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 07:16:56 +00:00
Clean up lib* version definitions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26034 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3e7edf6233
commit
f4cab7e69a
@ -29,8 +29,10 @@
|
||||
|
||||
#include "avutil.h"
|
||||
|
||||
#define LIBSWSCALE_VERSION_INT ((0<<16)+(5<<8)+0)
|
||||
#define LIBSWSCALE_VERSION 0.5.0
|
||||
#define LIBSWSCALE_VERSION_TRIPLET 0,5,0
|
||||
|
||||
#define LIBSWSCALE_VERSION_INT AV_VERSION_INT(LIBSWSCALE_VERSION_TRIPLET)
|
||||
#define LIBSWSCALE_VERSION AV_VERSION(LIBSWSCALE_VERSION_TRIPLET)
|
||||
#define LIBSWSCALE_BUILD LIBSWSCALE_VERSION_INT
|
||||
|
||||
#define LIBSWSCALE_IDENT "SwS" AV_STRINGIFY(LIBSWSCALE_VERSION)
|
||||
|
Loading…
Reference in New Issue
Block a user