[MPlayer-cvslog] r26034 - trunk/libswscale/swscale.h

mru subversion at mplayerhq.hu
Tue Feb 19 23:52:28 CET 2008


Author: mru
Date: Tue Feb 19 23:52:28 2008
New Revision: 26034

Log:
Clean up lib* version definitions


Modified:
   trunk/libswscale/swscale.h

Modified: trunk/libswscale/swscale.h
==============================================================================
--- trunk/libswscale/swscale.h	(original)
+++ trunk/libswscale/swscale.h	Tue Feb 19 23:52:28 2008
@@ -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)



More information about the MPlayer-cvslog mailing list