Mercurial > mplayer.hg
diff libswscale/swscale.h @ 19143:c4dac777b44c
Use libavutil in libswscale, and allow it to be built out of the mplayer tree
author | lucabe |
---|---|
date | Thu, 20 Jul 2006 12:13:57 +0000 |
parents | 8579acff875e |
children | bae6c99a99cc |
line wrap: on
line diff
--- a/libswscale/swscale.h Wed Jul 19 22:14:43 2006 +0000 +++ b/libswscale/swscale.h Thu Jul 20 12:13:57 2006 +0000 @@ -29,6 +29,15 @@ extern "C" { #endif +#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 + +#define LIBSWSCALE_IDENT "SwS" AV_STRINGIFY(LIBSWSCALE_VERSION) + /* values for the flags, the stuff on the command line is different */ #define SWS_FAST_BILINEAR 1 #define SWS_BILINEAR 2