summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2012-09-14 10:39:24 +0300
committerTimo Teräs <timo.teras@iki.fi>2012-09-14 10:39:24 +0300
commit52b35e0ab994e33033581552194602f08daa3c82 (patch)
treee08c2c5f805e03991405a750731e81b4796d15aa
parent4e9ea6ee6ed5a7a6d43ddce5e3e3629194ed58d5 (diff)
main/asterisk: fix build error
They commit ASTERISK-19610c from upstream has a typo, that was fixed in separate commit. Fixed here manually.
-rw-r--r--main/asterisk/APKBUILD2
-rw-r--r--main/asterisk/ASTERISK-19610c.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/main/asterisk/APKBUILD b/main/asterisk/APKBUILD
index 760436df282..0514124b75c 100644
--- a/main/asterisk/APKBUILD
+++ b/main/asterisk/APKBUILD
@@ -195,7 +195,7 @@ bc6713f5434e07b79d3afdd155461d72 ASTERISK-18995.patch
a22bb1d513d026564cb40ec213b1ae7f ASTERISK-19109.patch
c62a5cfa216b4e26de01ee9ec3013705 ASTERISK-19610a.patch
59d2fb1f19918f3a1c85dd974f3518c2 ASTERISK-19610b.patch
-78545679947bc069ec9441d9d34a0d66 ASTERISK-19610c.patch
+69ee6594f9e2502f2118919947e1afae ASTERISK-19610c.patch
74cd25a5638a94ef51e9f4ede2fd28f2 asterisk.initd
ed31d7ba37bcf8b0346dcf8593c395f0 asterisk.confd
3e65172275684373e1a25c8a11224411 asterisk.logrotate"
diff --git a/main/asterisk/ASTERISK-19610c.patch b/main/asterisk/ASTERISK-19610c.patch
index 7151b809284..1177865372c 100644
--- a/main/asterisk/ASTERISK-19610c.patch
+++ b/main/asterisk/ASTERISK-19610c.patch
@@ -29,7 +29,7 @@ index 7541650..4272158 100644
s->hits[0] = s->hits[1] = s->hits[2] = s->hits[3] = s->hits[4] = 0;
for (i = 0; i < 6; i++) {
- goertzel_init (&s->tone_out[i], mf_tones[i], 160, sample_rate);
-+ goertzel_init (&s->tone_out[i], mf_tones[i], MF_SIZE, sample_rate);
++ goertzel_init (&s->tone_out[i], mf_tones[i], MF_GSIZE, sample_rate);
}
s->current_sample = 0;
s->current_hit = 0;