From 2722e36265d74da184b5844b9745d59abe5920ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= 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 Originally committed as revision 11670 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libpostproc/postprocess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 89590e9859..dae27a29f7 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[]=