diff options
Diffstat (limited to 'meta-oe/recipes-multimedia/audiofile/audiofile-0.2.6/audiofile-0.2.6.patch')
-rw-r--r-- | meta-oe/recipes-multimedia/audiofile/audiofile-0.2.6/audiofile-0.2.6.patch | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/audiofile/audiofile-0.2.6/audiofile-0.2.6.patch b/meta-oe/recipes-multimedia/audiofile/audiofile-0.2.6/audiofile-0.2.6.patch new file mode 100644 index 000000000..b73db7efd --- /dev/null +++ b/meta-oe/recipes-multimedia/audiofile/audiofile-0.2.6/audiofile-0.2.6.patch | |||
@@ -0,0 +1,67 @@ | |||
1 | --- test/instparamtest.c | ||
2 | +++ test/instparamtest.c | ||
3 | @@ -74,4 +74,5 @@ | ||
4 | printf("release loop id: %ld\n", result); | ||
5 | |||
6 | afCloseFile(file); | ||
7 | + return 0; | ||
8 | } | ||
9 | --- test/instparamwrite.c | ||
10 | +++ test/instparamwrite.c | ||
11 | @@ -52,4 +52,5 @@ | ||
12 | afSetInstParamLong(file, AF_DEFAULT_INST, AF_INST_NUMCENTS_DETUNE, -30); | ||
13 | |||
14 | afCloseFile(file); | ||
15 | + return 0; | ||
16 | } | ||
17 | --- test/loop.c | ||
18 | +++ test/loop.c | ||
19 | @@ -34,4 +34,5 @@ | ||
20 | afSetLoopEnd(file, AF_DEFAULT_INST, 2, 4); | ||
21 | |||
22 | afCloseFile(file); | ||
23 | + return 0; | ||
24 | } | ||
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 | ||
29 | |||
30 | #include <stdio.h> | ||
31 | +#include <string.h> | ||
32 | #include <stdlib.h> | ||
33 | +#include <unistd.h> | ||
34 | #include <audiofile.h> | ||
35 | #include <assert.h> | ||
36 | |||
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 @@ | ||
40 | |||
41 | #include <audiofile.h> | ||
42 | #include <stdio.h> | ||
43 | +#include <string.h> | ||
44 | #include <stdlib.h> | ||
45 | |||
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 @@ | ||
50 | |||
51 | #include <stdio.h> | ||
52 | #include <stdlib.h> | ||
53 | +#include <string.h> | ||
54 | #include <audiofile.h> | ||
55 | |||
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 @@ | ||
60 | |||
61 | #include <stdio.h> | ||
62 | #include <stdlib.h> | ||
63 | +#include <string.h> | ||
64 | +#include <unistd.h> | ||
65 | #include <assert.h> | ||
66 | #include <audiofile.h> | ||
67 | |||