From e392e2a2923b771c296df22bf52fc48c13c36038 Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 30 Jan 2008 18:30:17 +0000 Subject: [PATCH] Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as well git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11670 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libpostproc/postprocess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 89590e985..dae27a29f 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[]= -- 2.39.2