From 3323c5f353af9d9de29528a086cbe9b103e268ea Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sat, 13 Jun 2015 09:28:41 +0200 Subject: Remove a few occurences of "long long" from the libraries. --- libpostproc/postprocess_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpostproc/postprocess_template.c') diff --git a/libpostproc/postprocess_template.c b/libpostproc/postprocess_template.c index c7ad3f0306..5694cc5c28 100644 --- a/libpostproc/postprocess_template.c +++ b/libpostproc/postprocess_template.c @@ -1383,7 +1383,7 @@ DERING_CORE((%0, %1, 8) ,(%%REGd, %1, 4),%%mm2,%%mm4,%%mm0,%%mm3,%%mm5,%%mm1, #ifdef DEBUG_DERING_THRESHOLD __asm__ volatile("emms\n\t":); { - static long long numPixels=0; + static uint64_t numPixels=0; if(x!=1 && x!=8 && y!=1 && y!=8) numPixels++; // if((max-min)<20 || (max-min)*QP<200) // if((max-min)*QP < 500) -- cgit v1.2.3