From 1a552224e9f79089c0f3be4b19dc4f456b409034 Mon Sep 17 00:00:00 2001 From: enselic Date: Tue, 16 Sep 2008 20:14:32 +0000 Subject: src/rmd_macro.h: Remove the COMPARE_STRIDE define, it's not used any longer. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@555 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- recordmydesktop/src/rmd_macro.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/recordmydesktop/src/rmd_macro.h b/recordmydesktop/src/rmd_macro.h index 9b54d80..93ae9e3 100644 --- a/recordmydesktop/src/rmd_macro.h +++ b/recordmydesktop/src/rmd_macro.h @@ -70,14 +70,6 @@ //avoid problems (amd64 has 8byte ulong) #define RMD_ULONG_SIZE_T (sizeof(unsigned long)) -//size of stride when comparing planes(depending on type) -//this is just to avoid thousands of sizeof's -#ifdef HAVE_U_INT64_T - #define COMPARE_STRIDE 8 -#else - #define COMPARE_STRIDE 4 -#endif - //The width, in bytes, of the blocks //on which the y,u and v planes are broken. //These blocks are square. -- cgit v1.2.3