mplayer-common: fix arch and install
[openembedded.git] / recipes / audiofile / audiofile-0.2.6 / audiofile-0.2.6.patch
blobb73db7efdd0440efcf4e92c9cc6bb04ace1468b3
1 --- test/instparamtest.c
2 +++ test/instparamtest.c
3 @@ -74,4 +74,5 @@
4 printf("release loop id: %ld\n", result);
6 afCloseFile(file);
7 + return 0;
9 --- test/instparamwrite.c
10 +++ test/instparamwrite.c
11 @@ -52,4 +52,5 @@
12 afSetInstParamLong(file, AF_DEFAULT_INST, AF_INST_NUMCENTS_DETUNE, -30);
14 afCloseFile(file);
15 + return 0;
17 --- test/loop.c
18 +++ test/loop.c
19 @@ -34,4 +34,5 @@
20 afSetLoopEnd(file, AF_DEFAULT_INST, 2, 4);
22 afCloseFile(file);
23 + return 0;
25 --- test/twentyfour.c.xx 2005-09-16 22:38:59.000000000 +0200
26 +++ test/twentyfour.c 2005-09-16 22:39:53.000000000 +0200
27 @@ -36,7 +36,9 @@
28 #endif
30 #include <stdio.h>
31 +#include <string.h>
32 #include <stdlib.h>
33 +#include <unistd.h>
34 #include <audiofile.h>
35 #include <assert.h>
37 --- test/pipe.c.xx 2005-09-16 22:39:36.000000000 +0200
38 +++ test/pipe.c 2005-09-16 22:39:42.000000000 +0200
39 @@ -36,6 +36,7 @@
41 #include <audiofile.h>
42 #include <stdio.h>
43 +#include <string.h>
44 #include <stdlib.h>
46 #define SAMPLE_COUNT 12
47 --- test/error.c.xx 2005-09-16 22:40:02.000000000 +0200
48 +++ test/error.c 2005-09-16 22:40:11.000000000 +0200
49 @@ -25,6 +25,7 @@
51 #include <stdio.h>
52 #include <stdlib.h>
53 +#include <string.h>
54 #include <audiofile.h>
56 int expectedError;
57 --- test/testmarkers.c.xx 2005-09-16 22:40:21.000000000 +0200
58 +++ test/testmarkers.c 2005-09-16 22:40:41.000000000 +0200
59 @@ -25,6 +25,8 @@
61 #include <stdio.h>
62 #include <stdlib.h>
63 +#include <string.h>
64 +#include <unistd.h>
65 #include <assert.h>
66 #include <audiofile.h>