OSDN Git Service

imgconvert: remove unused glue and xglue macros
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 19 Jul 2011 12:23:47 +0000 (14:23 +0200)
committerDiego Biurrun <diego@biurrun.de>
Thu, 21 Jul 2011 15:55:27 +0000 (17:55 +0200)
Signed-off-by: Diego Biurrun <diego@biurrun.de>
libavcodec/imgconvert.c

index 351ed7a..c446aac 100644 (file)
@@ -42,9 +42,6 @@
 #include "x86/dsputil_mmx.h"
 #endif
 
-#define xglue(x, y) x ## y
-#define glue(x, y) xglue(x, y)
-
 #define FF_COLOR_RGB      0 /**< RGB color space */
 #define FF_COLOR_GRAY     1 /**< gray color space */
 #define FF_COLOR_YUV      2 /**< YUV color space. 16 <= Y <= 235, 16 <= U, V <= 240 */