changeset 25981:5168398f65b9

remove duplicate AV_STRINGIFY() definition
author mru
date Sun, 17 Feb 2008 03:54:07 +0000
parents 11181df06389
children 85fd07748368
files libswscale/swscale.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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