Browse Source

Clean up lib* version definitions

Originally committed as revision 26034 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.5
Måns Rullgård 17 years ago
parent
commit
ccf95ef1de
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      libswscale/swscale.h

+ 4
- 2
libswscale/swscale.h View File

@@ -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…
Cancel
Save