]> git.pld-linux.org Git - packages/sox.git/blame - sox-types.patch
- x32 rebuild
[packages/sox.git] / sox-types.patch
CommitLineData
638c2251
JB
1--- sox-14.4.1/src/ao.c.orig 2013-01-13 20:57:39.000000000 +0100
2+++ sox-14.4.1/src/ao.c 2013-08-28 21:13:50.391766270 +0200
3@@ -74,7 +74,7 @@
4 return SOX_SUCCESS;
5 }
6
7-static void sox_sw_write_buf(char *buf1, sox_sample_t const * buf2, size_t len, sox_bool swap, size_t * clips)
8+static void sox_sw_write_buf(char *buf1, sox_sample_t const * buf2, size_t len, sox_bool swap, sox_uint64_t * clips)
9 {
10 while (len--)
11 {
This page took 0.100858 seconds and 4 git commands to generate.