diff options
-rw-r--r-- | recordmydesktop/src/rmd_macro.h | 8 |
1 files changed, 0 insertions, 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. |