summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale.h
diff options
context:
space:
mode:
authormru <mru@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-17 03:54:07 +0000
committermru <mru@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-17 03:54:07 +0000
commit1a8c91dfc2453affcae97aa329e51d7ea41b71ea (patch)
tree8701b2bbfff4e86968e43015c84ef39b8c1a1467 /libswscale/swscale.h
parent2fb3a82350cc86469e144d6cb5868fa1be6f9ea7 (diff)
downloadmpv-1a8c91dfc2453affcae97aa329e51d7ea41b71ea.tar.bz2
mpv-1a8c91dfc2453affcae97aa329e51d7ea41b71ea.tar.xz
remove duplicate AV_STRINGIFY() definition
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26013 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/swscale.h')
-rw-r--r--libswscale/swscale.h3
1 files changed, 0 insertions, 3 deletions
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