# HG changeset patch # User mru # Date 1203220447 0 # Node ID 5168398f65b959e5e9e1c1e3910443d8a37c6c1f # Parent 11181df063890a9e7ca0a6e5afc7a1657bb5be26 remove duplicate AV_STRINGIFY() definition diff -r 11181df06389 -r 5168398f65b9 libswscale/swscale.h --- a/libswscale/swscale.h Sat Feb 16 17:44:49 2008 +0000 +++ b/libswscale/swscale.h Sun Feb 17 03:54:07 2008 +0000 @@ -29,9 +29,6 @@ #include "avutil.h" -#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