From 1a8c91dfc2453affcae97aa329e51d7ea41b71ea Mon Sep 17 00:00:00 2001 From: mru Date: Sun, 17 Feb 2008 03:54:07 +0000 Subject: remove duplicate AV_STRINGIFY() definition git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26013 b3059339-0415-0410-9bf9-f77b7e298cf2 --- 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