Commit e392e2a2 authored by reimar's avatar reimar

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
parent 244b26c3
...@@ -111,7 +111,7 @@ DECLARE_ASM_CONST(8, uint64_t, b08)= 0x0808080808080808LL; ...@@ -111,7 +111,7 @@ DECLARE_ASM_CONST(8, uint64_t, b08)= 0x0808080808080808LL;
DECLARE_ASM_CONST(8, uint64_t, b80)= 0x8080808080808080LL; DECLARE_ASM_CONST(8, uint64_t, b80)= 0x8080808080808080LL;
#endif #endif
static const int attribute_used deringThreshold= 20; DECLARE_ASM_CONST(8, int, deringThreshold)= 20;
static struct PPFilter filters[]= static struct PPFilter filters[]=
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment