From 1d03e71805eb18813250a1337dd3dab15c004aa0 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 17 Feb 2008 03:54:07 +0000 Subject: remove duplicate AV_STRINGIFY() definition Originally committed as revision 26013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libswscale/swscale.h') diff --git a/libswscale/swscale.h b/libswscale/swscale.h index e91213481e..275b5673bf 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -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 -- cgit v1.2.3