From 1d03e71805eb18813250a1337dd3dab15c004aa0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Sun, 17 Feb 2008 03:54:07 +0000
Subject: [PATCH] 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(-)

diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index e91213481ef..275b5673bf2 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
-- 
GitLab