comparison postprocess.c @ 75:d2cf9a69d443 libpostproc

Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as well
author reimar
date Wed, 30 Jan 2008 18:30:17 +0000
parents d3155dbdcdcd
children 47ff4bd209cd
comparison
equal deleted inserted replaced
74:d3155dbdcdcd 75:d2cf9a69d443
109 DECLARE_ASM_CONST(8, uint64_t, b02)= 0x0202020202020202LL; 109 DECLARE_ASM_CONST(8, uint64_t, b02)= 0x0202020202020202LL;
110 DECLARE_ASM_CONST(8, uint64_t, b08)= 0x0808080808080808LL; 110 DECLARE_ASM_CONST(8, uint64_t, b08)= 0x0808080808080808LL;
111 DECLARE_ASM_CONST(8, uint64_t, b80)= 0x8080808080808080LL; 111 DECLARE_ASM_CONST(8, uint64_t, b80)= 0x8080808080808080LL;
112 #endif 112 #endif
113 113
114 static const int attribute_used deringThreshold= 20; 114 DECLARE_ASM_CONST(8, int, deringThreshold)= 20;
115 115
116 116
117 static struct PPFilter filters[]= 117 static struct PPFilter filters[]=
118 { 118 {
119 {"hb", "hdeblock", 1, 1, 3, H_DEBLOCK}, 119 {"hb", "hdeblock", 1, 1, 3, H_DEBLOCK},