diff options
author | Måns Rullgård <mans@mansr.com> | 2008-02-17 03:54:07 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-02-17 03:54:07 +0000 |
commit | 1d03e71805eb18813250a1337dd3dab15c004aa0 (patch) | |
tree | 6c3cabaf4ba86966678dd82c5083394783f88197 /libswscale | |
parent | 5ff1b0675f3760fd03f7d40f2d3552fb8cc5b312 (diff) | |
download | ffmpeg-1d03e71805eb18813250a1337dd3dab15c004aa0.tar.gz |
remove duplicate AV_STRINGIFY() definition
Originally committed as revision 26013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale')
-rw-r--r-- | libswscale/swscale.h | 3 |
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 |