1 | configuration: --prefix=/opt/local --extra-ldflags=-L/opt/local/lib -L/opt/local/lib/samba3 --datadir=/opt/local/share/mplayer-devel --confdir=/opt/local/etc/mplayer-devel --mandir=/opt/local/share/man --enable-png --enable-jpeg --enable-liblzo --enable-theora --enable-libvorbis --enable-mad --enable-largefiles --disable-smb --disable-live --disable-dvdnav --disable-dvdread --disable-cdparanoia --disable-freetype --disable-fontconfig --disable-fribidi --disable-enca --disable-libcdio --disable-xvid --disable-x264 --disable-speex --disable-faac --disable-libdv --disable-toolame --disable-twolame --disable-xmms --disable-musepack --disable-sdl --disable-aa --disable-caca --disable-x11 --disable-gl --disable-arts --disable-esd --disable-lirc --disable-mng --disable-libdirac-lavc --disable-libschroedinger-lavc --enable-qtx --target=i386-Darwin --extra-cflags=-fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include |
---|
2 | |
---|
3 | |
---|
4 | int main(void) { |
---|
5 | int test[sizeof(char *)-7]; |
---|
6 | return 0; |
---|
7 | } |
---|
8 | |
---|
9 | /usr/bin/gcc-4.0 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
10 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
11 | /tmp/mplayer-conf-8096-31247.c:2: error: size of array 'test' is too large |
---|
12 | |
---|
13 | |
---|
14 | ============ Checking for /usr/bin/gcc-4.0 version ============ |
---|
15 | Result is: 4.0.1 |
---|
16 | ########################################## |
---|
17 | |
---|
18 | ============ Checking for host cc ============ |
---|
19 | Result is: /usr/bin/gcc-4.0 |
---|
20 | ########################################## |
---|
21 | |
---|
22 | ============ Checking for cross compilation ============ |
---|
23 | |
---|
24 | int main(void) { return 0; } |
---|
25 | |
---|
26 | /usr/bin/gcc-4.0 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
27 | |
---|
28 | |
---|
29 | Result is: no |
---|
30 | ########################################## |
---|
31 | |
---|
32 | ============ Checking for CPU vendor ============ |
---|
33 | Result is: GenuineIntel (6:23:6) |
---|
34 | ########################################## |
---|
35 | |
---|
36 | ============ Checking for CPU type ============ |
---|
37 | Result is: Intel(R) Core(TM)2 Duo CPU T9500 @ 2.60GHz |
---|
38 | ########################################## |
---|
39 | |
---|
40 | ============ Checking for kernel support of mmx ============ |
---|
41 | |
---|
42 | #include <stdlib.h> |
---|
43 | #include <signal.h> |
---|
44 | void catch() { exit(1); } |
---|
45 | int main(void) { |
---|
46 | signal(SIGILL, catch); |
---|
47 | __asm__ volatile ("emms":::"memory"); return 0; |
---|
48 | } |
---|
49 | |
---|
50 | /usr/bin/gcc-4.0 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
51 | |
---|
52 | |
---|
53 | Result is: yes |
---|
54 | ########################################## |
---|
55 | |
---|
56 | ============ Checking for kernel support of mmxext ============ |
---|
57 | |
---|
58 | #include <stdlib.h> |
---|
59 | #include <signal.h> |
---|
60 | void catch() { exit(1); } |
---|
61 | int main(void) { |
---|
62 | signal(SIGILL, catch); |
---|
63 | __asm__ volatile ("sfence":::"memory"); return 0; |
---|
64 | } |
---|
65 | |
---|
66 | /usr/bin/gcc-4.0 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
67 | |
---|
68 | |
---|
69 | Result is: yes |
---|
70 | ########################################## |
---|
71 | |
---|
72 | ============ Checking for kernel support of sse ============ |
---|
73 | |
---|
74 | #include <stdlib.h> |
---|
75 | #include <signal.h> |
---|
76 | void catch() { exit(1); } |
---|
77 | int main(void) { |
---|
78 | signal(SIGILL, catch); |
---|
79 | __asm__ volatile ("xorps %%xmm0, %%xmm0":::"memory"); return 0; |
---|
80 | } |
---|
81 | |
---|
82 | /usr/bin/gcc-4.0 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
83 | |
---|
84 | |
---|
85 | Result is: yes |
---|
86 | ########################################## |
---|
87 | |
---|
88 | ============ Checking for kernel support of sse2 ============ |
---|
89 | |
---|
90 | #include <stdlib.h> |
---|
91 | #include <signal.h> |
---|
92 | void catch() { exit(1); } |
---|
93 | int main(void) { |
---|
94 | signal(SIGILL, catch); |
---|
95 | __asm__ volatile ("xorpd %%xmm0, %%xmm0":::"memory"); return 0; |
---|
96 | } |
---|
97 | |
---|
98 | /usr/bin/gcc-4.0 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
99 | |
---|
100 | |
---|
101 | Result is: yes |
---|
102 | ########################################## |
---|
103 | |
---|
104 | ============ Checking for kernel support of ssse3 ============ |
---|
105 | |
---|
106 | #include <stdlib.h> |
---|
107 | #include <signal.h> |
---|
108 | void catch() { exit(1); } |
---|
109 | int main(void) { |
---|
110 | signal(SIGILL, catch); |
---|
111 | __asm__ volatile ("pabsd %%xmm0, %%xmm0":::"memory"); return 0; |
---|
112 | } |
---|
113 | |
---|
114 | /usr/bin/gcc-4.0 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
115 | |
---|
116 | |
---|
117 | Result is: yes |
---|
118 | ########################################## |
---|
119 | |
---|
120 | ============ Checking for kernel support of cmov ============ |
---|
121 | |
---|
122 | #include <stdlib.h> |
---|
123 | #include <signal.h> |
---|
124 | void catch() { exit(1); } |
---|
125 | int main(void) { |
---|
126 | signal(SIGILL, catch); |
---|
127 | __asm__ volatile ("cmovb %%eax,%%ebx":::"memory"); return 0; |
---|
128 | } |
---|
129 | |
---|
130 | /usr/bin/gcc-4.0 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
131 | |
---|
132 | |
---|
133 | Result is: yes |
---|
134 | ########################################## |
---|
135 | |
---|
136 | ============ Checking for mtrr support ============ |
---|
137 | Result is: yes |
---|
138 | ########################################## |
---|
139 | |
---|
140 | ============ Checking for GCC & CPU optimization abilities ============ |
---|
141 | |
---|
142 | int main(void) { return 0; } |
---|
143 | |
---|
144 | /usr/bin/gcc-4.0 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -march=native |
---|
145 | /tmp/mplayer-conf-8096-31247.c:1: error: bad value (native) for -march= switch |
---|
146 | /tmp/mplayer-conf-8096-31247.c:1: error: bad value (native) for -mtune= switch |
---|
147 | |
---|
148 | |
---|
149 | |
---|
150 | int main(void) { return 0; } |
---|
151 | |
---|
152 | /usr/bin/gcc-4.0 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -march=core2 -mtune=core2 |
---|
153 | /tmp/mplayer-conf-8096-31247.c:1: error: bad value (core2) for -march= switch |
---|
154 | /tmp/mplayer-conf-8096-31247.c:1: error: bad value (core2) for -mtune= switch |
---|
155 | |
---|
156 | |
---|
157 | |
---|
158 | int main(void) { return 0; } |
---|
159 | |
---|
160 | /usr/bin/gcc-4.0 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -march=pentium-m -mtune=pentium-m |
---|
161 | |
---|
162 | |
---|
163 | Result is: i386 |
---|
164 | ########################################## |
---|
165 | |
---|
166 | ============ Checking for byte order ============ |
---|
167 | |
---|
168 | short ascii_name[] = { (('M'<<8)|'P'),(('l'<<8)|'a'),(('y'<<8)|'e'),(('r'<<8)|'B'), |
---|
169 | (('i'<<8)|'g'),(('E'<<8)|'n'),(('d'<<8)|'i'),(('a'<<8)|'n'),0}; |
---|
170 | int main(void) { return (int)ascii_name; } |
---|
171 | |
---|
172 | /usr/bin/gcc-4.0 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
173 | |
---|
174 | |
---|
175 | Result is: little-endian |
---|
176 | ########################################## |
---|
177 | |
---|
178 | ============ Checking for extern symbol prefix ============ |
---|
179 | |
---|
180 | int ff_extern; |
---|
181 | |
---|
182 | /usr/bin/gcc-4.0 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -c |
---|
183 | |
---|
184 | |
---|
185 | Result is: _ |
---|
186 | ########################################## |
---|
187 | |
---|
188 | ============ Checking for assembler support of -pipe option ============ |
---|
189 | |
---|
190 | int main(void) { return 0; } |
---|
191 | |
---|
192 | /usr/bin/gcc-4.0 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -pipe |
---|
193 | |
---|
194 | |
---|
195 | Result is: yes |
---|
196 | ########################################## |
---|
197 | |
---|
198 | ============ Checking for compiler support of named assembler arguments ============ |
---|
199 | Result is: yes |
---|
200 | ########################################## |
---|
201 | |
---|
202 | ============ Checking for GCC support of -mstackrealign ============ |
---|
203 | |
---|
204 | __attribute__((noinline)) static int foo3(int i1, int i2, int i3) { return i3; } |
---|
205 | int main(void) { return foo3(1,2,3) == 3 ? 0 : 1; } |
---|
206 | |
---|
207 | /usr/bin/gcc-4.0 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -O4 -mstackrealign |
---|
208 | |
---|
209 | |
---|
210 | Result is: yes |
---|
211 | ########################################## |
---|
212 | |
---|
213 | |
---|
214 | int main(void) { return 0; } |
---|
215 | |
---|
216 | /usr/bin/gcc-4.0 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -std=gnu99 |
---|
217 | |
---|
218 | |
---|
219 | |
---|
220 | int main(void) { return 0; } |
---|
221 | |
---|
222 | /usr/bin/gcc-4.0 -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -Wdeclaration-after-statement |
---|
223 | |
---|
224 | |
---|
225 | |
---|
226 | int main(void) { return 0; } |
---|
227 | |
---|
228 | /usr/bin/gcc-4.0 -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -Wno-pointer-sign |
---|
229 | |
---|
230 | |
---|
231 | |
---|
232 | int main(void) { return 0; } |
---|
233 | |
---|
234 | /usr/bin/gcc-4.0 -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -Wdisabled-optimization |
---|
235 | |
---|
236 | |
---|
237 | |
---|
238 | int main(void) { return 0; } |
---|
239 | |
---|
240 | /usr/bin/gcc-4.0 -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -Wundef |
---|
241 | |
---|
242 | |
---|
243 | |
---|
244 | int main(void) { return 0; } |
---|
245 | |
---|
246 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -mno-omit-leaf-frame-pointer |
---|
247 | |
---|
248 | |
---|
249 | ============ Checking for assembler (/usr/libexec/gcc/i686-apple-darwin9/4.0.1/as 1.38) ============ |
---|
250 | Result is: ok |
---|
251 | ########################################## |
---|
252 | |
---|
253 | ============ Checking for .align is a power of two ============ |
---|
254 | |
---|
255 | int main(void) { __asm__ (".align 3"); return 0; } |
---|
256 | |
---|
257 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
258 | |
---|
259 | |
---|
260 | Result is: yes |
---|
261 | ########################################## |
---|
262 | |
---|
263 | ============ Checking for 10 assembler operands ============ |
---|
264 | |
---|
265 | int main(void) { |
---|
266 | int x=0; |
---|
267 | __asm__ volatile( |
---|
268 | "" |
---|
269 | :"+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x) |
---|
270 | ); |
---|
271 | return 0; |
---|
272 | } |
---|
273 | |
---|
274 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
275 | |
---|
276 | |
---|
277 | Result is: yes |
---|
278 | ########################################## |
---|
279 | |
---|
280 | ============ Checking for ebx availability ============ |
---|
281 | |
---|
282 | int main(void) { |
---|
283 | int x; |
---|
284 | __asm__ volatile( |
---|
285 | "xor %0, %0" |
---|
286 | :"=b"(x) |
---|
287 | // just adding ebx to clobber list seems unreliable with some |
---|
288 | // compilers, e.g. Haiku's gcc 2.95 |
---|
289 | ); |
---|
290 | return 0; |
---|
291 | } |
---|
292 | |
---|
293 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
294 | |
---|
295 | |
---|
296 | Result is: yes |
---|
297 | ########################################## |
---|
298 | |
---|
299 | ============ Checking for yasm ============ |
---|
300 | |
---|
301 | pabsw xmm0, xmm0 |
---|
302 | |
---|
303 | yasm -f macho -DPREFIX -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-31983-31247.S |
---|
304 | |
---|
305 | |
---|
306 | Result is: yasm |
---|
307 | ########################################## |
---|
308 | |
---|
309 | ============ Checking for bswap ============ |
---|
310 | Result is: yes |
---|
311 | ########################################## |
---|
312 | |
---|
313 | ============ Checking for -lposix ============ |
---|
314 | |
---|
315 | int main(void) { return 0; } |
---|
316 | |
---|
317 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lposix |
---|
318 | ld: library not found for -lposix |
---|
319 | collect2: ld returned 1 exit status |
---|
320 | |
---|
321 | |
---|
322 | Result is: no |
---|
323 | ########################################## |
---|
324 | |
---|
325 | ============ Checking for -lm ============ |
---|
326 | |
---|
327 | int main(void) { return 0; } |
---|
328 | |
---|
329 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lm |
---|
330 | |
---|
331 | |
---|
332 | Result is: yes |
---|
333 | ########################################## |
---|
334 | |
---|
335 | ============ Checking for langinfo ============ |
---|
336 | |
---|
337 | #include <langinfo.h> |
---|
338 | int main(void) { nl_langinfo(CODESET); return 0; } |
---|
339 | |
---|
340 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
341 | |
---|
342 | |
---|
343 | Result is: yes |
---|
344 | ########################################## |
---|
345 | |
---|
346 | ============ Checking for language ============ |
---|
347 | Result is: messages: en - man pages: en - documentation: en |
---|
348 | ########################################## |
---|
349 | |
---|
350 | ============ Checking for enable sighandler ============ |
---|
351 | Result is: yes |
---|
352 | ########################################## |
---|
353 | |
---|
354 | ============ Checking for runtime cpudetection ============ |
---|
355 | Result is: no |
---|
356 | ########################################## |
---|
357 | |
---|
358 | ============ Checking for restrict keyword ============ |
---|
359 | |
---|
360 | void foo(char * restrict p); int main(void) { return 0; } |
---|
361 | |
---|
362 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
363 | |
---|
364 | |
---|
365 | Result is: restrict |
---|
366 | ########################################## |
---|
367 | |
---|
368 | ============ Checking for __builtin_expect ============ |
---|
369 | |
---|
370 | int foo(int a) { |
---|
371 | a = __builtin_expect(a, 10); |
---|
372 | return a == 10 ? 0 : 1; |
---|
373 | } |
---|
374 | int main(void) { return foo(10) && foo(0); } |
---|
375 | |
---|
376 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
377 | |
---|
378 | |
---|
379 | Result is: yes |
---|
380 | ########################################## |
---|
381 | |
---|
382 | ============ Checking for kstat ============ |
---|
383 | |
---|
384 | #include <kstat.h> |
---|
385 | int main(void) { (void) kstat_open(); (void) kstat_close(0); return 0; } |
---|
386 | |
---|
387 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lkstat |
---|
388 | /tmp/mplayer-conf-8096-31247.c:1:19: error: kstat.h: No such file or directory |
---|
389 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
390 | /tmp/mplayer-conf-8096-31247.c:2: warning: implicit declaration of function 'kstat_open' |
---|
391 | /tmp/mplayer-conf-8096-31247.c:2: warning: implicit declaration of function 'kstat_close' |
---|
392 | |
---|
393 | |
---|
394 | Result is: no |
---|
395 | ########################################## |
---|
396 | |
---|
397 | ============ Checking for posix4 ============ |
---|
398 | |
---|
399 | #include <time.h> |
---|
400 | int main(void) { (void) nanosleep(0, 0); return 0; } |
---|
401 | |
---|
402 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lposix4 |
---|
403 | ld: library not found for -lposix4 |
---|
404 | collect2: ld returned 1 exit status |
---|
405 | |
---|
406 | |
---|
407 | Result is: no |
---|
408 | ########################################## |
---|
409 | |
---|
410 | ============ Checking for llrint ============ |
---|
411 | |
---|
412 | #include <math.h> |
---|
413 | int main(void) { long (*foo)(float); foo = llrint; (void)(*foo)(0.0); return 0; } |
---|
414 | |
---|
415 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -D_ISOC99_SOURCE -lm |
---|
416 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
417 | /tmp/mplayer-conf-8096-31247.c:2: warning: assignment from incompatible pointer type |
---|
418 | |
---|
419 | |
---|
420 | Result is: yes |
---|
421 | ########################################## |
---|
422 | |
---|
423 | ============ Checking for log2 ============ |
---|
424 | |
---|
425 | #include <math.h> |
---|
426 | int main(void) { long (*foo)(float); foo = log2; (void)(*foo)(0.0); return 0; } |
---|
427 | |
---|
428 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -D_ISOC99_SOURCE -lm |
---|
429 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
430 | /tmp/mplayer-conf-8096-31247.c:2: warning: assignment from incompatible pointer type |
---|
431 | |
---|
432 | |
---|
433 | Result is: yes |
---|
434 | ########################################## |
---|
435 | |
---|
436 | ============ Checking for lrint ============ |
---|
437 | |
---|
438 | #include <math.h> |
---|
439 | int main(void) { long (*foo)(float); foo = lrint; (void)(*foo)(0.0); return 0; } |
---|
440 | |
---|
441 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -D_ISOC99_SOURCE -lm |
---|
442 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
443 | /tmp/mplayer-conf-8096-31247.c:2: warning: assignment from incompatible pointer type |
---|
444 | |
---|
445 | |
---|
446 | Result is: yes |
---|
447 | ########################################## |
---|
448 | |
---|
449 | ============ Checking for lrintf ============ |
---|
450 | |
---|
451 | #include <math.h> |
---|
452 | int main(void) { long (*foo)(float); foo = lrintf; (void)(*foo)(0.0); return 0; } |
---|
453 | |
---|
454 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -D_ISOC99_SOURCE -lm |
---|
455 | |
---|
456 | |
---|
457 | Result is: yes |
---|
458 | ########################################## |
---|
459 | |
---|
460 | ============ Checking for round ============ |
---|
461 | |
---|
462 | #include <math.h> |
---|
463 | int main(void) { long (*foo)(float); foo = round; (void)(*foo)(0.0); return 0; } |
---|
464 | |
---|
465 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -D_ISOC99_SOURCE -lm |
---|
466 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
467 | /tmp/mplayer-conf-8096-31247.c:2: warning: assignment from incompatible pointer type |
---|
468 | |
---|
469 | |
---|
470 | Result is: yes |
---|
471 | ########################################## |
---|
472 | |
---|
473 | ============ Checking for roundf ============ |
---|
474 | |
---|
475 | #include <math.h> |
---|
476 | int main(void) { long (*foo)(float); foo = roundf; (void)(*foo)(0.0); return 0; } |
---|
477 | |
---|
478 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -D_ISOC99_SOURCE -lm |
---|
479 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
480 | /tmp/mplayer-conf-8096-31247.c:2: warning: assignment from incompatible pointer type |
---|
481 | |
---|
482 | |
---|
483 | Result is: yes |
---|
484 | ########################################## |
---|
485 | |
---|
486 | ============ Checking for truncf ============ |
---|
487 | |
---|
488 | #include <math.h> |
---|
489 | int main(void) { long (*foo)(float); foo = truncf; (void)(*foo)(0.0); return 0; } |
---|
490 | |
---|
491 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -D_ISOC99_SOURCE -lm |
---|
492 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
493 | /tmp/mplayer-conf-8096-31247.c:2: warning: assignment from incompatible pointer type |
---|
494 | |
---|
495 | |
---|
496 | Result is: yes |
---|
497 | ########################################## |
---|
498 | |
---|
499 | ============ Checking for mkstemp ============ |
---|
500 | |
---|
501 | #include <stdlib.h> |
---|
502 | int main(void) { char a; mkstemp(&a); return 0; } |
---|
503 | |
---|
504 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
505 | |
---|
506 | |
---|
507 | Result is: yes |
---|
508 | ########################################## |
---|
509 | |
---|
510 | ============ Checking for nanosleep ============ |
---|
511 | |
---|
512 | #include <time.h> |
---|
513 | int main(void) { (void) nanosleep(0, 0); return 0; } |
---|
514 | |
---|
515 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
516 | |
---|
517 | |
---|
518 | Result is: yes |
---|
519 | ########################################## |
---|
520 | |
---|
521 | ============ Checking for socklib ============ |
---|
522 | |
---|
523 | #include <netdb.h> |
---|
524 | #include <sys/socket.h> |
---|
525 | int main(void) { (void) gethostbyname(0); (void) socket(AF_INET, SOCK_STREAM, 0); return 0; } |
---|
526 | |
---|
527 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
528 | |
---|
529 | |
---|
530 | |
---|
531 | #include <winsock2.h> |
---|
532 | int main(void) { (void) gethostbyname(0); return 0; } |
---|
533 | |
---|
534 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lws2_32 |
---|
535 | /tmp/mplayer-conf-8096-31247.c:1:22: error: winsock2.h: No such file or directory |
---|
536 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
537 | /tmp/mplayer-conf-8096-31247.c:2: warning: implicit declaration of function 'gethostbyname' |
---|
538 | |
---|
539 | |
---|
540 | Result is: yes |
---|
541 | ########################################## |
---|
542 | |
---|
543 | ============ Checking for arpa/inet.h ============ |
---|
544 | |
---|
545 | #include <arpa/inet.h> |
---|
546 | int main(void) { return 0; } |
---|
547 | |
---|
548 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
549 | |
---|
550 | |
---|
551 | Result is: yes |
---|
552 | ########################################## |
---|
553 | |
---|
554 | ============ Checking for inet_pton() ============ |
---|
555 | |
---|
556 | #include <sys/types.h> |
---|
557 | #include <sys/socket.h> |
---|
558 | #include <arpa/inet.h> |
---|
559 | int main(void) { (void) inet_pton(0, 0, 0); return 0; } |
---|
560 | |
---|
561 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
562 | |
---|
563 | |
---|
564 | Result is: yes |
---|
565 | ########################################## |
---|
566 | |
---|
567 | ============ Checking for inet_aton() ============ |
---|
568 | |
---|
569 | #include <sys/types.h> |
---|
570 | #include <sys/socket.h> |
---|
571 | #include <arpa/inet.h> |
---|
572 | int main(void) { (void) inet_aton(0, 0); return 0; } |
---|
573 | |
---|
574 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
575 | |
---|
576 | |
---|
577 | Result is: yes |
---|
578 | ########################################## |
---|
579 | |
---|
580 | ============ Checking for socklen_t ============ |
---|
581 | |
---|
582 | #include <sys/socket.h> |
---|
583 | int main(void) { socklen_t v = 0; return v; } |
---|
584 | |
---|
585 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
586 | |
---|
587 | |
---|
588 | Result is: yes |
---|
589 | ########################################## |
---|
590 | |
---|
591 | ============ Checking for closesocket() ============ |
---|
592 | |
---|
593 | #include <winsock2.h> |
---|
594 | int main(void) { closesocket(~0); return 0; } |
---|
595 | |
---|
596 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
597 | /tmp/mplayer-conf-8096-31247.c:1:22: error: winsock2.h: No such file or directory |
---|
598 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
599 | /tmp/mplayer-conf-8096-31247.c:2: warning: implicit declaration of function 'closesocket' |
---|
600 | |
---|
601 | |
---|
602 | Result is: no |
---|
603 | ########################################## |
---|
604 | |
---|
605 | ============ Checking for network ============ |
---|
606 | Result is: yes |
---|
607 | ########################################## |
---|
608 | |
---|
609 | ============ Checking for inet6 ============ |
---|
610 | |
---|
611 | #include <sys/types.h> |
---|
612 | #if !defined(_WIN32) || defined(__CYGWIN__) |
---|
613 | #include <sys/socket.h> |
---|
614 | #include <netinet/in.h> |
---|
615 | #else |
---|
616 | #include <ws2tcpip.h> |
---|
617 | #endif |
---|
618 | int main(void) { struct sockaddr_in6 six; socket(AF_INET6, SOCK_STREAM, AF_INET6); return 0; } |
---|
619 | |
---|
620 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
621 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
622 | /tmp/mplayer-conf-8096-31247.c:8: warning: unused variable 'six' |
---|
623 | |
---|
624 | |
---|
625 | Result is: yes |
---|
626 | ########################################## |
---|
627 | |
---|
628 | ============ Checking for gethostbyname2 ============ |
---|
629 | |
---|
630 | #include <sys/types.h> |
---|
631 | #include <sys/socket.h> |
---|
632 | #include <netdb.h> |
---|
633 | int main(void) { gethostbyname2("", AF_INET); return 0; } |
---|
634 | |
---|
635 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
636 | |
---|
637 | |
---|
638 | Result is: yes |
---|
639 | ########################################## |
---|
640 | |
---|
641 | ============ Checking for inttypes.h (required) ============ |
---|
642 | |
---|
643 | #include <inttypes.h> |
---|
644 | int main(void) { return 0; } |
---|
645 | |
---|
646 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
647 | |
---|
648 | |
---|
649 | Result is: yes |
---|
650 | ########################################## |
---|
651 | |
---|
652 | ============ Checking for int_fastXY_t in inttypes.h ============ |
---|
653 | |
---|
654 | #include <inttypes.h> |
---|
655 | int main(void) { |
---|
656 | volatile int_fast16_t v= 0; |
---|
657 | return v; } |
---|
658 | |
---|
659 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
660 | |
---|
661 | |
---|
662 | Result is: yes |
---|
663 | ########################################## |
---|
664 | |
---|
665 | ============ Checking for malloc.h ============ |
---|
666 | |
---|
667 | #include <malloc.h> |
---|
668 | int main(void) { (void) malloc(0); return 0; } |
---|
669 | |
---|
670 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
671 | /tmp/mplayer-conf-8096-31247.c:1:20: error: malloc.h: No such file or directory |
---|
672 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
673 | /tmp/mplayer-conf-8096-31247.c:2: warning: implicit declaration of function 'malloc' |
---|
674 | /tmp/mplayer-conf-8096-31247.c:2: warning: incompatible implicit declaration of built-in function 'malloc' |
---|
675 | |
---|
676 | |
---|
677 | Result is: no |
---|
678 | ########################################## |
---|
679 | |
---|
680 | ============ Checking for memalign() ============ |
---|
681 | |
---|
682 | #include <malloc.h> |
---|
683 | int main(void) { (void) memalign(64, sizeof(char)); return 0; } |
---|
684 | |
---|
685 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
686 | /tmp/mplayer-conf-8096-31247.c:1:20: error: malloc.h: No such file or directory |
---|
687 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
688 | /tmp/mplayer-conf-8096-31247.c:2: warning: implicit declaration of function 'memalign' |
---|
689 | |
---|
690 | |
---|
691 | Result is: no |
---|
692 | ########################################## |
---|
693 | |
---|
694 | ============ Checking for posix_memalign() ============ |
---|
695 | |
---|
696 | #define _XOPEN_SOURCE 600 |
---|
697 | #include <stdlib.h> |
---|
698 | int main(void) { posix_memalign(NULL, 0, 0); } |
---|
699 | |
---|
700 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
701 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
702 | /tmp/mplayer-conf-8096-31247.c:3: warning: implicit declaration of function 'posix_memalign' |
---|
703 | Undefined symbols: |
---|
704 | "_posix_memalign", referenced from: |
---|
705 | _main in ccKRoOcV.o |
---|
706 | ld: symbol(s) not found |
---|
707 | collect2: ld returned 1 exit status |
---|
708 | |
---|
709 | |
---|
710 | Result is: no |
---|
711 | ########################################## |
---|
712 | |
---|
713 | ============ Checking for alloca.h ============ |
---|
714 | |
---|
715 | #include <alloca.h> |
---|
716 | int main(void) { (void) alloca(0); return 0; } |
---|
717 | |
---|
718 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
719 | |
---|
720 | |
---|
721 | |
---|
722 | #include <alloca.h> |
---|
723 | int main(void) { (void) alloca(0); return 0; } |
---|
724 | |
---|
725 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
726 | |
---|
727 | |
---|
728 | Result is: yes |
---|
729 | ########################################## |
---|
730 | |
---|
731 | ============ Checking for fastmemcpy ============ |
---|
732 | Result is: yes |
---|
733 | ########################################## |
---|
734 | |
---|
735 | ============ Checking for mman.h ============ |
---|
736 | |
---|
737 | #include <sys/types.h> |
---|
738 | #include <sys/mman.h> |
---|
739 | int main(void) { (void) mmap(0, 0, 0, 0, 0, 0); return 0; } |
---|
740 | |
---|
741 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
742 | |
---|
743 | |
---|
744 | Result is: yes |
---|
745 | ########################################## |
---|
746 | |
---|
747 | |
---|
748 | #include <sys/types.h> |
---|
749 | #include <sys/mman.h> |
---|
750 | int main(void) { void *p = MAP_FAILED; return 0; } |
---|
751 | |
---|
752 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
753 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
754 | /tmp/mplayer-conf-8096-31247.c:3: warning: unused variable 'p' |
---|
755 | |
---|
756 | |
---|
757 | ============ Checking for dynamic loader ============ |
---|
758 | |
---|
759 | #include <stddef.h> |
---|
760 | #include <dlfcn.h> |
---|
761 | int main(void) { dlopen(NULL, 0); dlclose(NULL); dlsym(NULL, NULL); return 0; } |
---|
762 | |
---|
763 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
764 | |
---|
765 | |
---|
766 | Result is: yes |
---|
767 | ########################################## |
---|
768 | |
---|
769 | ============ Checking for dynamic a/v plugins support ============ |
---|
770 | Result is: no |
---|
771 | ########################################## |
---|
772 | |
---|
773 | ============ Checking for pthread ============ |
---|
774 | |
---|
775 | #include <pthread.h> |
---|
776 | void* func(void *arg) { return arg; } |
---|
777 | int main(void) { pthread_t tid; return pthread_create(&tid, 0, func, 0) == 0 ? 0 : 1; } |
---|
778 | |
---|
779 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lpthreadGC2 |
---|
780 | ld: library not found for -lpthreadGC2 |
---|
781 | collect2: ld returned 1 exit status |
---|
782 | |
---|
783 | |
---|
784 | |
---|
785 | #include <pthread.h> |
---|
786 | void* func(void *arg) { return arg; } |
---|
787 | int main(void) { pthread_t tid; return pthread_create(&tid, 0, func, 0) == 0 ? 0 : 1; } |
---|
788 | |
---|
789 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
790 | |
---|
791 | |
---|
792 | Result is: yes |
---|
793 | ########################################## |
---|
794 | |
---|
795 | ============ Checking for w32threads ============ |
---|
796 | Result is: no (using pthread instead) |
---|
797 | ########################################## |
---|
798 | |
---|
799 | ============ Checking for rpath ============ |
---|
800 | Result is: no |
---|
801 | ########################################## |
---|
802 | |
---|
803 | ============ Checking for iconv ============ |
---|
804 | |
---|
805 | #include <stdio.h> |
---|
806 | #include <unistd.h> |
---|
807 | #include <iconv.h> |
---|
808 | #define INBUFSIZE 1024 |
---|
809 | #define OUTBUFSIZE 4096 |
---|
810 | |
---|
811 | char inbuffer[INBUFSIZE]; |
---|
812 | char outbuffer[OUTBUFSIZE]; |
---|
813 | |
---|
814 | int main(void) { |
---|
815 | size_t numread; |
---|
816 | iconv_t icdsc; |
---|
817 | char *tocode="UTF-8"; |
---|
818 | char *fromcode="cp1250"; |
---|
819 | if ((icdsc = iconv_open(tocode, fromcode)) != (iconv_t)(-1)) { |
---|
820 | while ((numread = read(0, inbuffer, INBUFSIZE))) { |
---|
821 | char *iptr=inbuffer; |
---|
822 | char *optr=outbuffer; |
---|
823 | size_t inleft=numread; |
---|
824 | size_t outleft=OUTBUFSIZE; |
---|
825 | if (iconv(icdsc, (const char **)&iptr, &inleft, &optr, &outleft) |
---|
826 | != (size_t)(-1)) { |
---|
827 | write(1, outbuffer, OUTBUFSIZE - outleft); |
---|
828 | } |
---|
829 | } |
---|
830 | if (iconv_close(icdsc) == -1) |
---|
831 | ; |
---|
832 | } |
---|
833 | return 0; |
---|
834 | } |
---|
835 | |
---|
836 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lm |
---|
837 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
838 | /tmp/mplayer-conf-8096-31247.c:21: warning: passing argument 2 of 'libiconv' from incompatible pointer type |
---|
839 | Undefined symbols: |
---|
840 | "_libiconv_open", referenced from: |
---|
841 | _main in cc2t2Oxd.o |
---|
842 | "_libiconv_close", referenced from: |
---|
843 | _main in cc2t2Oxd.o |
---|
844 | "_libiconv", referenced from: |
---|
845 | _main in cc2t2Oxd.o |
---|
846 | ld: symbol(s) not found |
---|
847 | collect2: ld returned 1 exit status |
---|
848 | |
---|
849 | |
---|
850 | |
---|
851 | #include <stdio.h> |
---|
852 | #include <unistd.h> |
---|
853 | #include <iconv.h> |
---|
854 | #define INBUFSIZE 1024 |
---|
855 | #define OUTBUFSIZE 4096 |
---|
856 | |
---|
857 | char inbuffer[INBUFSIZE]; |
---|
858 | char outbuffer[OUTBUFSIZE]; |
---|
859 | |
---|
860 | int main(void) { |
---|
861 | size_t numread; |
---|
862 | iconv_t icdsc; |
---|
863 | char *tocode="UTF-8"; |
---|
864 | char *fromcode="cp1250"; |
---|
865 | if ((icdsc = iconv_open(tocode, fromcode)) != (iconv_t)(-1)) { |
---|
866 | while ((numread = read(0, inbuffer, INBUFSIZE))) { |
---|
867 | char *iptr=inbuffer; |
---|
868 | char *optr=outbuffer; |
---|
869 | size_t inleft=numread; |
---|
870 | size_t outleft=OUTBUFSIZE; |
---|
871 | if (iconv(icdsc, (const char **)&iptr, &inleft, &optr, &outleft) |
---|
872 | != (size_t)(-1)) { |
---|
873 | write(1, outbuffer, OUTBUFSIZE - outleft); |
---|
874 | } |
---|
875 | } |
---|
876 | if (iconv_close(icdsc) == -1) |
---|
877 | ; |
---|
878 | } |
---|
879 | return 0; |
---|
880 | } |
---|
881 | |
---|
882 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lm -liconv |
---|
883 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
884 | /tmp/mplayer-conf-8096-31247.c:21: warning: passing argument 2 of 'libiconv' from incompatible pointer type |
---|
885 | |
---|
886 | |
---|
887 | Result is: yes |
---|
888 | ########################################## |
---|
889 | |
---|
890 | ============ Checking for soundcard.h ============ |
---|
891 | |
---|
892 | #include <sys/soundcard.h> |
---|
893 | int main(void) { return 0; } |
---|
894 | |
---|
895 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
896 | /tmp/mplayer-conf-8096-31247.c:1:27: error: sys/soundcard.h: No such file or directory |
---|
897 | |
---|
898 | |
---|
899 | |
---|
900 | #include <soundcard.h> |
---|
901 | int main(void) { return 0; } |
---|
902 | |
---|
903 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
904 | /tmp/mplayer-conf-8096-31247.c:1:23: error: soundcard.h: No such file or directory |
---|
905 | |
---|
906 | |
---|
907 | Result is: no |
---|
908 | ########################################## |
---|
909 | |
---|
910 | ============ Checking for sys/dvdio.h ============ |
---|
911 | |
---|
912 | #include <unistd.h> |
---|
913 | #include <sys/dvdio.h> |
---|
914 | int main(void) { return 0; } |
---|
915 | |
---|
916 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
917 | /tmp/mplayer-conf-8096-31247.c:2:23: error: sys/dvdio.h: No such file or directory |
---|
918 | |
---|
919 | |
---|
920 | Result is: no |
---|
921 | ########################################## |
---|
922 | |
---|
923 | ============ Checking for sys/cdio.h ============ |
---|
924 | |
---|
925 | #include <unistd.h> |
---|
926 | #include <sys/cdio.h> |
---|
927 | int main(void) { return 0; } |
---|
928 | |
---|
929 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
930 | /tmp/mplayer-conf-8096-31247.c:2:22: error: sys/cdio.h: No such file or directory |
---|
931 | |
---|
932 | |
---|
933 | Result is: no |
---|
934 | ########################################## |
---|
935 | |
---|
936 | ============ Checking for linux/cdrom.h ============ |
---|
937 | |
---|
938 | #include <sys/types.h> |
---|
939 | #include <linux/cdrom.h> |
---|
940 | int main(void) { return 0; } |
---|
941 | |
---|
942 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
943 | /tmp/mplayer-conf-8096-31247.c:2:25: error: linux/cdrom.h: No such file or directory |
---|
944 | |
---|
945 | |
---|
946 | Result is: no |
---|
947 | ########################################## |
---|
948 | |
---|
949 | ============ Checking for dvd.h ============ |
---|
950 | |
---|
951 | #include <dvd.h> |
---|
952 | int main(void) { return 0; } |
---|
953 | |
---|
954 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
955 | /tmp/mplayer-conf-8096-31247.c:1:17: error: dvd.h: No such file or directory |
---|
956 | |
---|
957 | |
---|
958 | Result is: no |
---|
959 | ########################################## |
---|
960 | |
---|
961 | ============ Checking for termcap ============ |
---|
962 | |
---|
963 | #include <stddef.h> |
---|
964 | #include <term.h> |
---|
965 | int main(void) { tgetent(NULL, NULL); return 0; } |
---|
966 | |
---|
967 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lncurses |
---|
968 | |
---|
969 | |
---|
970 | Result is: yes (using -lncurses) |
---|
971 | ########################################## |
---|
972 | |
---|
973 | ============ Checking for termios ============ |
---|
974 | |
---|
975 | #include <sys/termios.h> |
---|
976 | int main(void) { return 0; } |
---|
977 | |
---|
978 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
979 | |
---|
980 | |
---|
981 | Result is: yes (using sys/termios.h) |
---|
982 | ########################################## |
---|
983 | |
---|
984 | ============ Checking for shm ============ |
---|
985 | |
---|
986 | #include <sys/types.h> |
---|
987 | #include <sys/shm.h> |
---|
988 | int main(void) { shmget(0, 0, 0); shmat(0, 0, 0); shmctl(0, 0, 0); return 0; } |
---|
989 | |
---|
990 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
991 | |
---|
992 | |
---|
993 | Result is: yes |
---|
994 | ########################################## |
---|
995 | |
---|
996 | ============ Checking for strsep() ============ |
---|
997 | |
---|
998 | #include <string.h> |
---|
999 | int main(void) { char *s = "Hello, world!"; (void) strsep(&s, ","); return 0; } |
---|
1000 | |
---|
1001 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
1002 | |
---|
1003 | |
---|
1004 | Result is: yes |
---|
1005 | ########################################## |
---|
1006 | |
---|
1007 | ============ Checking for vsscanf() ============ |
---|
1008 | |
---|
1009 | #define _ISOC99_SOURCE |
---|
1010 | #include <stdarg.h> |
---|
1011 | #include <stdio.h> |
---|
1012 | int main(void) { vsscanf(0, 0, 0); return 0; } |
---|
1013 | |
---|
1014 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
1015 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
1016 | /tmp/mplayer-conf-8096-31247.c:4: warning: null argument where non-null required (argument 2) |
---|
1017 | /tmp/mplayer-conf-8096-31247.c:4: warning: too many arguments for format |
---|
1018 | |
---|
1019 | |
---|
1020 | Result is: yes |
---|
1021 | ########################################## |
---|
1022 | |
---|
1023 | ============ Checking for swab() ============ |
---|
1024 | |
---|
1025 | #define _XOPEN_SOURCE 600 |
---|
1026 | #include <unistd.h> |
---|
1027 | int main(void) { swab(0, 0, 0); return 0; } |
---|
1028 | |
---|
1029 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
1030 | |
---|
1031 | |
---|
1032 | Result is: yes |
---|
1033 | ########################################## |
---|
1034 | |
---|
1035 | ============ Checking for POSIX select() ============ |
---|
1036 | |
---|
1037 | #include <stdio.h> |
---|
1038 | #include <stdlib.h> |
---|
1039 | #include <sys/types.h> |
---|
1040 | #include <string.h> |
---|
1041 | #include <sys/time.h> |
---|
1042 | #include <unistd.h> |
---|
1043 | int main(void) {int nfds = 1; fd_set readfds; struct timeval timeout; select(nfds,&readfds,NULL,NULL,&timeout); return 0; } |
---|
1044 | |
---|
1045 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
1046 | |
---|
1047 | |
---|
1048 | Result is: yes |
---|
1049 | ########################################## |
---|
1050 | |
---|
1051 | ============ Checking for audio select() ============ |
---|
1052 | Result is: yes |
---|
1053 | ########################################## |
---|
1054 | |
---|
1055 | ============ Checking for gettimeofday() ============ |
---|
1056 | |
---|
1057 | #include <stdio.h> |
---|
1058 | #include <sys/time.h> |
---|
1059 | int main(void) {struct timeval tv_start; gettimeofday(&tv_start, NULL); return 0; } |
---|
1060 | |
---|
1061 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
1062 | |
---|
1063 | |
---|
1064 | Result is: yes |
---|
1065 | ########################################## |
---|
1066 | |
---|
1067 | ============ Checking for glob() ============ |
---|
1068 | |
---|
1069 | #include <stdio.h> |
---|
1070 | #include <glob.h> |
---|
1071 | int main(void) { glob_t gg; glob("filename",0,NULL,&gg); return 0; } |
---|
1072 | |
---|
1073 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
1074 | |
---|
1075 | |
---|
1076 | Result is: yes |
---|
1077 | ########################################## |
---|
1078 | |
---|
1079 | ============ Checking for setenv() ============ |
---|
1080 | |
---|
1081 | #include <stdlib.h> |
---|
1082 | int main(void) { setenv("","",0); return 0; } |
---|
1083 | |
---|
1084 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
1085 | |
---|
1086 | |
---|
1087 | Result is: yes |
---|
1088 | ########################################## |
---|
1089 | |
---|
1090 | ============ Checking for sys/sysinfo.h ============ |
---|
1091 | |
---|
1092 | #include <sys/sysinfo.h> |
---|
1093 | int main(void) { |
---|
1094 | struct sysinfo s_info; |
---|
1095 | sysinfo(&s_info); |
---|
1096 | return 0; |
---|
1097 | } |
---|
1098 | |
---|
1099 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
1100 | /tmp/mplayer-conf-8096-31247.c:1:25: error: sys/sysinfo.h: No such file or directory |
---|
1101 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
1102 | /tmp/mplayer-conf-8096-31247.c:3: error: storage size of 's_info' isn't known |
---|
1103 | /tmp/mplayer-conf-8096-31247.c:4: warning: implicit declaration of function 'sysinfo' |
---|
1104 | /tmp/mplayer-conf-8096-31247.c:3: warning: unused variable 's_info' |
---|
1105 | |
---|
1106 | |
---|
1107 | Result is: no |
---|
1108 | ########################################## |
---|
1109 | |
---|
1110 | ============ Checking for Mac OS X Finder Support ============ |
---|
1111 | Result is: no |
---|
1112 | ########################################## |
---|
1113 | |
---|
1114 | ============ Checking for Mac OS X Bundle file locations ============ |
---|
1115 | Result is: no |
---|
1116 | ########################################## |
---|
1117 | |
---|
1118 | ============ Checking for Apple Remote ============ |
---|
1119 | |
---|
1120 | #include <stdio.h> |
---|
1121 | #include <IOKit/IOCFPlugIn.h> |
---|
1122 | int main(void) { |
---|
1123 | io_iterator_t hidObjectIterator = (io_iterator_t)NULL; |
---|
1124 | CFMutableDictionaryRef hidMatchDictionary; |
---|
1125 | IOReturn ioReturnValue; |
---|
1126 | |
---|
1127 | // Set up a matching dictionary to search the I/O Registry by class. |
---|
1128 | // name for all HID class devices |
---|
1129 | hidMatchDictionary = IOServiceMatching("AppleIRController"); |
---|
1130 | |
---|
1131 | // Now search I/O Registry for matching devices. |
---|
1132 | ioReturnValue = IOServiceGetMatchingServices(kIOMasterPortDefault, |
---|
1133 | hidMatchDictionary, &hidObjectIterator); |
---|
1134 | |
---|
1135 | // If search is unsuccessful, return nonzero. |
---|
1136 | if (ioReturnValue != kIOReturnSuccess || |
---|
1137 | !IOIteratorIsValid(hidObjectIterator)) { |
---|
1138 | return 1; |
---|
1139 | } |
---|
1140 | return 0; |
---|
1141 | } |
---|
1142 | |
---|
1143 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -framework IOKit |
---|
1144 | |
---|
1145 | |
---|
1146 | Result is: no |
---|
1147 | ########################################## |
---|
1148 | |
---|
1149 | ============ Checking for pkg-config ============ |
---|
1150 | Result is: yes |
---|
1151 | ########################################## |
---|
1152 | |
---|
1153 | ============ Checking for Samba support (libsmbclient) ============ |
---|
1154 | Result is: no |
---|
1155 | ########################################## |
---|
1156 | |
---|
1157 | ============ Checking for tdfxfb ============ |
---|
1158 | Result is: no |
---|
1159 | ########################################## |
---|
1160 | |
---|
1161 | ============ Checking for s3fb ============ |
---|
1162 | Result is: no |
---|
1163 | ########################################## |
---|
1164 | |
---|
1165 | ============ Checking for wii ============ |
---|
1166 | Result is: no |
---|
1167 | ########################################## |
---|
1168 | |
---|
1169 | ============ Checking for tdfxvid ============ |
---|
1170 | Result is: no |
---|
1171 | ########################################## |
---|
1172 | |
---|
1173 | ============ Checking for xvr100 ============ |
---|
1174 | |
---|
1175 | #include <unistd.h> |
---|
1176 | #include <sys/fbio.h> |
---|
1177 | #include <sys/visual_io.h> |
---|
1178 | int main(void) { |
---|
1179 | struct vis_identifier ident; |
---|
1180 | struct fbgattr attr; |
---|
1181 | ioctl(0, VIS_GETIDENTIFIER, &ident); |
---|
1182 | ioctl(0, FBIOGATTR, &attr); |
---|
1183 | return 0; |
---|
1184 | } |
---|
1185 | |
---|
1186 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
1187 | /tmp/mplayer-conf-8096-31247.c:2:22: error: sys/fbio.h: No such file or directory |
---|
1188 | /tmp/mplayer-conf-8096-31247.c:3:27: error: sys/visual_io.h: No such file or directory |
---|
1189 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
1190 | /tmp/mplayer-conf-8096-31247.c:5: error: storage size of 'ident' isn't known |
---|
1191 | /tmp/mplayer-conf-8096-31247.c:6: error: storage size of 'attr' isn't known |
---|
1192 | /tmp/mplayer-conf-8096-31247.c:7: warning: implicit declaration of function 'ioctl' |
---|
1193 | /tmp/mplayer-conf-8096-31247.c:7: error: 'VIS_GETIDENTIFIER' undeclared (first use in this function) |
---|
1194 | /tmp/mplayer-conf-8096-31247.c:7: error: (Each undeclared identifier is reported only once |
---|
1195 | /tmp/mplayer-conf-8096-31247.c:7: error: for each function it appears in.) |
---|
1196 | /tmp/mplayer-conf-8096-31247.c:8: error: 'FBIOGATTR' undeclared (first use in this function) |
---|
1197 | /tmp/mplayer-conf-8096-31247.c:6: warning: unused variable 'attr' |
---|
1198 | /tmp/mplayer-conf-8096-31247.c:5: warning: unused variable 'ident' |
---|
1199 | |
---|
1200 | |
---|
1201 | Result is: no |
---|
1202 | ########################################## |
---|
1203 | |
---|
1204 | ============ Checking for tga ============ |
---|
1205 | Result is: yes |
---|
1206 | ########################################## |
---|
1207 | |
---|
1208 | ============ Checking for md5sum support ============ |
---|
1209 | Result is: yes |
---|
1210 | ########################################## |
---|
1211 | |
---|
1212 | ============ Checking for yuv4mpeg support ============ |
---|
1213 | Result is: yes |
---|
1214 | ########################################## |
---|
1215 | |
---|
1216 | ============ Checking for bl ============ |
---|
1217 | Result is: no |
---|
1218 | ########################################## |
---|
1219 | |
---|
1220 | ============ Checking for DirectFB ============ |
---|
1221 | |
---|
1222 | #include <directfb.h> |
---|
1223 | int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; } |
---|
1224 | |
---|
1225 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -ldirectfb |
---|
1226 | /tmp/mplayer-conf-8096-31247.c:1:22: error: directfb.h: No such file or directory |
---|
1227 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
1228 | /tmp/mplayer-conf-8096-31247.c:2: error: 'IDirectFB' undeclared (first use in this function) |
---|
1229 | /tmp/mplayer-conf-8096-31247.c:2: error: (Each undeclared identifier is reported only once |
---|
1230 | /tmp/mplayer-conf-8096-31247.c:2: error: for each function it appears in.) |
---|
1231 | /tmp/mplayer-conf-8096-31247.c:2: error: 'foo' undeclared (first use in this function) |
---|
1232 | /tmp/mplayer-conf-8096-31247.c:2: warning: implicit declaration of function 'DirectFBInit' |
---|
1233 | |
---|
1234 | |
---|
1235 | |
---|
1236 | #include <directfb.h> |
---|
1237 | int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; } |
---|
1238 | |
---|
1239 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -I/usr/local/include/directfb -ldirectfb |
---|
1240 | /tmp/mplayer-conf-8096-31247.c:1:22: error: directfb.h: No such file or directory |
---|
1241 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
1242 | /tmp/mplayer-conf-8096-31247.c:2: error: 'IDirectFB' undeclared (first use in this function) |
---|
1243 | /tmp/mplayer-conf-8096-31247.c:2: error: (Each undeclared identifier is reported only once |
---|
1244 | /tmp/mplayer-conf-8096-31247.c:2: error: for each function it appears in.) |
---|
1245 | /tmp/mplayer-conf-8096-31247.c:2: error: 'foo' undeclared (first use in this function) |
---|
1246 | /tmp/mplayer-conf-8096-31247.c:2: warning: implicit declaration of function 'DirectFBInit' |
---|
1247 | |
---|
1248 | |
---|
1249 | |
---|
1250 | #include <directfb.h> |
---|
1251 | int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; } |
---|
1252 | |
---|
1253 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -I/usr/include/directfb -ldirectfb |
---|
1254 | /tmp/mplayer-conf-8096-31247.c:1:22: error: directfb.h: No such file or directory |
---|
1255 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
1256 | /tmp/mplayer-conf-8096-31247.c:2: error: 'IDirectFB' undeclared (first use in this function) |
---|
1257 | /tmp/mplayer-conf-8096-31247.c:2: error: (Each undeclared identifier is reported only once |
---|
1258 | /tmp/mplayer-conf-8096-31247.c:2: error: for each function it appears in.) |
---|
1259 | /tmp/mplayer-conf-8096-31247.c:2: error: 'foo' undeclared (first use in this function) |
---|
1260 | /tmp/mplayer-conf-8096-31247.c:2: warning: implicit declaration of function 'DirectFBInit' |
---|
1261 | |
---|
1262 | |
---|
1263 | |
---|
1264 | #include <directfb.h> |
---|
1265 | int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; } |
---|
1266 | |
---|
1267 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -I/usr/local/include -ldirectfb |
---|
1268 | /tmp/mplayer-conf-8096-31247.c:1:22: error: directfb.h: No such file or directory |
---|
1269 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
1270 | /tmp/mplayer-conf-8096-31247.c:2: error: 'IDirectFB' undeclared (first use in this function) |
---|
1271 | /tmp/mplayer-conf-8096-31247.c:2: error: (Each undeclared identifier is reported only once |
---|
1272 | /tmp/mplayer-conf-8096-31247.c:2: error: for each function it appears in.) |
---|
1273 | /tmp/mplayer-conf-8096-31247.c:2: error: 'foo' undeclared (first use in this function) |
---|
1274 | /tmp/mplayer-conf-8096-31247.c:2: warning: implicit declaration of function 'DirectFBInit' |
---|
1275 | |
---|
1276 | |
---|
1277 | Result is: no |
---|
1278 | ########################################## |
---|
1279 | |
---|
1280 | ============ Checking for X11 headers presence ============ |
---|
1281 | Result is: yes (using /usr/X11/include) |
---|
1282 | ########################################## |
---|
1283 | |
---|
1284 | ============ Checking for X11 ============ |
---|
1285 | Result is: no (check if the dev(el) packages are installed) |
---|
1286 | ########################################## |
---|
1287 | |
---|
1288 | ============ Checking for Xss screensaver extensions ============ |
---|
1289 | |
---|
1290 | #include <X11/Xlib.h> |
---|
1291 | #include <X11/extensions/scrnsaver.h> |
---|
1292 | int main(void) { XScreenSaverSuspend(NULL, True); return 0; } |
---|
1293 | |
---|
1294 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lXss |
---|
1295 | ld: library not found for -lXss |
---|
1296 | collect2: ld returned 1 exit status |
---|
1297 | |
---|
1298 | |
---|
1299 | Result is: no |
---|
1300 | ########################################## |
---|
1301 | |
---|
1302 | ============ Checking for DPMS ============ |
---|
1303 | Result is: no |
---|
1304 | ########################################## |
---|
1305 | |
---|
1306 | ============ Checking for Xv ============ |
---|
1307 | Result is: no |
---|
1308 | ########################################## |
---|
1309 | |
---|
1310 | ============ Checking for XvMC ============ |
---|
1311 | Result is: no |
---|
1312 | ########################################## |
---|
1313 | |
---|
1314 | ============ Checking for VDPAU ============ |
---|
1315 | Result is: no |
---|
1316 | ########################################## |
---|
1317 | |
---|
1318 | ============ Checking for Xinerama ============ |
---|
1319 | Result is: no |
---|
1320 | ########################################## |
---|
1321 | |
---|
1322 | ============ Checking for Xxf86vm ============ |
---|
1323 | Result is: no |
---|
1324 | ########################################## |
---|
1325 | |
---|
1326 | ============ Checking for XF86keysym ============ |
---|
1327 | Result is: no |
---|
1328 | ########################################## |
---|
1329 | |
---|
1330 | ============ Checking for DGA ============ |
---|
1331 | Result is: no |
---|
1332 | ########################################## |
---|
1333 | |
---|
1334 | ============ Checking for 3dfx ============ |
---|
1335 | Result is: no |
---|
1336 | ########################################## |
---|
1337 | |
---|
1338 | ============ Checking for VIDIX ============ |
---|
1339 | Result is: no |
---|
1340 | ########################################## |
---|
1341 | |
---|
1342 | ============ Checking for /dev/mga_vid ============ |
---|
1343 | Result is: no |
---|
1344 | ########################################## |
---|
1345 | |
---|
1346 | ============ Checking for xmga ============ |
---|
1347 | Result is: no |
---|
1348 | ########################################## |
---|
1349 | |
---|
1350 | ============ Checking for GGI ============ |
---|
1351 | |
---|
1352 | #include <ggi/ggi.h> |
---|
1353 | int main(void) { ggiInit(); return 0; } |
---|
1354 | |
---|
1355 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lggi |
---|
1356 | /tmp/mplayer-conf-8096-31247.c:1:21: error: ggi/ggi.h: No such file or directory |
---|
1357 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
1358 | /tmp/mplayer-conf-8096-31247.c:2: warning: implicit declaration of function 'ggiInit' |
---|
1359 | |
---|
1360 | |
---|
1361 | Result is: no |
---|
1362 | ########################################## |
---|
1363 | |
---|
1364 | ============ Checking for GGI extension: libggiwmh ============ |
---|
1365 | |
---|
1366 | #include <ggi/ggi.h> |
---|
1367 | #include <ggi/wmh.h> |
---|
1368 | int main(void) { ggiInit(); ggiWmhInit(); return 0; } |
---|
1369 | |
---|
1370 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lggi -lggiwmh |
---|
1371 | /tmp/mplayer-conf-8096-31247.c:1:21: error: ggi/ggi.h: No such file or directory |
---|
1372 | /tmp/mplayer-conf-8096-31247.c:2:21: error: ggi/wmh.h: No such file or directory |
---|
1373 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
1374 | /tmp/mplayer-conf-8096-31247.c:3: warning: implicit declaration of function 'ggiInit' |
---|
1375 | /tmp/mplayer-conf-8096-31247.c:3: warning: implicit declaration of function 'ggiWmhInit' |
---|
1376 | |
---|
1377 | |
---|
1378 | Result is: no |
---|
1379 | ########################################## |
---|
1380 | |
---|
1381 | ============ Checking for AA ============ |
---|
1382 | Result is: no |
---|
1383 | ########################################## |
---|
1384 | |
---|
1385 | ============ Checking for CACA ============ |
---|
1386 | Result is: no |
---|
1387 | ########################################## |
---|
1388 | |
---|
1389 | ============ Checking for SVGAlib ============ |
---|
1390 | |
---|
1391 | #include <vga.h> |
---|
1392 | int main(void) { return 0; } |
---|
1393 | |
---|
1394 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lvga -lm |
---|
1395 | /tmp/mplayer-conf-8096-31247.c:1:17: error: vga.h: No such file or directory |
---|
1396 | |
---|
1397 | |
---|
1398 | Result is: no |
---|
1399 | ########################################## |
---|
1400 | |
---|
1401 | ============ Checking for FBDev ============ |
---|
1402 | Result is: no |
---|
1403 | ########################################## |
---|
1404 | |
---|
1405 | ============ Checking for DVB ============ |
---|
1406 | |
---|
1407 | #include <poll.h> |
---|
1408 | #include <sys/ioctl.h> |
---|
1409 | #include <stdio.h> |
---|
1410 | #include <time.h> |
---|
1411 | #include <unistd.h> |
---|
1412 | #include <ost/dmx.h> |
---|
1413 | #include <ost/frontend.h> |
---|
1414 | #include <ost/sec.h> |
---|
1415 | #include <ost/video.h> |
---|
1416 | #include <ost/audio.h> |
---|
1417 | int main(void) {return 0;} |
---|
1418 | |
---|
1419 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
1420 | /tmp/mplayer-conf-8096-31247.c:6:21: error: ost/dmx.h: No such file or directory |
---|
1421 | /tmp/mplayer-conf-8096-31247.c:7:26: error: ost/frontend.h: No such file or directory |
---|
1422 | /tmp/mplayer-conf-8096-31247.c:8:21: error: ost/sec.h: No such file or directory |
---|
1423 | /tmp/mplayer-conf-8096-31247.c:9:23: error: ost/video.h: No such file or directory |
---|
1424 | /tmp/mplayer-conf-8096-31247.c:10:23: error: ost/audio.h: No such file or directory |
---|
1425 | |
---|
1426 | |
---|
1427 | |
---|
1428 | #include <poll.h> |
---|
1429 | #include <sys/ioctl.h> |
---|
1430 | #include <stdio.h> |
---|
1431 | #include <time.h> |
---|
1432 | #include <unistd.h> |
---|
1433 | #include <ost/dmx.h> |
---|
1434 | #include <ost/frontend.h> |
---|
1435 | #include <ost/sec.h> |
---|
1436 | #include <ost/video.h> |
---|
1437 | #include <ost/audio.h> |
---|
1438 | int main(void) {return 0;} |
---|
1439 | |
---|
1440 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -I/usr/src/DVB/ost/include |
---|
1441 | /tmp/mplayer-conf-8096-31247.c:6:21: error: ost/dmx.h: No such file or directory |
---|
1442 | /tmp/mplayer-conf-8096-31247.c:7:26: error: ost/frontend.h: No such file or directory |
---|
1443 | /tmp/mplayer-conf-8096-31247.c:8:21: error: ost/sec.h: No such file or directory |
---|
1444 | /tmp/mplayer-conf-8096-31247.c:9:23: error: ost/video.h: No such file or directory |
---|
1445 | /tmp/mplayer-conf-8096-31247.c:10:23: error: ost/audio.h: No such file or directory |
---|
1446 | |
---|
1447 | |
---|
1448 | Result is: no |
---|
1449 | ########################################## |
---|
1450 | |
---|
1451 | ============ Checking for DVB HEAD ============ |
---|
1452 | |
---|
1453 | #include <poll.h> |
---|
1454 | #include <sys/ioctl.h> |
---|
1455 | #include <stdio.h> |
---|
1456 | #include <time.h> |
---|
1457 | #include <unistd.h> |
---|
1458 | #include <linux/dvb/dmx.h> |
---|
1459 | #include <linux/dvb/frontend.h> |
---|
1460 | #include <linux/dvb/video.h> |
---|
1461 | #include <linux/dvb/audio.h> |
---|
1462 | int main(void) {return 0;} |
---|
1463 | |
---|
1464 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
1465 | /tmp/mplayer-conf-8096-31247.c:6:27: error: linux/dvb/dmx.h: No such file or directory |
---|
1466 | /tmp/mplayer-conf-8096-31247.c:7:32: error: linux/dvb/frontend.h: No such file or directory |
---|
1467 | /tmp/mplayer-conf-8096-31247.c:8:29: error: linux/dvb/video.h: No such file or directory |
---|
1468 | /tmp/mplayer-conf-8096-31247.c:9:29: error: linux/dvb/audio.h: No such file or directory |
---|
1469 | |
---|
1470 | |
---|
1471 | |
---|
1472 | #include <poll.h> |
---|
1473 | #include <sys/ioctl.h> |
---|
1474 | #include <stdio.h> |
---|
1475 | #include <time.h> |
---|
1476 | #include <unistd.h> |
---|
1477 | #include <linux/dvb/dmx.h> |
---|
1478 | #include <linux/dvb/frontend.h> |
---|
1479 | #include <linux/dvb/video.h> |
---|
1480 | #include <linux/dvb/audio.h> |
---|
1481 | int main(void) {return 0;} |
---|
1482 | |
---|
1483 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -I/usr/src/DVB/include |
---|
1484 | /tmp/mplayer-conf-8096-31247.c:6:27: error: linux/dvb/dmx.h: No such file or directory |
---|
1485 | /tmp/mplayer-conf-8096-31247.c:7:32: error: linux/dvb/frontend.h: No such file or directory |
---|
1486 | /tmp/mplayer-conf-8096-31247.c:8:29: error: linux/dvb/video.h: No such file or directory |
---|
1487 | /tmp/mplayer-conf-8096-31247.c:9:29: error: linux/dvb/audio.h: No such file or directory |
---|
1488 | |
---|
1489 | |
---|
1490 | Result is: no |
---|
1491 | ########################################## |
---|
1492 | |
---|
1493 | ============ Checking for QuickTime ============ |
---|
1494 | |
---|
1495 | #include <QuickTime/QuickTime.h> |
---|
1496 | int main(void) { |
---|
1497 | ImageDescription *desc; |
---|
1498 | EnterMovies(); |
---|
1499 | ExitMovies(); |
---|
1500 | return 0; |
---|
1501 | } |
---|
1502 | |
---|
1503 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -framework QuickTime |
---|
1504 | In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:29, |
---|
1505 | from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverServices.h:32, |
---|
1506 | from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:125, |
---|
1507 | from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20, |
---|
1508 | from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21, |
---|
1509 | from /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20, |
---|
1510 | from /System/Library/Frameworks/QuickTime.framework/Headers/QuickTime.h:20, |
---|
1511 | from /tmp/mplayer-conf-8096-31247.c:1: |
---|
1512 | /usr/lib/gcc/i686-apple-darwin9/4.0.1/include/xmmintrin.h:35:3: error: #error "SSE instruction set not enabled" |
---|
1513 | In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverServices.h:32, |
---|
1514 | from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:125, |
---|
1515 | from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20, |
---|
1516 | from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21, |
---|
1517 | from /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20, |
---|
1518 | from /System/Library/Frameworks/QuickTime.framework/Headers/QuickTime.h:20, |
---|
1519 | from /tmp/mplayer-conf-8096-31247.c:1: |
---|
1520 | /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:216: error: syntax error before '__m128' |
---|
1521 | /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:218: error: syntax error before 'sd' |
---|
1522 | /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:220: error: syntax error before '}' token |
---|
1523 | /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:264: error: array type has incomplete element type |
---|
1524 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
1525 | /tmp/mplayer-conf-8096-31247.c:3: warning: unused variable 'desc' |
---|
1526 | |
---|
1527 | |
---|
1528 | Result is: no |
---|
1529 | ########################################## |
---|
1530 | |
---|
1531 | ============ Checking for Quartz ============ |
---|
1532 | Result is: no |
---|
1533 | ########################################## |
---|
1534 | |
---|
1535 | ============ Checking for CoreVideo ============ |
---|
1536 | |
---|
1537 | #include <Carbon/Carbon.h> |
---|
1538 | #include <CoreServices/CoreServices.h> |
---|
1539 | #include <OpenGL/OpenGL.h> |
---|
1540 | #include <QuartzCore/CoreVideo.h> |
---|
1541 | int main(void) { return 0; } |
---|
1542 | |
---|
1543 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL |
---|
1544 | In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:29, |
---|
1545 | from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverServices.h:32, |
---|
1546 | from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:125, |
---|
1547 | from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20, |
---|
1548 | from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21, |
---|
1549 | from /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20, |
---|
1550 | from /tmp/mplayer-conf-8096-31247.c:1: |
---|
1551 | /usr/lib/gcc/i686-apple-darwin9/4.0.1/include/xmmintrin.h:35:3: error: #error "SSE instruction set not enabled" |
---|
1552 | In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverServices.h:32, |
---|
1553 | from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:125, |
---|
1554 | from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20, |
---|
1555 | from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21, |
---|
1556 | from /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20, |
---|
1557 | from /tmp/mplayer-conf-8096-31247.c:1: |
---|
1558 | /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:216: error: syntax error before '__m128' |
---|
1559 | /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:218: error: syntax error before 'sd' |
---|
1560 | /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:220: error: syntax error before '}' token |
---|
1561 | /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:264: error: array type has incomplete element type |
---|
1562 | |
---|
1563 | |
---|
1564 | Result is: no |
---|
1565 | ########################################## |
---|
1566 | |
---|
1567 | ============ Checking for OpenGL ============ |
---|
1568 | Result is: no |
---|
1569 | ########################################## |
---|
1570 | |
---|
1571 | ============ Checking for PNG support ============ |
---|
1572 | Result is: yes |
---|
1573 | ########################################## |
---|
1574 | |
---|
1575 | ============ Checking for MNG support ============ |
---|
1576 | Result is: no |
---|
1577 | ########################################## |
---|
1578 | |
---|
1579 | ============ Checking for JPEG support ============ |
---|
1580 | Result is: yes |
---|
1581 | ########################################## |
---|
1582 | |
---|
1583 | ============ Checking for PNM support ============ |
---|
1584 | Result is: yes |
---|
1585 | ########################################## |
---|
1586 | |
---|
1587 | ============ Checking for GIF support ============ |
---|
1588 | |
---|
1589 | #include <gif_lib.h> |
---|
1590 | int main(void) { return 0; } |
---|
1591 | |
---|
1592 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lungif |
---|
1593 | /tmp/mplayer-conf-8096-31247.c:1:21: error: gif_lib.h: No such file or directory |
---|
1594 | |
---|
1595 | |
---|
1596 | |
---|
1597 | #include <gif_lib.h> |
---|
1598 | int main(void) { return 0; } |
---|
1599 | |
---|
1600 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lgif |
---|
1601 | /tmp/mplayer-conf-8096-31247.c:1:21: error: gif_lib.h: No such file or directory |
---|
1602 | |
---|
1603 | |
---|
1604 | Result is: no |
---|
1605 | ########################################## |
---|
1606 | |
---|
1607 | ============ Checking for VESA support ============ |
---|
1608 | |
---|
1609 | #include <vbe.h> |
---|
1610 | int main(void) { vbeVersion(); return 0; } |
---|
1611 | |
---|
1612 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lvbe -llrmi |
---|
1613 | /tmp/mplayer-conf-8096-31247.c:1:17: error: vbe.h: No such file or directory |
---|
1614 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
1615 | /tmp/mplayer-conf-8096-31247.c:2: warning: implicit declaration of function 'vbeVersion' |
---|
1616 | |
---|
1617 | |
---|
1618 | Result is: no |
---|
1619 | ########################################## |
---|
1620 | |
---|
1621 | ============ Checking for SDL ============ |
---|
1622 | ./configure: line 5148: sdl-config: command not found |
---|
1623 | ./configure: line 5150: sdl11-config: command not found |
---|
1624 | Result is: no |
---|
1625 | ########################################## |
---|
1626 | |
---|
1627 | ============ Checking for DXR2 ============ |
---|
1628 | |
---|
1629 | #include <dxr2ioctl.h> |
---|
1630 | int main(void) { return 0; } |
---|
1631 | |
---|
1632 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
1633 | /tmp/mplayer-conf-8096-31247.c:1:23: error: dxr2ioctl.h: No such file or directory |
---|
1634 | |
---|
1635 | |
---|
1636 | |
---|
1637 | #include <dxr2ioctl.h> |
---|
1638 | int main(void) { return 0; } |
---|
1639 | |
---|
1640 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -I/usr/local/include/dxr2 |
---|
1641 | /tmp/mplayer-conf-8096-31247.c:1:23: error: dxr2ioctl.h: No such file or directory |
---|
1642 | |
---|
1643 | |
---|
1644 | |
---|
1645 | #include <dxr2ioctl.h> |
---|
1646 | int main(void) { return 0; } |
---|
1647 | |
---|
1648 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -I/usr/include/dxr2 |
---|
1649 | /tmp/mplayer-conf-8096-31247.c:1:23: error: dxr2ioctl.h: No such file or directory |
---|
1650 | |
---|
1651 | |
---|
1652 | Result is: no |
---|
1653 | ########################################## |
---|
1654 | |
---|
1655 | ============ Checking for DXR3/H+ ============ |
---|
1656 | |
---|
1657 | #include <linux/em8300.h> |
---|
1658 | int main(void) { return 0; } |
---|
1659 | |
---|
1660 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
1661 | /tmp/mplayer-conf-8096-31247.c:1:26: error: linux/em8300.h: No such file or directory |
---|
1662 | |
---|
1663 | |
---|
1664 | Result is: no |
---|
1665 | ########################################## |
---|
1666 | |
---|
1667 | ============ Checking for IVTV TV-Out (pre linux-2.6.24) ============ |
---|
1668 | |
---|
1669 | #include <stdlib.h> |
---|
1670 | #include <inttypes.h> |
---|
1671 | #include <linux/types.h> |
---|
1672 | #include <linux/videodev2.h> |
---|
1673 | #include <linux/ivtv.h> |
---|
1674 | #include <sys/ioctl.h> |
---|
1675 | int main(void) { |
---|
1676 | struct ivtv_cfg_stop_decode sd; |
---|
1677 | struct ivtv_cfg_start_decode sd1; |
---|
1678 | ioctl(0, IVTV_IOC_START_DECODE, &sd1); |
---|
1679 | ioctl(0, IVTV_IOC_STOP_DECODE, &sd); |
---|
1680 | return 0; } |
---|
1681 | |
---|
1682 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
1683 | /tmp/mplayer-conf-8096-31247.c:3:25: error: linux/types.h: No such file or directory |
---|
1684 | /tmp/mplayer-conf-8096-31247.c:4:29: error: linux/videodev2.h: No such file or directory |
---|
1685 | /tmp/mplayer-conf-8096-31247.c:5:24: error: linux/ivtv.h: No such file or directory |
---|
1686 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
1687 | /tmp/mplayer-conf-8096-31247.c:8: error: storage size of 'sd' isn't known |
---|
1688 | /tmp/mplayer-conf-8096-31247.c:9: error: storage size of 'sd1' isn't known |
---|
1689 | /tmp/mplayer-conf-8096-31247.c:10: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function) |
---|
1690 | /tmp/mplayer-conf-8096-31247.c:10: error: (Each undeclared identifier is reported only once |
---|
1691 | /tmp/mplayer-conf-8096-31247.c:10: error: for each function it appears in.) |
---|
1692 | /tmp/mplayer-conf-8096-31247.c:11: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function) |
---|
1693 | /tmp/mplayer-conf-8096-31247.c:9: warning: unused variable 'sd1' |
---|
1694 | /tmp/mplayer-conf-8096-31247.c:8: warning: unused variable 'sd' |
---|
1695 | |
---|
1696 | |
---|
1697 | Result is: no |
---|
1698 | ########################################## |
---|
1699 | |
---|
1700 | ============ Checking for V4L2 MPEG Decoder ============ |
---|
1701 | |
---|
1702 | #include <stdlib.h> |
---|
1703 | #include <inttypes.h> |
---|
1704 | #include <linux/types.h> |
---|
1705 | #include <linux/videodev2.h> |
---|
1706 | #include <linux/version.h> |
---|
1707 | int main(void) { |
---|
1708 | #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22) |
---|
1709 | #error kernel headers too old, need 2.6.22 |
---|
1710 | bad_kernel_version(); |
---|
1711 | #endif |
---|
1712 | struct v4l2_ext_controls ctrls; |
---|
1713 | ctrls.ctrl_class = V4L2_CTRL_CLASS_MPEG; |
---|
1714 | return 0; |
---|
1715 | } |
---|
1716 | |
---|
1717 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
1718 | /tmp/mplayer-conf-8096-31247.c:3:25: error: linux/types.h: No such file or directory |
---|
1719 | /tmp/mplayer-conf-8096-31247.c:4:29: error: linux/videodev2.h: No such file or directory |
---|
1720 | /tmp/mplayer-conf-8096-31247.c:5:27: error: linux/version.h: No such file or directory |
---|
1721 | /tmp/mplayer-conf-8096-31247.c:7:5: warning: "LINUX_VERSION_CODE" is not defined |
---|
1722 | /tmp/mplayer-conf-8096-31247.c:7:26: warning: "KERNEL_VERSION" is not defined |
---|
1723 | /tmp/mplayer-conf-8096-31247.c:7:40: error: missing binary operator before token "(" |
---|
1724 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
1725 | /tmp/mplayer-conf-8096-31247.c:11: error: storage size of 'ctrls' isn't known |
---|
1726 | /tmp/mplayer-conf-8096-31247.c:12: error: 'V4L2_CTRL_CLASS_MPEG' undeclared (first use in this function) |
---|
1727 | /tmp/mplayer-conf-8096-31247.c:12: error: (Each undeclared identifier is reported only once |
---|
1728 | /tmp/mplayer-conf-8096-31247.c:12: error: for each function it appears in.) |
---|
1729 | /tmp/mplayer-conf-8096-31247.c:11: warning: unused variable 'ctrls' |
---|
1730 | |
---|
1731 | |
---|
1732 | Result is: no |
---|
1733 | ########################################## |
---|
1734 | |
---|
1735 | ============ Checking for OSS Audio ============ |
---|
1736 | |
---|
1737 | #include <sys/ioctl.h> |
---|
1738 | #include <soundcard.h> |
---|
1739 | int main(void) { int arg = SNDCTL_DSP_SETFRAGMENT; return 0; } |
---|
1740 | |
---|
1741 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
1742 | /tmp/mplayer-conf-8096-31247.c:2:23: error: soundcard.h: No such file or directory |
---|
1743 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
1744 | /tmp/mplayer-conf-8096-31247.c:3: error: 'SNDCTL_DSP_SETFRAGMENT' undeclared (first use in this function) |
---|
1745 | /tmp/mplayer-conf-8096-31247.c:3: error: (Each undeclared identifier is reported only once |
---|
1746 | /tmp/mplayer-conf-8096-31247.c:3: error: for each function it appears in.) |
---|
1747 | /tmp/mplayer-conf-8096-31247.c:3: warning: unused variable 'arg' |
---|
1748 | |
---|
1749 | |
---|
1750 | Result is: no |
---|
1751 | ########################################## |
---|
1752 | |
---|
1753 | ============ Checking for aRts ============ |
---|
1754 | Result is: no |
---|
1755 | ########################################## |
---|
1756 | |
---|
1757 | ============ Checking for EsounD ============ |
---|
1758 | Result is: no |
---|
1759 | ########################################## |
---|
1760 | |
---|
1761 | ============ Checking for NAS ============ |
---|
1762 | |
---|
1763 | #include <audio/audiolib.h> |
---|
1764 | int main(void) { return 0; } |
---|
1765 | |
---|
1766 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lm -laudio -lXt |
---|
1767 | /tmp/mplayer-conf-8096-31247.c:1:28: error: audio/audiolib.h: No such file or directory |
---|
1768 | |
---|
1769 | |
---|
1770 | Result is: no |
---|
1771 | ########################################## |
---|
1772 | |
---|
1773 | ============ Checking for pulse ============ |
---|
1774 | Result is: no |
---|
1775 | ########################################## |
---|
1776 | |
---|
1777 | ============ Checking for JACK ============ |
---|
1778 | |
---|
1779 | #include <jack/jack.h> |
---|
1780 | int main(void) { jack_client_open("test", JackUseExactName, NULL); return 0; } |
---|
1781 | |
---|
1782 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -ljack |
---|
1783 | /tmp/mplayer-conf-8096-31247.c:1:23: error: jack/jack.h: No such file or directory |
---|
1784 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
1785 | /tmp/mplayer-conf-8096-31247.c:2: warning: implicit declaration of function 'jack_client_open' |
---|
1786 | /tmp/mplayer-conf-8096-31247.c:2: error: 'JackUseExactName' undeclared (first use in this function) |
---|
1787 | /tmp/mplayer-conf-8096-31247.c:2: error: (Each undeclared identifier is reported only once |
---|
1788 | /tmp/mplayer-conf-8096-31247.c:2: error: for each function it appears in.) |
---|
1789 | /tmp/mplayer-conf-8096-31247.c:2: error: 'NULL' undeclared (first use in this function) |
---|
1790 | |
---|
1791 | |
---|
1792 | |
---|
1793 | #include <jack/jack.h> |
---|
1794 | int main(void) { jack_client_open("test", JackUseExactName, NULL); return 0; } |
---|
1795 | |
---|
1796 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
1797 | /tmp/mplayer-conf-8096-31247.c:1:23: error: jack/jack.h: No such file or directory |
---|
1798 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
1799 | /tmp/mplayer-conf-8096-31247.c:2: warning: implicit declaration of function 'jack_client_open' |
---|
1800 | /tmp/mplayer-conf-8096-31247.c:2: error: 'JackUseExactName' undeclared (first use in this function) |
---|
1801 | /tmp/mplayer-conf-8096-31247.c:2: error: (Each undeclared identifier is reported only once |
---|
1802 | /tmp/mplayer-conf-8096-31247.c:2: error: for each function it appears in.) |
---|
1803 | /tmp/mplayer-conf-8096-31247.c:2: error: 'NULL' undeclared (first use in this function) |
---|
1804 | |
---|
1805 | |
---|
1806 | Result is: no |
---|
1807 | ########################################## |
---|
1808 | |
---|
1809 | ============ Checking for OpenAL ============ |
---|
1810 | |
---|
1811 | #ifdef OPENAL_AL_H |
---|
1812 | #include <OpenAL/al.h> |
---|
1813 | #else |
---|
1814 | #include <AL/al.h> |
---|
1815 | #endif |
---|
1816 | int main(void) { |
---|
1817 | alSourceQueueBuffers(0, 0, 0); |
---|
1818 | // alGetSourcei(0, AL_SAMPLE_OFFSET, 0); |
---|
1819 | return 0; |
---|
1820 | } |
---|
1821 | |
---|
1822 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lopenal |
---|
1823 | /tmp/mplayer-conf-8096-31247.c:4:19: error: AL/al.h: No such file or directory |
---|
1824 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
1825 | /tmp/mplayer-conf-8096-31247.c:7: warning: implicit declaration of function 'alSourceQueueBuffers' |
---|
1826 | |
---|
1827 | |
---|
1828 | |
---|
1829 | #ifdef OPENAL_AL_H |
---|
1830 | #include <OpenAL/al.h> |
---|
1831 | #else |
---|
1832 | #include <AL/al.h> |
---|
1833 | #endif |
---|
1834 | int main(void) { |
---|
1835 | alSourceQueueBuffers(0, 0, 0); |
---|
1836 | // alGetSourcei(0, AL_SAMPLE_OFFSET, 0); |
---|
1837 | return 0; |
---|
1838 | } |
---|
1839 | |
---|
1840 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -DOPENAL_AL_H=1 -lopenal |
---|
1841 | ld: library not found for -lopenal |
---|
1842 | collect2: ld returned 1 exit status |
---|
1843 | |
---|
1844 | |
---|
1845 | |
---|
1846 | #ifdef OPENAL_AL_H |
---|
1847 | #include <OpenAL/al.h> |
---|
1848 | #else |
---|
1849 | #include <AL/al.h> |
---|
1850 | #endif |
---|
1851 | int main(void) { |
---|
1852 | alSourceQueueBuffers(0, 0, 0); |
---|
1853 | // alGetSourcei(0, AL_SAMPLE_OFFSET, 0); |
---|
1854 | return 0; |
---|
1855 | } |
---|
1856 | |
---|
1857 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lopenal32 |
---|
1858 | /tmp/mplayer-conf-8096-31247.c:4:19: error: AL/al.h: No such file or directory |
---|
1859 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
1860 | /tmp/mplayer-conf-8096-31247.c:7: warning: implicit declaration of function 'alSourceQueueBuffers' |
---|
1861 | |
---|
1862 | |
---|
1863 | |
---|
1864 | #ifdef OPENAL_AL_H |
---|
1865 | #include <OpenAL/al.h> |
---|
1866 | #else |
---|
1867 | #include <AL/al.h> |
---|
1868 | #endif |
---|
1869 | int main(void) { |
---|
1870 | alSourceQueueBuffers(0, 0, 0); |
---|
1871 | // alGetSourcei(0, AL_SAMPLE_OFFSET, 0); |
---|
1872 | return 0; |
---|
1873 | } |
---|
1874 | |
---|
1875 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -DOPENAL_AL_H=1 -lopenal32 |
---|
1876 | ld: library not found for -lopenal32 |
---|
1877 | collect2: ld returned 1 exit status |
---|
1878 | |
---|
1879 | |
---|
1880 | |
---|
1881 | #ifdef OPENAL_AL_H |
---|
1882 | #include <OpenAL/al.h> |
---|
1883 | #else |
---|
1884 | #include <AL/al.h> |
---|
1885 | #endif |
---|
1886 | int main(void) { |
---|
1887 | alSourceQueueBuffers(0, 0, 0); |
---|
1888 | // alGetSourcei(0, AL_SAMPLE_OFFSET, 0); |
---|
1889 | return 0; |
---|
1890 | } |
---|
1891 | |
---|
1892 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -framework OpenAL |
---|
1893 | /tmp/mplayer-conf-8096-31247.c:4:19: error: AL/al.h: No such file or directory |
---|
1894 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
1895 | /tmp/mplayer-conf-8096-31247.c:7: warning: implicit declaration of function 'alSourceQueueBuffers' |
---|
1896 | |
---|
1897 | |
---|
1898 | |
---|
1899 | #ifdef OPENAL_AL_H |
---|
1900 | #include <OpenAL/al.h> |
---|
1901 | #else |
---|
1902 | #include <AL/al.h> |
---|
1903 | #endif |
---|
1904 | int main(void) { |
---|
1905 | alSourceQueueBuffers(0, 0, 0); |
---|
1906 | // alGetSourcei(0, AL_SAMPLE_OFFSET, 0); |
---|
1907 | return 0; |
---|
1908 | } |
---|
1909 | |
---|
1910 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -DOPENAL_AL_H=1 -framework OpenAL |
---|
1911 | |
---|
1912 | |
---|
1913 | Result is: yes |
---|
1914 | ########################################## |
---|
1915 | |
---|
1916 | ============ Checking for ALSA audio ============ |
---|
1917 | |
---|
1918 | #include <sys/time.h> |
---|
1919 | #include <sys/asoundlib.h> |
---|
1920 | #if !((SND_LIB_MAJOR == 0) && (SND_LIB_MINOR == 5)) |
---|
1921 | #error "alsa version != 0.5.x" |
---|
1922 | #endif |
---|
1923 | int main(void) { return 0; } |
---|
1924 | |
---|
1925 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lasound |
---|
1926 | /tmp/mplayer-conf-8096-31247.c:2:27: error: sys/asoundlib.h: No such file or directory |
---|
1927 | /tmp/mplayer-conf-8096-31247.c:3:8: warning: "SND_LIB_MAJOR" is not defined |
---|
1928 | /tmp/mplayer-conf-8096-31247.c:3:32: warning: "SND_LIB_MINOR" is not defined |
---|
1929 | /tmp/mplayer-conf-8096-31247.c:4:2: error: #error "alsa version != 0.5.x" |
---|
1930 | |
---|
1931 | |
---|
1932 | |
---|
1933 | #include <sys/time.h> |
---|
1934 | #include <sys/asoundlib.h> |
---|
1935 | #if !((SND_LIB_MAJOR == 0) && (SND_LIB_MINOR == 9)) |
---|
1936 | #error "alsa version != 0.9.x" |
---|
1937 | #endif |
---|
1938 | int main(void) { return 0; } |
---|
1939 | |
---|
1940 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lasound |
---|
1941 | /tmp/mplayer-conf-8096-31247.c:2:27: error: sys/asoundlib.h: No such file or directory |
---|
1942 | /tmp/mplayer-conf-8096-31247.c:3:8: warning: "SND_LIB_MAJOR" is not defined |
---|
1943 | /tmp/mplayer-conf-8096-31247.c:3:32: warning: "SND_LIB_MINOR" is not defined |
---|
1944 | /tmp/mplayer-conf-8096-31247.c:4:2: error: #error "alsa version != 0.9.x" |
---|
1945 | |
---|
1946 | |
---|
1947 | |
---|
1948 | #include <sys/time.h> |
---|
1949 | #include <alsa/asoundlib.h> |
---|
1950 | #if !((SND_LIB_MAJOR == 0) && (SND_LIB_MINOR == 9)) |
---|
1951 | #error "alsa version != 0.9.x" |
---|
1952 | #endif |
---|
1953 | int main(void) { return 0; } |
---|
1954 | |
---|
1955 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lasound |
---|
1956 | /tmp/mplayer-conf-8096-31247.c:2:28: error: alsa/asoundlib.h: No such file or directory |
---|
1957 | /tmp/mplayer-conf-8096-31247.c:3:8: warning: "SND_LIB_MAJOR" is not defined |
---|
1958 | /tmp/mplayer-conf-8096-31247.c:3:32: warning: "SND_LIB_MINOR" is not defined |
---|
1959 | /tmp/mplayer-conf-8096-31247.c:4:2: error: #error "alsa version != 0.9.x" |
---|
1960 | |
---|
1961 | |
---|
1962 | |
---|
1963 | #include <sys/time.h> |
---|
1964 | #include <sys/asoundlib.h> |
---|
1965 | #if !((SND_LIB_MAJOR == 1) && (SND_LIB_MINOR == 0)) |
---|
1966 | #error "alsa version != 1.0.x" |
---|
1967 | #endif |
---|
1968 | int main(void) { return 0; } |
---|
1969 | |
---|
1970 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lasound |
---|
1971 | /tmp/mplayer-conf-8096-31247.c:2:27: error: sys/asoundlib.h: No such file or directory |
---|
1972 | /tmp/mplayer-conf-8096-31247.c:3:8: warning: "SND_LIB_MAJOR" is not defined |
---|
1973 | /tmp/mplayer-conf-8096-31247.c:4:2: error: #error "alsa version != 1.0.x" |
---|
1974 | |
---|
1975 | |
---|
1976 | |
---|
1977 | #include <sys/time.h> |
---|
1978 | #include <alsa/asoundlib.h> |
---|
1979 | #if !((SND_LIB_MAJOR == 1) && (SND_LIB_MINOR == 0)) |
---|
1980 | #error "alsa version != 1.0.x" |
---|
1981 | #endif |
---|
1982 | int main(void) { return 0; } |
---|
1983 | |
---|
1984 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lasound |
---|
1985 | /tmp/mplayer-conf-8096-31247.c:2:28: error: alsa/asoundlib.h: No such file or directory |
---|
1986 | /tmp/mplayer-conf-8096-31247.c:3:8: warning: "SND_LIB_MAJOR" is not defined |
---|
1987 | /tmp/mplayer-conf-8096-31247.c:4:2: error: #error "alsa version != 1.0.x" |
---|
1988 | |
---|
1989 | |
---|
1990 | Result is: no |
---|
1991 | ########################################## |
---|
1992 | |
---|
1993 | ============ Checking for Sun audio ============ |
---|
1994 | |
---|
1995 | #include <sys/types.h> |
---|
1996 | #include <sys/audioio.h> |
---|
1997 | int main(void) { audio_info_t info; AUDIO_INITINFO(&info); return 0; } |
---|
1998 | |
---|
1999 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
2000 | /tmp/mplayer-conf-8096-31247.c:2:25: error: sys/audioio.h: No such file or directory |
---|
2001 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
2002 | /tmp/mplayer-conf-8096-31247.c:3: error: 'audio_info_t' undeclared (first use in this function) |
---|
2003 | /tmp/mplayer-conf-8096-31247.c:3: error: (Each undeclared identifier is reported only once |
---|
2004 | /tmp/mplayer-conf-8096-31247.c:3: error: for each function it appears in.) |
---|
2005 | /tmp/mplayer-conf-8096-31247.c:3: error: syntax error before 'info' |
---|
2006 | /tmp/mplayer-conf-8096-31247.c:3: warning: implicit declaration of function 'AUDIO_INITINFO' |
---|
2007 | /tmp/mplayer-conf-8096-31247.c:3: error: 'info' undeclared (first use in this function) |
---|
2008 | |
---|
2009 | |
---|
2010 | Result is: no |
---|
2011 | ########################################## |
---|
2012 | |
---|
2013 | ============ Checking for CoreAudio ============ |
---|
2014 | |
---|
2015 | #include <CoreAudio/CoreAudio.h> |
---|
2016 | #include <AudioToolbox/AudioToolbox.h> |
---|
2017 | #include <AudioUnit/AudioUnit.h> |
---|
2018 | int main(void) { return 0; } |
---|
2019 | |
---|
2020 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -framework CoreAudio -framework AudioUnit -framework AudioToolbox |
---|
2021 | In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:29, |
---|
2022 | from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverServices.h:32, |
---|
2023 | from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:125, |
---|
2024 | from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20, |
---|
2025 | from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21, |
---|
2026 | from /System/Library/Frameworks/AudioToolbox.framework/Headers/AudioFileComponent.h:29, |
---|
2027 | from /System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.h:23, |
---|
2028 | from /tmp/mplayer-conf-8096-31247.c:2: |
---|
2029 | /usr/lib/gcc/i686-apple-darwin9/4.0.1/include/xmmintrin.h:35:3: error: #error "SSE instruction set not enabled" |
---|
2030 | In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverServices.h:32, |
---|
2031 | from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:125, |
---|
2032 | from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20, |
---|
2033 | from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21, |
---|
2034 | from /System/Library/Frameworks/AudioToolbox.framework/Headers/AudioFileComponent.h:29, |
---|
2035 | from /System/Library/Frameworks/AudioToolbox.framework/Headers/AudioToolbox.h:23, |
---|
2036 | from /tmp/mplayer-conf-8096-31247.c:2: |
---|
2037 | /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:216: error: syntax error before '__m128' |
---|
2038 | /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:218: error: syntax error before 'sd' |
---|
2039 | /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:220: error: syntax error before '}' token |
---|
2040 | /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MachineExceptions.h:264: error: array type has incomplete element type |
---|
2041 | |
---|
2042 | |
---|
2043 | Result is: no |
---|
2044 | ########################################## |
---|
2045 | |
---|
2046 | ============ Checking for VCD support ============ |
---|
2047 | Result is: yes |
---|
2048 | ########################################## |
---|
2049 | |
---|
2050 | ============ Checking for dvdread ============ |
---|
2051 | Result is: yes (internal) |
---|
2052 | ########################################## |
---|
2053 | |
---|
2054 | ============ Checking for internal libdvdcss ============ |
---|
2055 | Result is: yes |
---|
2056 | ########################################## |
---|
2057 | |
---|
2058 | ============ Checking for cdparanoia ============ |
---|
2059 | Result is: no |
---|
2060 | ########################################## |
---|
2061 | |
---|
2062 | ============ Checking for libcdio ============ |
---|
2063 | Result is: no |
---|
2064 | ########################################## |
---|
2065 | |
---|
2066 | ============ Checking for bitmap font support ============ |
---|
2067 | Result is: yes |
---|
2068 | ########################################## |
---|
2069 | |
---|
2070 | ============ Checking for freetype >= 2.0.9 ============ |
---|
2071 | Result is: no |
---|
2072 | ########################################## |
---|
2073 | |
---|
2074 | ============ Checking for fontconfig ============ |
---|
2075 | Result is: no (FreeType support needed) |
---|
2076 | ########################################## |
---|
2077 | |
---|
2078 | ============ Checking for SSA/ASS support ============ |
---|
2079 | Result is: no (FreeType support needed) |
---|
2080 | ########################################## |
---|
2081 | |
---|
2082 | ============ Checking for fribidi with charsets ============ |
---|
2083 | Result is: no |
---|
2084 | ########################################## |
---|
2085 | |
---|
2086 | ============ Checking for ENCA ============ |
---|
2087 | Result is: no |
---|
2088 | ########################################## |
---|
2089 | |
---|
2090 | ============ Checking for zlib ============ |
---|
2091 | |
---|
2092 | #include <zlib.h> |
---|
2093 | int main(void) { (void) inflate(0, Z_NO_FLUSH); return 0; } |
---|
2094 | |
---|
2095 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lz |
---|
2096 | |
---|
2097 | |
---|
2098 | Result is: yes |
---|
2099 | ########################################## |
---|
2100 | |
---|
2101 | ============ Checking for bzlib ============ |
---|
2102 | |
---|
2103 | #include <bzlib.h> |
---|
2104 | int main(void) { BZ2_bzlibVersion(); return 0; } |
---|
2105 | |
---|
2106 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lbz2 |
---|
2107 | |
---|
2108 | |
---|
2109 | Result is: yes |
---|
2110 | ########################################## |
---|
2111 | |
---|
2112 | ============ Checking for RTC ============ |
---|
2113 | |
---|
2114 | #include <sys/ioctl.h> |
---|
2115 | #ifdef __linux__ |
---|
2116 | #include <linux/rtc.h> |
---|
2117 | #else |
---|
2118 | #include <rtc.h> |
---|
2119 | #define RTC_PIE_ON RTCIO_PIE_ON |
---|
2120 | #endif |
---|
2121 | int main(void) { return RTC_PIE_ON; } |
---|
2122 | |
---|
2123 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
2124 | /tmp/mplayer-conf-8096-31247.c:5:17: error: rtc.h: No such file or directory |
---|
2125 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
2126 | /tmp/mplayer-conf-8096-31247.c:8: error: 'RTCIO_PIE_ON' undeclared (first use in this function) |
---|
2127 | /tmp/mplayer-conf-8096-31247.c:8: error: (Each undeclared identifier is reported only once |
---|
2128 | /tmp/mplayer-conf-8096-31247.c:8: error: for each function it appears in.) |
---|
2129 | |
---|
2130 | |
---|
2131 | Result is: no |
---|
2132 | ########################################## |
---|
2133 | |
---|
2134 | ============ Checking for liblzo2 support ============ |
---|
2135 | Result is: yes |
---|
2136 | ########################################## |
---|
2137 | |
---|
2138 | ============ Checking for mad support ============ |
---|
2139 | Result is: yes |
---|
2140 | ########################################## |
---|
2141 | |
---|
2142 | ============ Checking for Twolame ============ |
---|
2143 | Result is: no |
---|
2144 | ########################################## |
---|
2145 | |
---|
2146 | ============ Checking for Toolame ============ |
---|
2147 | Result is: no |
---|
2148 | ########################################## |
---|
2149 | |
---|
2150 | ============ Checking for OggVorbis support ============ |
---|
2151 | Result is: yes (internal Tremor) |
---|
2152 | ########################################## |
---|
2153 | |
---|
2154 | ============ Checking for libspeex (version >= 1.1 required) ============ |
---|
2155 | Result is: no |
---|
2156 | ########################################## |
---|
2157 | |
---|
2158 | ============ Checking for OggTheora support ============ |
---|
2159 | Result is: yes |
---|
2160 | ########################################## |
---|
2161 | |
---|
2162 | ============ Checking for internal mp3lib support ============ |
---|
2163 | Result is: yes |
---|
2164 | ########################################## |
---|
2165 | |
---|
2166 | ============ Checking for liba52 support ============ |
---|
2167 | Result is: yes (internal) |
---|
2168 | ########################################## |
---|
2169 | |
---|
2170 | ============ Checking for internal libmpeg2 support ============ |
---|
2171 | Result is: yes |
---|
2172 | ########################################## |
---|
2173 | |
---|
2174 | ============ Checking for libdca support ============ |
---|
2175 | |
---|
2176 | #include <inttypes.h> |
---|
2177 | #include <dts.h> |
---|
2178 | int main(void) { dts_init(0); return 0; } |
---|
2179 | |
---|
2180 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -llzo2 -lmad -ltheora -logg -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -ldts -lm |
---|
2181 | /tmp/mplayer-conf-8096-31247.c:2:17: error: dts.h: No such file or directory |
---|
2182 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
2183 | /tmp/mplayer-conf-8096-31247.c:3: warning: implicit declaration of function 'dts_init' |
---|
2184 | |
---|
2185 | |
---|
2186 | |
---|
2187 | #include <inttypes.h> |
---|
2188 | #include <dts.h> |
---|
2189 | int main(void) { dts_init(0); return 0; } |
---|
2190 | |
---|
2191 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -llzo2 -lmad -ltheora -logg -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -ldca -lm |
---|
2192 | /tmp/mplayer-conf-8096-31247.c:2:17: error: dts.h: No such file or directory |
---|
2193 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
2194 | /tmp/mplayer-conf-8096-31247.c:3: warning: implicit declaration of function 'dts_init' |
---|
2195 | |
---|
2196 | |
---|
2197 | Result is: no |
---|
2198 | ########################################## |
---|
2199 | |
---|
2200 | ============ Checking for libmpcdec (musepack, version >= 1.2.1 required) ============ |
---|
2201 | Result is: no |
---|
2202 | ########################################## |
---|
2203 | |
---|
2204 | ============ Checking for FAAC support ============ |
---|
2205 | Result is: no (in libavcodec: no) |
---|
2206 | ########################################## |
---|
2207 | |
---|
2208 | ============ Checking for FAAD2 support ============ |
---|
2209 | Result is: yes (internal floating-point) |
---|
2210 | ########################################## |
---|
2211 | |
---|
2212 | ============ Checking for LADSPA plugin support ============ |
---|
2213 | |
---|
2214 | #include <stdio.h> |
---|
2215 | #include <ladspa.h> |
---|
2216 | int main(void) { |
---|
2217 | const LADSPA_Descriptor *ld = NULL; |
---|
2218 | return 0; |
---|
2219 | } |
---|
2220 | |
---|
2221 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -llzo2 -lmad -ltheora -logg -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c |
---|
2222 | /tmp/mplayer-conf-8096-31247.c:2:20: error: ladspa.h: No such file or directory |
---|
2223 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
2224 | /tmp/mplayer-conf-8096-31247.c:4: error: nested functions are disabled, use -fnested-functions to re-enable |
---|
2225 | /tmp/mplayer-conf-8096-31247.c:4: error: syntax error before '*' token |
---|
2226 | |
---|
2227 | |
---|
2228 | Result is: no |
---|
2229 | ########################################## |
---|
2230 | |
---|
2231 | ============ Checking for libbs2b audio filter support ============ |
---|
2232 | |
---|
2233 | #include <bs2b.h> |
---|
2234 | #if BS2B_VERSION_MAJOR < 3 |
---|
2235 | #error Please use libbs2b >= 3.0.0, older versions are not supported. |
---|
2236 | #endif |
---|
2237 | int main(void) { |
---|
2238 | t_bs2bdp filter; |
---|
2239 | filter=bs2b_open(); |
---|
2240 | bs2b_close(filter); |
---|
2241 | return 0; |
---|
2242 | } |
---|
2243 | |
---|
2244 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -llzo2 -lmad -ltheora -logg -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lm -lbs2b |
---|
2245 | /tmp/mplayer-conf-8096-31247.c:1:18: error: bs2b.h: No such file or directory |
---|
2246 | /tmp/mplayer-conf-8096-31247.c:2:5: warning: "BS2B_VERSION_MAJOR" is not defined |
---|
2247 | /tmp/mplayer-conf-8096-31247.c:3:2: error: #error Please use libbs2b >= 3.0.0, older versions are not supported. |
---|
2248 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
2249 | /tmp/mplayer-conf-8096-31247.c:6: error: 't_bs2bdp' undeclared (first use in this function) |
---|
2250 | /tmp/mplayer-conf-8096-31247.c:6: error: (Each undeclared identifier is reported only once |
---|
2251 | /tmp/mplayer-conf-8096-31247.c:6: error: for each function it appears in.) |
---|
2252 | /tmp/mplayer-conf-8096-31247.c:6: error: syntax error before 'filter' |
---|
2253 | /tmp/mplayer-conf-8096-31247.c:7: error: 'filter' undeclared (first use in this function) |
---|
2254 | /tmp/mplayer-conf-8096-31247.c:7: warning: implicit declaration of function 'bs2b_open' |
---|
2255 | /tmp/mplayer-conf-8096-31247.c:8: warning: implicit declaration of function 'bs2b_close' |
---|
2256 | |
---|
2257 | |
---|
2258 | |
---|
2259 | #include <bs2b.h> |
---|
2260 | #if BS2B_VERSION_MAJOR < 3 |
---|
2261 | #error Please use libbs2b >= 3.0.0, older versions are not supported. |
---|
2262 | #endif |
---|
2263 | int main(void) { |
---|
2264 | t_bs2bdp filter; |
---|
2265 | filter=bs2b_open(); |
---|
2266 | bs2b_close(filter); |
---|
2267 | return 0; |
---|
2268 | } |
---|
2269 | |
---|
2270 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -llzo2 -lmad -ltheora -logg -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -I/usr/include/bs2b -lm -lbs2b |
---|
2271 | /tmp/mplayer-conf-8096-31247.c:1:18: error: bs2b.h: No such file or directory |
---|
2272 | /tmp/mplayer-conf-8096-31247.c:2:5: warning: "BS2B_VERSION_MAJOR" is not defined |
---|
2273 | /tmp/mplayer-conf-8096-31247.c:3:2: error: #error Please use libbs2b >= 3.0.0, older versions are not supported. |
---|
2274 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
2275 | /tmp/mplayer-conf-8096-31247.c:6: error: 't_bs2bdp' undeclared (first use in this function) |
---|
2276 | /tmp/mplayer-conf-8096-31247.c:6: error: (Each undeclared identifier is reported only once |
---|
2277 | /tmp/mplayer-conf-8096-31247.c:6: error: for each function it appears in.) |
---|
2278 | /tmp/mplayer-conf-8096-31247.c:6: error: syntax error before 'filter' |
---|
2279 | /tmp/mplayer-conf-8096-31247.c:7: error: 'filter' undeclared (first use in this function) |
---|
2280 | /tmp/mplayer-conf-8096-31247.c:7: warning: implicit declaration of function 'bs2b_open' |
---|
2281 | /tmp/mplayer-conf-8096-31247.c:8: warning: implicit declaration of function 'bs2b_close' |
---|
2282 | |
---|
2283 | |
---|
2284 | |
---|
2285 | #include <bs2b.h> |
---|
2286 | #if BS2B_VERSION_MAJOR < 3 |
---|
2287 | #error Please use libbs2b >= 3.0.0, older versions are not supported. |
---|
2288 | #endif |
---|
2289 | int main(void) { |
---|
2290 | t_bs2bdp filter; |
---|
2291 | filter=bs2b_open(); |
---|
2292 | bs2b_close(filter); |
---|
2293 | return 0; |
---|
2294 | } |
---|
2295 | |
---|
2296 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -llzo2 -lmad -ltheora -logg -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -I/usr/local/include -lm -lbs2b |
---|
2297 | /tmp/mplayer-conf-8096-31247.c:1:18: error: bs2b.h: No such file or directory |
---|
2298 | /tmp/mplayer-conf-8096-31247.c:2:5: warning: "BS2B_VERSION_MAJOR" is not defined |
---|
2299 | /tmp/mplayer-conf-8096-31247.c:3:2: error: #error Please use libbs2b >= 3.0.0, older versions are not supported. |
---|
2300 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
2301 | /tmp/mplayer-conf-8096-31247.c:6: error: 't_bs2bdp' undeclared (first use in this function) |
---|
2302 | /tmp/mplayer-conf-8096-31247.c:6: error: (Each undeclared identifier is reported only once |
---|
2303 | /tmp/mplayer-conf-8096-31247.c:6: error: for each function it appears in.) |
---|
2304 | /tmp/mplayer-conf-8096-31247.c:6: error: syntax error before 'filter' |
---|
2305 | /tmp/mplayer-conf-8096-31247.c:7: error: 'filter' undeclared (first use in this function) |
---|
2306 | /tmp/mplayer-conf-8096-31247.c:7: warning: implicit declaration of function 'bs2b_open' |
---|
2307 | /tmp/mplayer-conf-8096-31247.c:8: warning: implicit declaration of function 'bs2b_close' |
---|
2308 | |
---|
2309 | |
---|
2310 | |
---|
2311 | #include <bs2b.h> |
---|
2312 | #if BS2B_VERSION_MAJOR < 3 |
---|
2313 | #error Please use libbs2b >= 3.0.0, older versions are not supported. |
---|
2314 | #endif |
---|
2315 | int main(void) { |
---|
2316 | t_bs2bdp filter; |
---|
2317 | filter=bs2b_open(); |
---|
2318 | bs2b_close(filter); |
---|
2319 | return 0; |
---|
2320 | } |
---|
2321 | |
---|
2322 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -llzo2 -lmad -ltheora -logg -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -I/usr/local/include/bs2b -lm -lbs2b |
---|
2323 | /tmp/mplayer-conf-8096-31247.c:1:18: error: bs2b.h: No such file or directory |
---|
2324 | /tmp/mplayer-conf-8096-31247.c:2:5: warning: "BS2B_VERSION_MAJOR" is not defined |
---|
2325 | /tmp/mplayer-conf-8096-31247.c:3:2: error: #error Please use libbs2b >= 3.0.0, older versions are not supported. |
---|
2326 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
2327 | /tmp/mplayer-conf-8096-31247.c:6: error: 't_bs2bdp' undeclared (first use in this function) |
---|
2328 | /tmp/mplayer-conf-8096-31247.c:6: error: (Each undeclared identifier is reported only once |
---|
2329 | /tmp/mplayer-conf-8096-31247.c:6: error: for each function it appears in.) |
---|
2330 | /tmp/mplayer-conf-8096-31247.c:6: error: syntax error before 'filter' |
---|
2331 | /tmp/mplayer-conf-8096-31247.c:7: error: 'filter' undeclared (first use in this function) |
---|
2332 | /tmp/mplayer-conf-8096-31247.c:7: warning: implicit declaration of function 'bs2b_open' |
---|
2333 | /tmp/mplayer-conf-8096-31247.c:8: warning: implicit declaration of function 'bs2b_close' |
---|
2334 | |
---|
2335 | |
---|
2336 | Result is: no |
---|
2337 | ########################################## |
---|
2338 | |
---|
2339 | ============ Checking for Win32 codecs ============ |
---|
2340 | Result is: yes (using /opt/local/lib/codecs) |
---|
2341 | ########################################## |
---|
2342 | |
---|
2343 | ============ Checking for XAnim codecs ============ |
---|
2344 | Result is: yes (using /opt/local/lib/codecs) |
---|
2345 | ########################################## |
---|
2346 | |
---|
2347 | ============ Checking for RealPlayer codecs ============ |
---|
2348 | Result is: yes (using /opt/local/lib/codecs) |
---|
2349 | ########################################## |
---|
2350 | |
---|
2351 | ============ Checking for QuickTime codecs ============ |
---|
2352 | Result is: yes |
---|
2353 | ########################################## |
---|
2354 | |
---|
2355 | ============ Checking for Nemesi Streaming Media libraries ============ |
---|
2356 | Result is: no |
---|
2357 | ########################################## |
---|
2358 | |
---|
2359 | ============ Checking for LIVE555 Streaming Media libraries ============ |
---|
2360 | Result is: no |
---|
2361 | ########################################## |
---|
2362 | |
---|
2363 | ============ Checking for FFmpeg libavutil ============ |
---|
2364 | Result is: yes (static) |
---|
2365 | ########################################## |
---|
2366 | |
---|
2367 | ============ Checking for FFmpeg libavcodec ============ |
---|
2368 | Result is: yes (static) |
---|
2369 | ########################################## |
---|
2370 | |
---|
2371 | ============ Checking for FFmpeg libavformat ============ |
---|
2372 | Result is: yes (static) |
---|
2373 | ########################################## |
---|
2374 | |
---|
2375 | ============ Checking for FFmpeg libpostproc ============ |
---|
2376 | Result is: yes (static) |
---|
2377 | ########################################## |
---|
2378 | |
---|
2379 | ============ Checking for FFmpeg libswscale ============ |
---|
2380 | Result is: yes (static) |
---|
2381 | ########################################## |
---|
2382 | |
---|
2383 | ============ Checking for libopencore_amr narrowband ============ |
---|
2384 | |
---|
2385 | #include <opencore-amrnb/interf_dec.h> |
---|
2386 | int main(void) { Decoder_Interface_init(); return 0; } |
---|
2387 | |
---|
2388 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -llzo2 -lmad -ltheora -logg -framework Carbon -framework QuickTime -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lopencore-amrnb |
---|
2389 | /tmp/mplayer-conf-8096-31247.c:1:39: error: opencore-amrnb/interf_dec.h: No such file or directory |
---|
2390 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
2391 | /tmp/mplayer-conf-8096-31247.c:2: warning: implicit declaration of function 'Decoder_Interface_init' |
---|
2392 | |
---|
2393 | |
---|
2394 | Result is: no |
---|
2395 | ########################################## |
---|
2396 | |
---|
2397 | ============ Checking for libopencore_amr wideband ============ |
---|
2398 | |
---|
2399 | #include <opencore-amrwb/dec_if.h> |
---|
2400 | int main(void) { D_IF_init(); return 0; } |
---|
2401 | |
---|
2402 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -llzo2 -lmad -ltheora -logg -framework Carbon -framework QuickTime -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lopencore-amrwb |
---|
2403 | /tmp/mplayer-conf-8096-31247.c:1:35: error: opencore-amrwb/dec_if.h: No such file or directory |
---|
2404 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
2405 | /tmp/mplayer-conf-8096-31247.c:2: warning: implicit declaration of function 'D_IF_init' |
---|
2406 | |
---|
2407 | |
---|
2408 | Result is: no |
---|
2409 | ########################################## |
---|
2410 | |
---|
2411 | ============ Checking for libdv-0.9.5+ ============ |
---|
2412 | Result is: no |
---|
2413 | ########################################## |
---|
2414 | |
---|
2415 | ============ Checking for Xvid ============ |
---|
2416 | Result is: no |
---|
2417 | ########################################## |
---|
2418 | |
---|
2419 | ============ Checking for Xvid two pass plugin ============ |
---|
2420 | Result is: no |
---|
2421 | ########################################## |
---|
2422 | |
---|
2423 | ============ Checking for x264 ============ |
---|
2424 | Result is: no (in libavcodec: no) |
---|
2425 | ########################################## |
---|
2426 | |
---|
2427 | ============ Checking for libdirac ============ |
---|
2428 | Result is: no |
---|
2429 | ########################################## |
---|
2430 | |
---|
2431 | ============ Checking for libschroedinger ============ |
---|
2432 | Result is: no |
---|
2433 | ########################################## |
---|
2434 | |
---|
2435 | ============ Checking for libnut ============ |
---|
2436 | |
---|
2437 | #include <stdio.h> |
---|
2438 | #include <stdlib.h> |
---|
2439 | #include <inttypes.h> |
---|
2440 | #include <libnut.h> |
---|
2441 | nut_context_tt * nut; |
---|
2442 | int main(void) { (void)nut_error(0); return 0; } |
---|
2443 | |
---|
2444 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -llzo2 -lmad -ltheora -logg -framework Carbon -framework QuickTime -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lnut |
---|
2445 | /tmp/mplayer-conf-8096-31247.c:4:20: error: libnut.h: No such file or directory |
---|
2446 | /tmp/mplayer-conf-8096-31247.c:5: error: syntax error before '*' token |
---|
2447 | /tmp/mplayer-conf-8096-31247.c:5: warning: type defaults to 'int' in declaration of 'nut' |
---|
2448 | /tmp/mplayer-conf-8096-31247.c:5: warning: data definition has no type or storage class |
---|
2449 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
2450 | /tmp/mplayer-conf-8096-31247.c:6: warning: implicit declaration of function 'nut_error' |
---|
2451 | |
---|
2452 | |
---|
2453 | Result is: no |
---|
2454 | ########################################## |
---|
2455 | |
---|
2456 | ============ Checking for zr ============ |
---|
2457 | Result is: no |
---|
2458 | ########################################## |
---|
2459 | |
---|
2460 | ============ Checking for libmp3lame ============ |
---|
2461 | |
---|
2462 | #include <lame/lame.h> |
---|
2463 | int main(void) { lame_version_t lv; (void) lame_init(); |
---|
2464 | get_lame_version_numerical(&lv); printf("%d%d\n",lv.major,lv.minor); |
---|
2465 | return 0; } |
---|
2466 | |
---|
2467 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -llzo2 -lmad -ltheora -logg -framework Carbon -framework QuickTime -framework OpenAL -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lmp3lame -lm |
---|
2468 | |
---|
2469 | |
---|
2470 | 398 |
---|
2471 | |
---|
2472 | #include <lame/lame.h> |
---|
2473 | int main(void) { lame_set_preset(NULL, STANDARD_FAST); return 0; } |
---|
2474 | |
---|
2475 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -llzo2 -lmad -ltheora -logg -framework Carbon -framework QuickTime -framework OpenAL -lmp3lame -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lmp3lame -lm |
---|
2476 | |
---|
2477 | |
---|
2478 | |
---|
2479 | #include <lame/lame.h> |
---|
2480 | int main(void) { lame_set_preset(NULL, MEDIUM_FAST); return 0; } |
---|
2481 | |
---|
2482 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -llzo2 -lmad -ltheora -logg -framework Carbon -framework QuickTime -framework OpenAL -lmp3lame -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lmp3lame -lm |
---|
2483 | |
---|
2484 | |
---|
2485 | Result is: yes (in libavcodec: yes) |
---|
2486 | ########################################## |
---|
2487 | |
---|
2488 | ============ Checking for mencoder ============ |
---|
2489 | Result is: yes |
---|
2490 | ########################################## |
---|
2491 | |
---|
2492 | ============ Checking for UnRAR executable ============ |
---|
2493 | Result is: yes |
---|
2494 | ########################################## |
---|
2495 | |
---|
2496 | ============ Checking for TV interface ============ |
---|
2497 | Result is: yes |
---|
2498 | ########################################## |
---|
2499 | |
---|
2500 | ============ Checking for DirectShow TV interface ============ |
---|
2501 | Result is: no |
---|
2502 | ########################################## |
---|
2503 | |
---|
2504 | ============ Checking for Video 4 Linux TV interface ============ |
---|
2505 | Result is: no |
---|
2506 | ########################################## |
---|
2507 | |
---|
2508 | ============ Checking for Video 4 Linux 2 TV interface ============ |
---|
2509 | Result is: no |
---|
2510 | ########################################## |
---|
2511 | |
---|
2512 | ============ Checking for TV teletext interface ============ |
---|
2513 | Result is: no |
---|
2514 | ########################################## |
---|
2515 | |
---|
2516 | ============ Checking for Radio interface ============ |
---|
2517 | Result is: no |
---|
2518 | ########################################## |
---|
2519 | |
---|
2520 | ============ Checking for Capture for Radio interface ============ |
---|
2521 | Result is: no |
---|
2522 | ########################################## |
---|
2523 | |
---|
2524 | ============ Checking for Video 4 Linux 2 Radio interface ============ |
---|
2525 | Result is: no |
---|
2526 | ########################################## |
---|
2527 | |
---|
2528 | ============ Checking for Video 4 Linux Radio interface ============ |
---|
2529 | Result is: no |
---|
2530 | ########################################## |
---|
2531 | |
---|
2532 | ============ Checking for Video 4 Linux 2 MPEG PVR interface ============ |
---|
2533 | Result is: no |
---|
2534 | ########################################## |
---|
2535 | |
---|
2536 | ============ Checking for ftp ============ |
---|
2537 | Result is: yes |
---|
2538 | ########################################## |
---|
2539 | |
---|
2540 | ============ Checking for vstream client ============ |
---|
2541 | |
---|
2542 | #include <vstream-client.h> |
---|
2543 | void vstream_error(const char *format, ... ) {} |
---|
2544 | int main(void) { vstream_start(); return 0; } |
---|
2545 | |
---|
2546 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -llzo2 -lmad -ltheora -logg -framework Carbon -framework QuickTime -framework OpenAL -lmp3lame -lmp3lame -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -lvstream-client |
---|
2547 | /tmp/mplayer-conf-8096-31247.c:1:28: error: vstream-client.h: No such file or directory |
---|
2548 | /tmp/mplayer-conf-8096-31247.c: In function 'main': |
---|
2549 | /tmp/mplayer-conf-8096-31247.c:3: warning: implicit declaration of function 'vstream_start' |
---|
2550 | |
---|
2551 | |
---|
2552 | Result is: no |
---|
2553 | ########################################## |
---|
2554 | |
---|
2555 | ============ Checking for OSD menu ============ |
---|
2556 | Result is: no |
---|
2557 | ########################################## |
---|
2558 | |
---|
2559 | ============ Checking for Subtitles sorting ============ |
---|
2560 | Result is: yes |
---|
2561 | ########################################## |
---|
2562 | |
---|
2563 | ============ Checking for XMMS inputplugin support ============ |
---|
2564 | Result is: no |
---|
2565 | ########################################## |
---|
2566 | |
---|
2567 | ============ Checking for GUI ============ |
---|
2568 | ============ Checking for automatic gdb attach ============ |
---|
2569 | Result is: no |
---|
2570 | ########################################## |
---|
2571 | |
---|
2572 | ============ Checking for compiler support for noexecstack ============ |
---|
2573 | |
---|
2574 | int main(void) { return 0; } |
---|
2575 | |
---|
2576 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -llzo2 -lmad -ltheora -logg -framework Carbon -framework QuickTime -framework OpenAL -lmp3lame -lmp3lame -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -Wl,-z,noexecstack |
---|
2577 | ld: unknown option: -z |
---|
2578 | collect2: ld returned 1 exit status |
---|
2579 | |
---|
2580 | |
---|
2581 | Result is: no |
---|
2582 | ########################################## |
---|
2583 | |
---|
2584 | ============ Checking for joystick ============ |
---|
2585 | Result is: no |
---|
2586 | ########################################## |
---|
2587 | |
---|
2588 | ============ Checking for lirc ============ |
---|
2589 | Result is: no |
---|
2590 | ########################################## |
---|
2591 | |
---|
2592 | ============ Checking for lircc ============ |
---|
2593 | |
---|
2594 | #include <lirc/lircc.h> |
---|
2595 | int main(void) { return 0; } |
---|
2596 | |
---|
2597 | /usr/bin/gcc-4.0 -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=i386 -mtune=i386 -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -mdynamic-no-pic -falign-loops=16 -shared-libgcc -I. -fomit-frame-pointer -I/opt/local/include/lzo -I/opt/local/include -I/usr/X11/include -L/opt/local/lib -L/opt/local/lib/samba3 -ffast-math -liconv -lncurses -lpng -lz -ljpeg -framework IOKit -framework Carbon -lz -lbz2 -llzo2 -lmad -ltheora -logg -framework Carbon -framework QuickTime -framework OpenAL -lmp3lame -lmp3lame -o /tmp/mplayer-conf-16225-31247 /tmp/mplayer-conf-8096-31247.c -llircc |
---|
2598 | /tmp/mplayer-conf-8096-31247.c:1:24: error: lirc/lircc.h: No such file or directory |
---|
2599 | |
---|
2600 | |
---|
2601 | Result is: no |
---|
2602 | ########################################## |
---|
2603 | |
---|
2604 | ============ Checking for DVD support (libdvdnav) ============ |
---|
2605 | Result is: no |
---|
2606 | ########################################## |
---|
2607 | |
---|