diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 89590e985981737adc6df871012d75f44657d5f5..dae27a29f7b7f89536c26839e23433d228893cbb 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -111,7 +111,7 @@ DECLARE_ASM_CONST(8, uint64_t, b08)= 0x0808080808080808LL; DECLARE_ASM_CONST(8, uint64_t, b80)= 0x8080808080808080LL; #endif -static const int attribute_used deringThreshold= 20; +DECLARE_ASM_CONST(8, int, deringThreshold)= 20; static struct PPFilter filters[]=