Ticket #2339: config.log

File config.log, 216.5 KB (added by eigscourtney, 8 years ago)
Line 
1configuration: --enable-ffmpeg_so --disable-ffmpeg_a
2
3============ Checking for ffmpeg/libavcodec/allcodecs.c ============
4Result is: not found
5##########################################
6
7============ Checking for ffmpeg/libavcodec/hwaccels.h ============
8Result is: not found
9##########################################
10
11============ Checking for ffmpeg/libavformat/allformats.c ============
12Result is: not found
13##########################################
14
15============ Checking for ffmpeg/libavcodec/bitsteram_filters.c ============
16Result is: not found
17##########################################
18
19============ Checking for ffmpeg/libavformat/protocols.c ============
20Result is: not found
21##########################################
22
23============ Checking for ffmpeg/libavfilter/allfilters.c ============
24Result is: not found
25##########################################
26
27============ Checking for cc version ============
28Result is: 4.4.7
29##########################################
30
31
32
33#if !(defined(__MINGW32__))
34#error condition not true: defined(__MINGW32__)
35#endif
36int main(void) { return 0; }
37
38cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp
39/tmp/mplayer-configure-23133-27475/tmp.c:3:2: error: #error condition not true: defined(__MINGW32__)
40
41
42============ Checking for working compiler ============
43
44int main(void) { return 0; }
45
46cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp
47
48
49
50int main(void) { return 0; }
51
52cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
53
54
55
56int main(void) {
57 int test[(int)sizeof(char *)-7];
58 return 0;
59}
60
61cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
62
63
64============ Checking for cross compilation ============
65
66int main(void) { return 0; }
67
68cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
69
70
71Result is: no
72##########################################
73
74============ Checking for host cc ============
75Result is: cc
76##########################################
77
78============ Checking for CPU vendor ============
79Result is: GenuineIntel (6:70:1)
80##########################################
81
82============ Checking for CPU type ============
83Result is: Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz
84##########################################
85
86============ Checking for kernel support of mmx ============
87
88#include <stdlib.h>
89#include <signal.h>
90static void catch(int sig) { exit(1); }
91int main(void) {
92 signal(SIGILL, catch);
93 __asm__ volatile ("emms":::"memory"); return 0;
94}
95
96cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
97
98
99Result is: yes
100##########################################
101
102============ Checking for kernel support of mmxext ============
103
104#include <stdlib.h>
105#include <signal.h>
106static void catch(int sig) { exit(1); }
107int main(void) {
108 signal(SIGILL, catch);
109 __asm__ volatile ("sfence":::"memory"); return 0;
110}
111
112cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
113
114
115Result is: yes
116##########################################
117
118============ Checking for kernel support of sse ============
119
120#include <stdlib.h>
121#include <signal.h>
122static void catch(int sig) { exit(1); }
123int main(void) {
124 signal(SIGILL, catch);
125 __asm__ volatile ("xorps %%xmm0, %%xmm0":::"memory"); return 0;
126}
127
128cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
129
130
131Result is: yes
132##########################################
133
134============ Checking for kernel support of sse2 ============
135
136#include <stdlib.h>
137#include <signal.h>
138static void catch(int sig) { exit(1); }
139int main(void) {
140 signal(SIGILL, catch);
141 __asm__ volatile ("xorpd %%xmm0, %%xmm0":::"memory"); return 0;
142}
143
144cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
145
146
147Result is: yes
148##########################################
149
150============ Checking for kernel support of sse3 ============
151
152#include <stdlib.h>
153#include <signal.h>
154static void catch(int sig) { exit(1); }
155int main(void) {
156 signal(SIGILL, catch);
157 __asm__ volatile ("addsubps %%xmm0, %%xmm0":::"memory"); return 0;
158}
159
160cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
161
162
163Result is: yes
164##########################################
165
166============ Checking for kernel support of ssse3 ============
167
168#include <stdlib.h>
169#include <signal.h>
170static void catch(int sig) { exit(1); }
171int main(void) {
172 signal(SIGILL, catch);
173 __asm__ volatile ("pabsd %%xmm0, %%xmm0":::"memory"); return 0;
174}
175
176cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
177
178
179Result is: yes
180##########################################
181
182============ Checking for kernel support of sse4_1 ============
183
184#include <stdlib.h>
185#include <signal.h>
186static void catch(int sig) { exit(1); }
187int main(void) {
188 signal(SIGILL, catch);
189 __asm__ volatile ("pmaxsb %%xmm0, %%xmm0":::"memory"); return 0;
190}
191
192cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
193
194
195Result is: yes
196##########################################
197
198============ Checking for kernel support of sse4_2 ============
199
200#include <stdlib.h>
201#include <signal.h>
202static void catch(int sig) { exit(1); }
203int main(void) {
204 signal(SIGILL, catch);
205 __asm__ volatile ("pcmpgtq %%xmm0, %%xmm0":::"memory"); return 0;
206}
207
208cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
209
210
211Result is: yes
212##########################################
213
214============ Checking for kernel support of avx ============
215
216#include <stdlib.h>
217#include <signal.h>
218static void catch(int sig) { exit(1); }
219int main(void) {
220 signal(SIGILL, catch);
221 __asm__ volatile ("vpabsw %%xmm0, %%xmm0":::"memory"); return 0;
222}
223
224cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
225
226
227Result is: yes
228##########################################
229
230============ Checking for kernel support of avx2 ============
231
232#include <stdlib.h>
233#include <signal.h>
234static void catch(int sig) { exit(1); }
235int main(void) {
236 signal(SIGILL, catch);
237 __asm__ volatile ("vextracti128 $0, %%ymm0, %%xmm0":::"memory"); return 0;
238}
239
240cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
241/tmp/mplayer-configure-23133-27475/tmp.c: Assembler messages:
242/tmp/mplayer-configure-23133-27475/tmp.c:6: Error: no such instruction: `vextracti128 $0,%ymm0,%xmm0'
243
244
245Result is: failed
246##########################################
247
248============ Checking for kernel support of cmov ============
249
250#include <stdlib.h>
251#include <signal.h>
252static void catch(int sig) { exit(1); }
253int main(void) {
254 signal(SIGILL, catch);
255 __asm__ volatile ("cmovb %%eax, %%ebx":::"memory"); return 0;
256}
257
258cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
259
260
261Result is: yes
262##########################################
263
264============ Checking for mtrr support ============
265Result is: yes
266##########################################
267
268============ Checking for GCC & CPU optimization abilities ============
269
270int main(void) { return 0; }
271
272cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -march=native -lm
273
274
275Result is: native
276##########################################
277
278============ Checking for byte order ============
279
280short ascii_name[] = {
281 'M' << 8 | 'P', 'l' << 8 | 'a', 'y' << 8 | 'e', 'r' << 8 | 'B',
282 'i' << 8 | 'g', 'E' << 8 | 'n', 'd' << 8 | 'i', 'a' << 8 | 'n', 0 };
283int main(void) { return (long)ascii_name; }
284
285cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -lm
286
287
288Result is: little-endian
289##########################################
290
291============ Checking for extern symbol prefix ============
292
293int ff_extern;
294
295cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -c -lm
296
297
298Result is:
299##########################################
300
301============ Checking for assembler support of -pipe option ============
302
303int main(void) { return 0; }
304
305cc /tmp/mplayer-configure-23133-27475/tmp.c -o /tmp/mplayer-configure-23133-27475/tmp -pipe -I. -lm
306
307
308Result is: yes
309##########################################
310
311
312#include <features.h>
313#if !(defined __GLIBC__)
314#error condition not true: defined __GLIBC__
315#endif
316int main(void) { return 0; }
317
318cc -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Werror-implicit-function-declaration -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -lm
319
320
321
322int main(void) { return 0; }
323
324cc -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -fno-tree-vectorize -lm
325
326
327
328int main(void) { return 0; }
329
330cc -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -Wundef -lm
331
332
333
334int main(void) { return 0; }
335
336cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -std=gnu99 -lm
337
338
339
340int main(void) { return 0; }
341
342cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -Wdeclaration-after-statement -lm
343
344
345
346int main(void) { return 0; }
347
348cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -Wno-pointer-sign -lm
349
350
351
352int main(void) { return 0; }
353
354cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -Wdisabled-optimization -lm
355
356
357
358int main(void) { return 0; }
359
360cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -Wmissing-prototypes -lm
361
362
363
364int main(void) { return 0; }
365
366cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -Wstrict-prototypes -lm
367
368
369
370int main(void) { return 0; }
371
372cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -fno-asynchronous-unwind-tables -lm
373
374
375
376int main(void) { return 0; }
377
378cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -mno-omit-leaf-frame-pointer -lm
379
380
381
382int main(void) { return 0; }
383
384cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -MMD -MP -lm
385
386
387============ Checking for relocatable binary ============
388
389int main(void) { return 0; }
390
391cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -ffast-math -o /tmp/mplayer-configure-23133-27475/tmp -fpie -pie -lm
392
393
394Result is: yes (fast PIC)
395##########################################
396
397============ Checking for PIC ============
398
399
400#if !(defined(__PIC__) || defined(__pic__) || defined(PIC))
401#error condition not true: defined(__PIC__) || defined(__pic__) || defined(PIC)
402#endif
403int main(void) { return 0; }
404
405cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
406
407
408Result is: yes
409##########################################
410
411
412int main(void) { __asm__ volatile ("mov (%eax), %eax"); return 0; }
413
414cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
415
416
417============ Checking for .align is a power of two ============
418
419int main(void) { __asm__ volatile (".align 3"); return 0; }
420
421cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
422/tmp/mplayer-configure-23133-27475/tmp.c: Assembler messages:
423/tmp/mplayer-configure-23133-27475/tmp.c:1: Error: alignment not a power of 2
424
425
426Result is: no
427##########################################
428
429============ Checking for ebx availability ============
430
431int main(void) {
432 int x;
433 __asm__ volatile(
434 "xor %0, %0"
435 :"=b"(x)
436 // just adding ebx to clobber list seems unreliable with some
437 // compilers, e.g. Haiku's gcc 2.95
438 );
439 // and the above check does not work for OSX 64 bit...
440 __asm__ volatile("":::"%ebx");
441 return 0;
442}
443
444cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
445
446
447Result is: yes
448##########################################
449
450============ Checking for yasm ============
451
452pextrd [eax], xmm0, 1
453
454yasm -f elf -DPIC -m amd64 -o /tmp/mplayer-configure-23133-27475/tmp /tmp/mplayer-configure-23133-27475/tmp.S
455
456
457Result is: yasm
458##########################################
459
460============ Checking for bswap ============
461Result is: yes
462##########################################
463
464============ Checking for xmm clobbers ============
465
466int main(void) { __asm__ volatile ("":::"%xmm0"); return 0; }
467
468cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
469
470
471Result is: yes
472##########################################
473
474============ Checking for langinfo ============
475
476#include <langinfo.h>
477int main(void) { nl_langinfo(CODESET); return 0; }
478
479cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
480
481
482Result is: yes
483##########################################
484
485============ Checking for language ============
486Result is: messages: en - man pages: en - documentation: en
487##########################################
488
489============ Checking for enable sighandler ============
490Result is: yes
491##########################################
492
493============ Checking for runtime cpudetection ============
494Result is: no
495##########################################
496
497============ Checking for restrict keyword ============
498
499void foo(char * restrict p); int main(void) { return 0; }
500
501cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
502
503
504Result is: restrict
505##########################################
506
507============ Checking for __builtin_expect ============
508
509static int foo(int a) {
510 a = __builtin_expect(a, 10);
511 return a == 10 ? 0 : 1;
512}
513int main(void) { return foo(10) && foo(0); }
514
515cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
516
517
518Result is: yes
519##########################################
520
521============ Checking for kstat ============
522
523#include <kstat.h>
524int main(void) { kstat_open(); return 0; }
525
526cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lkstat -lm
527/tmp/mplayer-configure-23133-27475/tmp.c:1:19: error: kstat.h: No such file or directory
528/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
529/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'kstat_open'
530
531
532Result is: no
533##########################################
534
535============ Checking for atanf ============
536
537#include <math.h>
538int main(void) { atanf(2.0); return 0; }
539
540cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
541
542
543Result is: yes
544##########################################
545
546============ Checking for cbrt ============
547
548#include <math.h>
549int main(void) { cbrt(2.0); return 0; }
550
551cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
552
553
554Result is: yes
555##########################################
556
557============ Checking for cbrtf ============
558
559#include <math.h>
560int main(void) { cbrtf(2.0); return 0; }
561
562cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
563
564
565Result is: yes
566##########################################
567
568============ Checking for cosf ============
569
570#include <math.h>
571int main(void) { cosf(2.0); return 0; }
572
573cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
574
575
576Result is: yes
577##########################################
578
579============ Checking for expf ============
580
581#include <math.h>
582int main(void) { expf(2.0); return 0; }
583
584cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
585
586
587Result is: yes
588##########################################
589
590============ Checking for exp2 ============
591
592#include <math.h>
593int main(void) { exp2(2.0); return 0; }
594
595cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
596
597
598Result is: yes
599##########################################
600
601============ Checking for exp2f ============
602
603#include <math.h>
604int main(void) { exp2f(2.0); return 0; }
605
606cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
607
608
609Result is: yes
610##########################################
611
612============ Checking for isnan ============
613
614#include <math.h>
615int main(void) { isnan(2.0); return 0; }
616
617cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
618/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
619/tmp/mplayer-configure-23133-27475/tmp.c:2: warning: statement with no effect
620
621
622Result is: yes
623##########################################
624
625============ Checking for isfinite ============
626
627#include <math.h>
628int main(void) { isfinite(2.0); return 0; }
629
630cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
631/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
632/tmp/mplayer-configure-23133-27475/tmp.c:2: warning: statement with no effect
633
634
635Result is: yes
636##########################################
637
638============ Checking for isinf ============
639
640#include <math.h>
641int main(void) { isinf(2.0); return 0; }
642
643cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
644/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
645/tmp/mplayer-configure-23133-27475/tmp.c:2: warning: statement with no effect
646
647
648Result is: yes
649##########################################
650
651============ Checking for llrint ============
652
653#include <math.h>
654int main(void) { llrint(2.0); return 0; }
655
656cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
657
658
659Result is: yes
660##########################################
661
662============ Checking for llrintf ============
663
664#include <math.h>
665int main(void) { llrintf(2.0); return 0; }
666
667cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
668
669
670Result is: yes
671##########################################
672
673============ Checking for log2 ============
674
675#include <math.h>
676int main(void) { log2(2.0); return 0; }
677
678cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
679
680
681Result is: yes
682##########################################
683
684============ Checking for log2f ============
685
686#include <math.h>
687int main(void) { log2f(2.0); return 0; }
688
689cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
690
691
692Result is: yes
693##########################################
694
695============ Checking for log10f ============
696
697#include <math.h>
698int main(void) { log10f(2.0); return 0; }
699
700cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
701
702
703Result is: yes
704##########################################
705
706============ Checking for lrint ============
707
708#include <math.h>
709int main(void) { lrint(2.0); return 0; }
710
711cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
712
713
714Result is: yes
715##########################################
716
717============ Checking for lrintf ============
718
719#include <math.h>
720int main(void) { lrintf(2.0); return 0; }
721
722cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
723
724
725Result is: yes
726##########################################
727
728============ Checking for rint ============
729
730#include <math.h>
731int main(void) { rint(2.0); return 0; }
732
733cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
734
735
736Result is: yes
737##########################################
738
739============ Checking for round ============
740
741#include <math.h>
742int main(void) { round(2.0); return 0; }
743
744cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
745
746
747Result is: yes
748##########################################
749
750============ Checking for roundf ============
751
752#include <math.h>
753int main(void) { roundf(2.0); return 0; }
754
755cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
756
757
758Result is: yes
759##########################################
760
761============ Checking for sinf ============
762
763#include <math.h>
764int main(void) { sinf(2.0); return 0; }
765
766cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
767
768
769Result is: yes
770##########################################
771
772============ Checking for trunc ============
773
774#include <math.h>
775int main(void) { trunc(2.0); return 0; }
776
777cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
778
779
780Result is: yes
781##########################################
782
783============ Checking for truncf ============
784
785#include <math.h>
786int main(void) { truncf(2.0); return 0; }
787
788cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
789
790
791Result is: yes
792##########################################
793
794============ Checking for erf ============
795
796#include <math.h>
797int main(void) { erf(2.0); return 0; }
798
799cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
800
801
802Result is: yes
803##########################################
804
805============ Checking for atan2f ============
806
807#include <math.h>
808int main(void) { atan2f(1.0,1.0); return 0; }
809
810cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
811
812
813Result is: yes
814##########################################
815
816============ Checking for fminf ============
817
818#include <math.h>
819int main(void) { fminf(1.0,1.0); return 0; }
820
821cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
822
823
824Result is: yes
825##########################################
826
827============ Checking for ldexpf ============
828
829#include <math.h>
830int main(void) { ldexpf(1.0,1.0); return 0; }
831
832cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
833
834
835Result is: yes
836##########################################
837
838============ Checking for powf ============
839
840#include <math.h>
841int main(void) { powf(1.0,1.0); return 0; }
842
843cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
844
845
846Result is: yes
847##########################################
848
849============ Checking for hypot ============
850
851#include <math.h>
852int main(void) { hypot(1.0,1.0); return 0; }
853
854cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
855
856
857Result is: yes
858##########################################
859
860============ Checking for mkstemp ============
861
862#include <stdlib.h>
863int main(void) { mkstemp(""); return 0; }
864
865cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
866
867
868Result is: yes
869##########################################
870
871============ Checking for gmtime_r ============
872
873#include <time.h>
874int main(void) { gmtime_r(0, 0); return 0; }
875
876cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
877
878
879Result is: yes
880##########################################
881
882============ Checking for localtime_r ============
883
884#include <time.h>
885int main(void) { localtime_r(0, 0); return 0; }
886
887cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
888
889
890Result is: yes
891##########################################
892
893============ Checking for nanosleep ============
894
895#include <time.h>
896int main(void) { nanosleep(0, 0); return 0; }
897
898cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
899
900
901Result is: yes
902##########################################
903
904============ Checking for socklib ============
905
906#include <netdb.h>
907#include <sys/socket.h>
908int main(void) { gethostbyname(0); socket(AF_INET, SOCK_STREAM, 0); return 0; }
909
910cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
911
912
913Result is: yes
914##########################################
915
916============ Checking for netdb.h, struct addrinfo ============
917
918#if HAVE_WINSOCK2_H
919#include <winsock2.h>
920#include <ws2tcpip.h>
921#else
922#include <sys/types.h>
923#include <sys/socket.h>
924#include <netdb.h>
925#endif
926int main(void) { struct addrinfo ai; return 0; }
927
928cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -DHAVE_WINSOCK2_H=0 -lm
929/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
930/tmp/mplayer-configure-23133-27475/tmp.c:9: warning: unused variable 'ai'
931
932
933Result is: yes
934##########################################
935
936============ Checking for netdb.h, getaddrinfo() ============
937
938#if HAVE_WINSOCK2_H
939#include <winsock2.h>
940#else
941#include <sys/types.h>
942#include <sys/socket.h>
943#include <netdb.h>
944#endif
945int main(void) { getaddrinfo(0, 0, 0, 0); return 0; }
946
947cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -DHAVE_WINSOCK2_H=0 -lm
948
949
950Result is: yes
951##########################################
952
953============ Checking for sockaddr_storage ============
954
955#if HAVE_WINSOCK2_H
956#include <winsock2.h>
957#else
958#include <sys/types.h>
959#include <sys/socket.h>
960#endif
961int main(void) { struct sockaddr_storage sas; return 0; }
962
963cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -DHAVE_WINSOCK2_H=0 -lm
964/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
965/tmp/mplayer-configure-23133-27475/tmp.c:7: warning: unused variable 'sas'
966
967
968Result is: yes
969##########################################
970
971============ Checking for struct ipv6_mreq ============
972
973#if HAVE_WINSOCK2_H
974#include <ws2tcpip.h>
975#else
976#include <netinet/in.h>
977#endif
978int main(void) { struct ipv6_mreq mreq6; return 0; }
979
980cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -DHAVE_WINSOCK2_H=0 -lm
981/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
982/tmp/mplayer-configure-23133-27475/tmp.c:6: warning: unused variable 'mreq6'
983
984
985Result is: yes
986##########################################
987
988============ Checking for struct sockaddr_in6 ============
989
990#if HAVE_WINSOCK2_H
991#include <ws2tcpip.h>
992#else
993#include <netinet/in.h>
994#endif
995int main(void) { struct sockaddr_in6 addr; return 0; }
996
997cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -DHAVE_WINSOCK2_H=0 -lm
998/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
999/tmp/mplayer-configure-23133-27475/tmp.c:6: warning: unused variable 'addr'
1000
1001
1002Result is: yes
1003##########################################
1004
1005============ Checking for struct sockaddr sa_len ============
1006
1007#if HAVE_WINSOCK2_H
1008#include <winsock2.h>
1009#else
1010#include <sys/types.h>
1011#include <sys/socket.h>
1012#endif
1013int main(void) { const void *p = &((struct sockaddr *)0)->sa_len; return 0; }
1014
1015cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -DHAVE_WINSOCK2_H=0 -lm
1016/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1017/tmp/mplayer-configure-23133-27475/tmp.c:7: error: 'struct sockaddr' has no member named 'sa_len'
1018/tmp/mplayer-configure-23133-27475/tmp.c:7: warning: unused variable 'p'
1019
1020
1021Result is: no
1022##########################################
1023
1024============ Checking for arpa/inet.h ============
1025
1026#include <arpa/inet.h>
1027int main(void) { return 0; }
1028
1029cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1030
1031
1032Result is: yes
1033##########################################
1034
1035============ Checking for inet_pton() ============
1036
1037#include <arpa/inet.h>
1038int main(void) { inet_pton(0, 0, 0); return 0; }
1039
1040cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1041
1042
1043Result is: yes
1044##########################################
1045
1046============ Checking for inet_aton() ============
1047
1048#define _BSD_SOURCE
1049#include <arpa/inet.h>
1050int main(void) { inet_aton(0, 0); return 0; }
1051
1052cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1053
1054
1055Result is: yes
1056##########################################
1057
1058============ Checking for socklen_t ============
1059
1060#if HAVE_WINSOCK2_H
1061#include <ws2tcpip.h>
1062#else
1063#include <sys/socket.h>
1064#include <sys/types.h>
1065#endif
1066int main(void) { socklen_t v = 0; return 0; }
1067
1068cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -DHAVE_WINSOCK2_H=0 -lm
1069/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1070/tmp/mplayer-configure-23133-27475/tmp.c:7: warning: unused variable 'v'
1071
1072
1073Result is: yes
1074##########################################
1075
1076============ Checking for closesocket() ============
1077
1078#include <winsock2.h>
1079int main(void) { closesocket(~0); return 0; }
1080
1081cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1082/tmp/mplayer-configure-23133-27475/tmp.c:1:22: error: winsock2.h: No such file or directory
1083/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1084/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'closesocket'
1085
1086
1087Result is: no
1088##########################################
1089
1090============ Checking for networking ============
1091Result is: yes
1092##########################################
1093
1094============ Checking for inet6 ============
1095
1096#include <sys/types.h>
1097#if !defined(_WIN32)
1098#include <sys/socket.h>
1099#include <netinet/in.h>
1100#else
1101#include <ws2tcpip.h>
1102#endif
1103int main(void) { struct sockaddr_in6 six; socket(AF_INET6, SOCK_STREAM, AF_INET6); return 0; }
1104
1105cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1106/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1107/tmp/mplayer-configure-23133-27475/tmp.c:8: warning: unused variable 'six'
1108
1109
1110Result is: yes
1111##########################################
1112
1113============ Checking for gethostbyname2 ============
1114
1115#define _BSD_SOURCE
1116#include <sys/types.h>
1117#include <sys/socket.h>
1118#include <netdb.h>
1119int main(void) { gethostbyname2("", AF_INET); return 0; }
1120
1121cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1122
1123
1124Result is: yes
1125##########################################
1126
1127============ Checking for SCTP ============
1128
1129#include <netinet/sctp.h>
1130int main(void) { return 0; }
1131
1132cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1133/tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: netinet/sctp.h: No such file or directory
1134
1135
1136Result is: no
1137##########################################
1138
1139============ Checking for sys/un.h ============
1140
1141#include <sys/un.h>
1142int main(void) { return 0; }
1143
1144cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1145
1146
1147Result is: yes
1148##########################################
1149
1150============ Checking for sys/poll.h ============
1151
1152#include <sys/poll.h>
1153int main(void) { return 0; }
1154
1155cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1156
1157
1158Result is: yes
1159##########################################
1160
1161============ Checking for inttypes.h (required) ============
1162
1163#include <inttypes.h>
1164int main(void) { return 0; }
1165
1166cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1167
1168
1169Result is: yes
1170##########################################
1171
1172============ Checking for int_fastXY_t in inttypes.h ============
1173
1174#include <inttypes.h>
1175int main(void) { volatile int_fast16_t v = 0; return 0; }
1176
1177cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1178/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1179/tmp/mplayer-configure-23133-27475/tmp.c:2: warning: unused variable 'v'
1180
1181
1182Result is: yes
1183##########################################
1184
1185============ Checking for malloc.h ============
1186
1187#include <malloc.h>
1188int main(void) { return 0; }
1189
1190cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1191
1192
1193Result is: yes
1194##########################################
1195
1196============ Checking for aligned malloc ============
1197
1198#include <malloc.h>
1199int main(void) { _aligned_malloc(1, 32); return 0; }
1200
1201cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1202/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1203/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function '_aligned_malloc'
1204
1205
1206Result is: no
1207##########################################
1208
1209============ Checking for memalign() ============
1210
1211#include <malloc.h>
1212int main(void) { memalign(64, sizeof(char)); return 0; }
1213
1214cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1215
1216
1217Result is: yes
1218##########################################
1219
1220============ Checking for posix_memalign() ============
1221
1222#include <stdlib.h>
1223int main(void) { posix_memalign(NULL, 0, 0); return 0; }
1224
1225cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1226/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1227/tmp/mplayer-configure-23133-27475/tmp.c:2: warning: null argument where non-null required (argument 1)
1228
1229
1230Result is: yes
1231##########################################
1232
1233============ Checking for alloca.h ============
1234
1235#include <alloca.h>
1236int main(void) { alloca(0); return 0; }
1237
1238cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1239
1240
1241Result is: yes
1242##########################################
1243
1244============ Checking for fastmemcpy ============
1245Result is: yes
1246##########################################
1247
1248============ Checking for hard-coded tables ============
1249Result is: no
1250##########################################
1251
1252============ Checking for mman.h ============
1253
1254#include <sys/mman.h>
1255int main(void) { mmap(0, 0, 0, 0, 0, 0); return 0; }
1256
1257cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1258
1259
1260Result is: yes
1261##########################################
1262
1263
1264#include <sys/mman.h>
1265int main(void) { void *p = MAP_FAILED; return 0; }
1266
1267cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1268/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1269/tmp/mplayer-configure-23133-27475/tmp.c:2: warning: unused variable 'p'
1270
1271
1272============ Checking for mprotect ============
1273
1274#include <stddef.h>
1275#include <sys/mman.h>
1276int main(void) { mprotect(NULL, 0, 0); return 0; }
1277
1278cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1279
1280
1281Result is: yes
1282##########################################
1283
1284============ Checking for dynamic loader ============
1285
1286#include <dlfcn.h>
1287int main(void) { dlopen("", 0); return 0; }
1288
1289cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1290/tmp/cc22Nd8y.o: In function `main':
1291tmp.c:(.text+0xe): undefined reference to `dlopen'
1292collect2: ld returned 1 exit status
1293
1294
1295
1296#include <dlfcn.h>
1297int main(void) { dlopen("", 0); return 0; }
1298
1299cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -ldl -lm
1300
1301
1302Result is: yes
1303##########################################
1304
1305============ Checking for dynamic a/v plugins support ============
1306Result is: no
1307##########################################
1308
1309============ Checking for pthread ============
1310
1311#include <pthread.h>
1312static void *func(void *arg) { return arg; }
1313int main(void) { pthread_t tid; return pthread_create(&tid, 0, func, 0) == 0 ? 0 : 1; }
1314
1315cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -D_REENTRANT -lpthreadGC2 -lm
1316/usr/bin/ld: cannot find -lpthreadGC2
1317collect2: ld returned 1 exit status
1318
1319
1320
1321#include <pthread.h>
1322static void *func(void *arg) { return arg; }
1323int main(void) { pthread_t tid; return pthread_create(&tid, 0, func, 0) == 0 ? 0 : 1; }
1324
1325cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -D_REENTRANT -lm
1326/tmp/ccj4dn4I.o: In function `main':
1327tmp.c:(.text+0x25): undefined reference to `pthread_create'
1328collect2: ld returned 1 exit status
1329
1330
1331
1332#include <pthread.h>
1333static void *func(void *arg) { return arg; }
1334int main(void) { pthread_t tid; return pthread_create(&tid, 0, func, 0) == 0 ? 0 : 1; }
1335
1336cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -D_REENTRANT -lpthread -lm
1337
1338
1339Result is: yes (using -lpthread)
1340##########################################
1341
1342============ Checking for pthread_cancel ============
1343
1344#include <pthread.h>
1345int main(void) { pthread_t t; return pthread_cancel(t); }
1346
1347cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lpthread -lm
1348/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1349/tmp/mplayer-configure-23133-27475/tmp.c:2: warning: 't' is used uninitialized in this function
1350
1351
1352Result is: yes
1353##########################################
1354
1355============ Checking for direct.h ============
1356
1357#include <direct.h>
1358int main(void) { return 0; }
1359
1360cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1361/tmp/mplayer-configure-23133-27475/tmp.c:1:20: error: direct.h: No such file or directory
1362
1363
1364Result is: no
1365##########################################
1366
1367============ Checking for windows.h ============
1368
1369#include <windows.h>
1370int main(void) { return 0; }
1371
1372cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1373/tmp/mplayer-configure-23133-27475/tmp.c:1:21: error: windows.h: No such file or directory
1374
1375
1376Result is: no
1377##########################################
1378
1379============ Checking for io.h ============
1380
1381#include <io.h>
1382int main(void) { return 0; }
1383
1384cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1385/tmp/mplayer-configure-23133-27475/tmp.c:1:16: error: io.h: No such file or directory
1386
1387
1388Result is: no
1389##########################################
1390
1391============ Checking for rpath ============
1392Result is: no
1393##########################################
1394
1395============ Checking for iconv ============
1396
1397#include <stdio.h>
1398#include <unistd.h>
1399#include <iconv.h>
1400#define INBUFSIZE 1024
1401#define OUTBUFSIZE 4096
1402
1403char inbuffer[INBUFSIZE];
1404char outbuffer[OUTBUFSIZE];
1405
1406int main(void) {
1407 size_t numread;
1408 iconv_t icdsc;
1409 char *tocode="UTF-8";
1410 char *fromcode="cp1250";
1411 if ((icdsc = iconv_open(tocode, fromcode)) != (iconv_t)(-1)) {
1412 while ((numread = read(0, inbuffer, INBUFSIZE))) {
1413 char *iptr=inbuffer;
1414 char *optr=outbuffer;
1415 size_t inleft=numread;
1416 size_t outleft=OUTBUFSIZE;
1417 if (iconv(icdsc, &iptr, &inleft, &optr, &outleft)
1418 != (size_t)(-1)) {
1419 write(1, outbuffer, OUTBUFSIZE - outleft);
1420 }
1421 }
1422 if (iconv_close(icdsc) == -1)
1423 ;
1424 }
1425 return 0;
1426}
1427
1428cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1429
1430
1431Result is: yes
1432##########################################
1433
1434============ Checking for soundcard.h ============
1435
1436#include <sys/soundcard.h>
1437int main(void) { return 0; }
1438
1439cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1440
1441
1442Result is: yes (sys/soundcard.h)
1443##########################################
1444
1445============ Checking for termcap ============
1446
1447#include <term.h>
1448int main(void) { tgetent(0, 0); return 0; }
1449
1450cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lncurses -lm
1451/tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: term.h: No such file or directory
1452/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1453/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'tgetent'
1454
1455
1456
1457#include <term.h>
1458int main(void) { tgetent(0, 0); return 0; }
1459
1460cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -ltinfo -lm
1461/tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: term.h: No such file or directory
1462/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1463/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'tgetent'
1464
1465
1466
1467#include <term.h>
1468int main(void) { tgetent(0, 0); return 0; }
1469
1470cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -ltermcap -lm
1471/tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: term.h: No such file or directory
1472/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1473/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'tgetent'
1474
1475
1476Result is: no
1477##########################################
1478
1479============ Checking for termios ============
1480
1481#include <termios.h>
1482int main(void) { return 0; }
1483
1484cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1485
1486
1487Result is: yes (using termios.h)
1488##########################################
1489
1490============ Checking for shm ============
1491
1492#include <sys/shm.h>
1493int main(void) { shmget(0, 0, 0); shmat(0, 0, 0); shmctl(0, 0, 0); return 0; }
1494
1495cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1496
1497
1498Result is: yes
1499##########################################
1500
1501============ Checking for strsep() ============
1502
1503#define _BSD_SOURCE
1504#include <string.h>
1505int main(void) { char *s = "Hello, world!"; strsep(&s, ","); return 0; }
1506
1507cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1508
1509
1510Result is: yes
1511##########################################
1512
1513============ Checking for vsscanf() ============
1514
1515#include <stdarg.h>
1516#include <stdio.h>
1517int main(void) { va_list ap; vsscanf("foo", "bar", ap); return 0; }
1518
1519cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1520
1521
1522Result is: yes
1523##########################################
1524
1525============ Checking for POSIX select() ============
1526
1527#include <stdio.h>
1528#include <stdlib.h>
1529#include <sys/types.h>
1530#include <string.h>
1531#include <sys/time.h>
1532#include <unistd.h>
1533int main(void) {int nfds = 1; fd_set readfds; struct timeval timeout; select(nfds, &readfds, NULL, NULL, &timeout); return 0; }
1534
1535cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1536
1537
1538Result is: yes
1539##########################################
1540
1541============ Checking for audio select() ============
1542Result is: yes
1543##########################################
1544
1545============ Checking for gettimeofday() ============
1546
1547#include <stddef.h>
1548#include <sys/time.h>
1549int main(void) { struct timeval tv; gettimeofday(&tv, NULL); return 0; }
1550
1551cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lm
1552
1553
1554Result is: yes
1555##########################################
1556
1557============ Checking for clock_gettime() ============
1558
1559#include <stddef.h>
1560#include <time.h>
1561int main(void) { struct timespec tp; clock_gettime(CLOCK_MONOTONIC, &tp); return 0; }
1562
1563cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -o /tmp/mplayer-configure-23133-27475/tmp -lrt -lm
1564
1565
1566Result is: yes
1567##########################################
1568
1569============ Checking for glob() ============
1570
1571#include <glob.h>
1572int main(void) { glob("filename", 0, 0, 0); return 0; }
1573
1574cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
1575
1576
1577Result is: yes
1578##########################################
1579
1580============ Checking for setenv() ============
1581
1582#include <stdlib.h>
1583int main(void) { setenv("", "", 0); return 0; }
1584
1585cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
1586
1587
1588Result is: yes
1589##########################################
1590
1591============ Checking for setmode() ============
1592
1593#include <io.h>
1594int main(void) { setmode(0, 0); return 0; }
1595
1596cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
1597/tmp/mplayer-configure-23133-27475/tmp.c:1:16: error: io.h: No such file or directory
1598/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1599/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'setmode'
1600
1601
1602Result is: no
1603##########################################
1604
1605============ Checking for sys/sysinfo.h ============
1606
1607#include <sys/sysinfo.h>
1608int main(void) { struct sysinfo s_info; s_info.mem_unit=0; sysinfo(&s_info); return 0; }
1609
1610cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
1611
1612
1613Result is: yes
1614##########################################
1615
1616============ Checking for Apple IR ============
1617
1618#include <linux/input.h>
1619int main(void) { struct input_event ev; struct input_id id; return 0; }
1620
1621cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
1622/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1623/tmp/mplayer-configure-23133-27475/tmp.c:2: warning: unused variable 'id'
1624/tmp/mplayer-configure-23133-27475/tmp.c:2: warning: unused variable 'ev'
1625
1626
1627Result is: yes
1628##########################################
1629
1630============ Checking for pkg-config ============
1631Result is: yes
1632##########################################
1633
1634============ Checking for GnuTLS ============
1635Result is: no
1636##########################################
1637
1638============ Checking for OpenSSL ============
1639Result is: no
1640##########################################
1641
1642============ Checking for Samba support (libsmbclient) ============
1643
1644#include <libsmbclient.h>
1645int main(void) { smbc_opendir("smb://"); return 0; }
1646
1647cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lsmbclient -lm
1648/tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: libsmbclient.h: No such file or directory
1649/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1650/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'smbc_opendir'
1651
1652
1653
1654#include <libsmbclient.h>
1655int main(void) { smbc_opendir("smb://"); return 0; }
1656
1657cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lsmbclient -lm
1658/tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: libsmbclient.h: No such file or directory
1659/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1660/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'smbc_opendir'
1661
1662
1663
1664#include <libsmbclient.h>
1665int main(void) { smbc_opendir("smb://"); return 0; }
1666
1667cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lsmbclient -ldl -lm
1668/tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: libsmbclient.h: No such file or directory
1669/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1670/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'smbc_opendir'
1671
1672
1673
1674#include <libsmbclient.h>
1675int main(void) { smbc_opendir("smb://"); return 0; }
1676
1677cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lsmbclient -ldl -lm
1678/tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: libsmbclient.h: No such file or directory
1679/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1680/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'smbc_opendir'
1681
1682
1683
1684#include <libsmbclient.h>
1685int main(void) { smbc_opendir("smb://"); return 0; }
1686
1687cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lsmbclient -ldl -lnsl -lm
1688/tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: libsmbclient.h: No such file or directory
1689/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1690/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'smbc_opendir'
1691
1692
1693
1694#include <libsmbclient.h>
1695int main(void) { smbc_opendir("smb://"); return 0; }
1696
1697cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lsmbclient -ldl -lnsl -lm
1698/tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: libsmbclient.h: No such file or directory
1699/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1700/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'smbc_opendir'
1701
1702
1703
1704#include <libsmbclient.h>
1705int main(void) { smbc_opendir("smb://"); return 0; }
1706
1707cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lsmbclient -ldl -lssl -lnsl -lm
1708/tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: libsmbclient.h: No such file or directory
1709/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1710/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'smbc_opendir'
1711
1712
1713
1714#include <libsmbclient.h>
1715int main(void) { smbc_opendir("smb://"); return 0; }
1716
1717cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lsmbclient -ldl -lssl -lnsl -lm
1718/tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: libsmbclient.h: No such file or directory
1719/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1720/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'smbc_opendir'
1721
1722
1723Result is: no
1724##########################################
1725
1726============ Checking for /dev/mga_vid ============
1727Result is: no
1728##########################################
1729
1730============ Checking for tdfxfb ============
1731Result is: no
1732##########################################
1733
1734============ Checking for s3fb ============
1735Result is: no
1736##########################################
1737
1738============ Checking for wii ============
1739Result is: no
1740##########################################
1741
1742============ Checking for tdfxvid ============
1743Result is: no
1744##########################################
1745
1746============ Checking for xvr100 ============
1747
1748#include <unistd.h>
1749#include <sys/fbio.h>
1750#include <sys/visual_io.h>
1751int main(void) {
1752struct vis_identifier ident;
1753struct fbgattr attr;
1754ioctl(0, VIS_GETIDENTIFIER, &ident);
1755ioctl(0, FBIOGATTR, &attr);
1756return 0;
1757}
1758
1759cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
1760/tmp/mplayer-configure-23133-27475/tmp.c:2:22: error: sys/fbio.h: No such file or directory
1761/tmp/mplayer-configure-23133-27475/tmp.c:3:27: error: sys/visual_io.h: No such file or directory
1762/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1763/tmp/mplayer-configure-23133-27475/tmp.c:5: error: storage size of 'ident' isn't known
1764/tmp/mplayer-configure-23133-27475/tmp.c:6: error: storage size of 'attr' isn't known
1765/tmp/mplayer-configure-23133-27475/tmp.c:7: error: implicit declaration of function 'ioctl'
1766/tmp/mplayer-configure-23133-27475/tmp.c:7: error: 'VIS_GETIDENTIFIER' undeclared (first use in this function)
1767/tmp/mplayer-configure-23133-27475/tmp.c:7: error: (Each undeclared identifier is reported only once
1768/tmp/mplayer-configure-23133-27475/tmp.c:7: error: for each function it appears in.)
1769/tmp/mplayer-configure-23133-27475/tmp.c:8: error: 'FBIOGATTR' undeclared (first use in this function)
1770/tmp/mplayer-configure-23133-27475/tmp.c:6: warning: unused variable 'attr'
1771/tmp/mplayer-configure-23133-27475/tmp.c:5: warning: unused variable 'ident'
1772
1773
1774Result is: no
1775##########################################
1776
1777============ Checking for tga ============
1778Result is: yes
1779##########################################
1780
1781============ Checking for md5sum support ============
1782Result is: yes
1783##########################################
1784
1785============ Checking for yuv4mpeg support ============
1786Result is: yes
1787##########################################
1788
1789============ Checking for bl ============
1790Result is: no
1791##########################################
1792
1793============ Checking for DirectFB ============
1794
1795#include <directfb.h>
1796#include <directfb_version.h>
1797#if (DIRECTFB_MAJOR_VERSION << 16 | DIRECTFB_MINOR_VERSION << 8 | DIRECTFB_MICRO_VERSION) < (0 << 16 | 9 << 8 | 22)
1798#error "DirectFB version too old."
1799#endif
1800int main(void) { DirectFBInit(0, 0); return 0; }
1801
1802cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -ldirectfb -lm
1803/tmp/mplayer-configure-23133-27475/tmp.c:1:22: error: directfb.h: No such file or directory
1804/tmp/mplayer-configure-23133-27475/tmp.c:2:30: error: directfb_version.h: No such file or directory
1805/tmp/mplayer-configure-23133-27475/tmp.c:3:6: warning: "DIRECTFB_MAJOR_VERSION" is not defined
1806/tmp/mplayer-configure-23133-27475/tmp.c:3:37: warning: "DIRECTFB_MINOR_VERSION" is not defined
1807/tmp/mplayer-configure-23133-27475/tmp.c:3:67: warning: "DIRECTFB_MICRO_VERSION" is not defined
1808/tmp/mplayer-configure-23133-27475/tmp.c:4:2: error: #error "DirectFB version too old."
1809/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1810/tmp/mplayer-configure-23133-27475/tmp.c:6: error: implicit declaration of function 'DirectFBInit'
1811
1812
1813
1814#include <directfb.h>
1815#include <directfb_version.h>
1816#if (DIRECTFB_MAJOR_VERSION << 16 | DIRECTFB_MINOR_VERSION << 8 | DIRECTFB_MICRO_VERSION) < (0 << 16 | 9 << 8 | 22)
1817#error "DirectFB version too old."
1818#endif
1819int main(void) { DirectFBInit(0, 0); return 0; }
1820
1821cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/local/include/directfb -ldirectfb -lm
1822/tmp/mplayer-configure-23133-27475/tmp.c:1:22: error: directfb.h: No such file or directory
1823/tmp/mplayer-configure-23133-27475/tmp.c:2:30: error: directfb_version.h: No such file or directory
1824/tmp/mplayer-configure-23133-27475/tmp.c:3:6: warning: "DIRECTFB_MAJOR_VERSION" is not defined
1825/tmp/mplayer-configure-23133-27475/tmp.c:3:37: warning: "DIRECTFB_MINOR_VERSION" is not defined
1826/tmp/mplayer-configure-23133-27475/tmp.c:3:67: warning: "DIRECTFB_MICRO_VERSION" is not defined
1827/tmp/mplayer-configure-23133-27475/tmp.c:4:2: error: #error "DirectFB version too old."
1828/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1829/tmp/mplayer-configure-23133-27475/tmp.c:6: error: implicit declaration of function 'DirectFBInit'
1830
1831
1832
1833#include <directfb.h>
1834#include <directfb_version.h>
1835#if (DIRECTFB_MAJOR_VERSION << 16 | DIRECTFB_MINOR_VERSION << 8 | DIRECTFB_MICRO_VERSION) < (0 << 16 | 9 << 8 | 22)
1836#error "DirectFB version too old."
1837#endif
1838int main(void) { DirectFBInit(0, 0); return 0; }
1839
1840cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/include/directfb -ldirectfb -lm
1841/tmp/mplayer-configure-23133-27475/tmp.c:1:22: error: directfb.h: No such file or directory
1842/tmp/mplayer-configure-23133-27475/tmp.c:2:30: error: directfb_version.h: No such file or directory
1843/tmp/mplayer-configure-23133-27475/tmp.c:3:6: warning: "DIRECTFB_MAJOR_VERSION" is not defined
1844/tmp/mplayer-configure-23133-27475/tmp.c:3:37: warning: "DIRECTFB_MINOR_VERSION" is not defined
1845/tmp/mplayer-configure-23133-27475/tmp.c:3:67: warning: "DIRECTFB_MICRO_VERSION" is not defined
1846/tmp/mplayer-configure-23133-27475/tmp.c:4:2: error: #error "DirectFB version too old."
1847/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1848/tmp/mplayer-configure-23133-27475/tmp.c:6: error: implicit declaration of function 'DirectFBInit'
1849
1850
1851
1852#include <directfb.h>
1853#include <directfb_version.h>
1854#if (DIRECTFB_MAJOR_VERSION << 16 | DIRECTFB_MINOR_VERSION << 8 | DIRECTFB_MICRO_VERSION) < (0 << 16 | 9 << 8 | 22)
1855#error "DirectFB version too old."
1856#endif
1857int main(void) { DirectFBInit(0, 0); return 0; }
1858
1859cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/local/include -ldirectfb -lm
1860/tmp/mplayer-configure-23133-27475/tmp.c:1:22: error: directfb.h: No such file or directory
1861/tmp/mplayer-configure-23133-27475/tmp.c:2:30: error: directfb_version.h: No such file or directory
1862/tmp/mplayer-configure-23133-27475/tmp.c:3:6: warning: "DIRECTFB_MAJOR_VERSION" is not defined
1863/tmp/mplayer-configure-23133-27475/tmp.c:3:37: warning: "DIRECTFB_MINOR_VERSION" is not defined
1864/tmp/mplayer-configure-23133-27475/tmp.c:3:67: warning: "DIRECTFB_MICRO_VERSION" is not defined
1865/tmp/mplayer-configure-23133-27475/tmp.c:4:2: error: #error "DirectFB version too old."
1866/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1867/tmp/mplayer-configure-23133-27475/tmp.c:6: error: implicit declaration of function 'DirectFBInit'
1868
1869
1870Result is: no
1871##########################################
1872
1873============ Checking for X11 headers presence ============
1874Result is: no (check if the dev(el) packages are installed)
1875##########################################
1876
1877============ Checking for X11 ============
1878Result is: no (check if the dev(el) packages are installed)
1879##########################################
1880
1881============ Checking for Xss screensaver extensions ============
1882
1883#include <X11/extensions/scrnsaver.h>
1884int main(void) { XScreenSaverSuspend(NULL, True); return 0; }
1885
1886cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lXss -lm
1887/tmp/mplayer-configure-23133-27475/tmp.c:1:38: error: X11/extensions/scrnsaver.h: No such file or directory
1888/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1889/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'XScreenSaverSuspend'
1890/tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'NULL' undeclared (first use in this function)
1891/tmp/mplayer-configure-23133-27475/tmp.c:2: error: (Each undeclared identifier is reported only once
1892/tmp/mplayer-configure-23133-27475/tmp.c:2: error: for each function it appears in.)
1893/tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'True' undeclared (first use in this function)
1894
1895
1896Result is: no
1897##########################################
1898
1899============ Checking for DPMS ============
1900Result is: no
1901##########################################
1902
1903============ Checking for Xv ============
1904Result is: auto
1905##########################################
1906
1907============ Checking for XvMC ============
1908Result is: no
1909##########################################
1910
1911============ Checking for Video Decode Acceleration (VDA) ============
1912
1913#include <VideoDecodeAcceleration/VDADecoder.h>
1914int main(void) { return 0; }
1915
1916cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
1917/tmp/mplayer-configure-23133-27475/tmp.c:1:48: error: VideoDecodeAcceleration/VDADecoder.h: No such file or directory
1918
1919
1920Result is: no
1921##########################################
1922
1923============ Checking for VDPAU ============
1924Result is: auto
1925##########################################
1926
1927============ Checking for Xinerama ============
1928Result is: auto
1929##########################################
1930
1931============ Checking for Xxf86vm ============
1932Result is: auto
1933##########################################
1934
1935============ Checking for XF86keysym ============
1936Result is: auto
1937##########################################
1938
1939============ Checking for DGA ============
1940Result is: no
1941##########################################
1942
1943============ Checking for xmga ============
1944Result is: no
1945##########################################
1946
1947============ Checking for 3dfx ============
1948Result is: no
1949##########################################
1950
1951============ Checking for VIDIX ============
1952Result is: yes
1953##########################################
1954
1955============ Checking for VIDIX PCI device name database ============
1956Result is: yes
1957##########################################
1958
1959============ Checking for VIDIX dhahelper support ============
1960Result is: no
1961##########################################
1962
1963============ Checking for VIDIX svgalib_helper support ============
1964Result is: no
1965##########################################
1966
1967============ Checking for GGI ============
1968
1969#include <ggi/ggi.h>
1970int main(void) { ggiInit(); return 0; }
1971
1972cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lggi -lm
1973/tmp/mplayer-configure-23133-27475/tmp.c:1:21: error: ggi/ggi.h: No such file or directory
1974/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1975/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'ggiInit'
1976
1977
1978Result is: no
1979##########################################
1980
1981============ Checking for GGI extension: libggiwmh ============
1982
1983#include <ggi/wmh.h>
1984int main(void) { ggiWmhInit(); return 0; }
1985
1986cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lggi -lggiwmh -lm
1987/tmp/mplayer-configure-23133-27475/tmp.c:1:21: error: ggi/wmh.h: No such file or directory
1988/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
1989/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'ggiWmhInit'
1990
1991
1992Result is: no
1993##########################################
1994
1995============ Checking for AA ============
1996
1997#include <aalib.h>
1998int main(void) {
1999aa_context *c;
2000aa_renderparams *p;
2001aa_init(0, 0, 0);
2002c = aa_autoinit(&aa_defparams);
2003p = aa_getrenderparams();
2004aa_autoinitkbd(c, 0);
2005return 0; }
2006
2007cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -laa -lm
2008/tmp/mplayer-configure-23133-27475/tmp.c:1:19: error: aalib.h: No such file or directory
2009/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2010/tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'aa_context' undeclared (first use in this function)
2011/tmp/mplayer-configure-23133-27475/tmp.c:3: error: (Each undeclared identifier is reported only once
2012/tmp/mplayer-configure-23133-27475/tmp.c:3: error: for each function it appears in.)
2013/tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'c' undeclared (first use in this function)
2014/tmp/mplayer-configure-23133-27475/tmp.c:4: error: 'aa_renderparams' undeclared (first use in this function)
2015/tmp/mplayer-configure-23133-27475/tmp.c:4: error: 'p' undeclared (first use in this function)
2016/tmp/mplayer-configure-23133-27475/tmp.c:5: error: implicit declaration of function 'aa_init'
2017/tmp/mplayer-configure-23133-27475/tmp.c:6: error: implicit declaration of function 'aa_autoinit'
2018/tmp/mplayer-configure-23133-27475/tmp.c:6: error: 'aa_defparams' undeclared (first use in this function)
2019/tmp/mplayer-configure-23133-27475/tmp.c:7: error: implicit declaration of function 'aa_getrenderparams'
2020/tmp/mplayer-configure-23133-27475/tmp.c:8: error: implicit declaration of function 'aa_autoinitkbd'
2021
2022
2023Result is: no
2024##########################################
2025
2026============ Checking for CACA ============
2027./configure: line 5126: caca-config: command not found
2028Result is: no
2029##########################################
2030
2031============ Checking for SVGAlib ============
2032
2033#include <vga.h>
2034int main(void) { return 0; }
2035
2036cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lvga -lm
2037/tmp/mplayer-configure-23133-27475/tmp.c:1:17: error: vga.h: No such file or directory
2038
2039
2040Result is: no
2041##########################################
2042
2043============ Checking for FBDev ============
2044Result is: yes
2045##########################################
2046
2047============ Checking for DVB ============
2048
2049#include <poll.h>
2050#include <sys/ioctl.h>
2051#include <stdio.h>
2052#include <time.h>
2053#include <unistd.h>
2054#include <linux/dvb/dmx.h>
2055#include <linux/dvb/frontend.h>
2056#include <linux/dvb/video.h>
2057#include <linux/dvb/audio.h>
2058int main(void) {return 0;}
2059
2060cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
2061
2062
2063Result is: yes
2064##########################################
2065
2066============ Checking for PNG support ============
2067
2068#include <stdio.h>
2069#include <string.h>
2070#include <png.h>
2071int main(void) {
2072 printf("png.h : %s\n", PNG_LIBPNG_VER_STRING);
2073 printf("libpng: %s\n", png_libpng_ver);
2074 return strcmp(PNG_LIBPNG_VER_STRING, png_libpng_ver);
2075}
2076
2077cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lpng -lz -lm
2078/tmp/mplayer-configure-23133-27475/tmp.c:3:17: error: png.h: No such file or directory
2079/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2080/tmp/mplayer-configure-23133-27475/tmp.c:5: error: 'PNG_LIBPNG_VER_STRING' undeclared (first use in this function)
2081/tmp/mplayer-configure-23133-27475/tmp.c:5: error: (Each undeclared identifier is reported only once
2082/tmp/mplayer-configure-23133-27475/tmp.c:5: error: for each function it appears in.)
2083/tmp/mplayer-configure-23133-27475/tmp.c:6: error: 'png_libpng_ver' undeclared (first use in this function)
2084/tmp/mplayer-configure-23133-27475/tmp.c:7: warning: left-hand operand of comma expression has no effect
2085/tmp/mplayer-configure-23133-27475/tmp.c:7: warning: left-hand operand of comma expression has no effect
2086/tmp/mplayer-configure-23133-27475/tmp.c:7: warning: left-hand operand of comma expression has no effect
2087/tmp/mplayer-configure-23133-27475/tmp.c:7: warning: left-hand operand of comma expression has no effect
2088
2089
2090Result is: no
2091##########################################
2092
2093============ Checking for MNG support ============
2094
2095#define MNG_NO_INCLUDE_JNG
2096#include <libmng.h>
2097int main(void) { return !mng_version_text(); }
2098
2099cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lmng -lz -lm
2100/tmp/mplayer-configure-23133-27475/tmp.c:2:20: error: libmng.h: No such file or directory
2101/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2102/tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'mng_version_text'
2103
2104
2105
2106#define MNG_NO_INCLUDE_JNG
2107#include <libmng.h>
2108int main(void) { return !mng_version_text(); }
2109
2110cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lmng -ljpeg -lz -lm
2111/tmp/mplayer-configure-23133-27475/tmp.c:2:20: error: libmng.h: No such file or directory
2112/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2113/tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'mng_version_text'
2114
2115
2116Result is: no
2117##########################################
2118
2119============ Checking for JPEG support ============
2120
2121#include <stdio.h>
2122#include <jpeglib.h>
2123int main(void) { return 0; }
2124
2125cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -ljpeg -lm
2126/tmp/mplayer-configure-23133-27475/tmp.c:2:21: error: jpeglib.h: No such file or directory
2127
2128
2129Result is: no
2130##########################################
2131
2132============ Checking for OpenJPEG (JPEG 2000) support ============
2133Result is: no (dynamic linking to libopenjpeg is irrelevant when using dynamic FFmpeg)
2134##########################################
2135
2136============ Checking for PNM support ============
2137Result is: yes
2138##########################################
2139
2140============ Checking for GIF support ============
2141
2142#include <gif_lib.h>
2143int main(void) { QuantizeBuffer(0, 0, 0, 0, 0, 0, 0, 0); return 0; }
2144
2145cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lungif -lm
2146/tmp/mplayer-configure-23133-27475/tmp.c:1:21: error: gif_lib.h: No such file or directory
2147/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2148/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'QuantizeBuffer'
2149
2150
2151
2152#include <stdlib.h>
2153#include <gif_lib.h>
2154int main(void) { GifQuantizeBuffer(0, 0, 0, 0, 0, 0, 0, 0); return 0; }
2155
2156cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lungif -lm
2157/tmp/mplayer-configure-23133-27475/tmp.c:2:21: error: gif_lib.h: No such file or directory
2158/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2159/tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'GifQuantizeBuffer'
2160
2161
2162
2163#include <gif_lib.h>
2164int main(void) { QuantizeBuffer(0, 0, 0, 0, 0, 0, 0, 0); return 0; }
2165
2166cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lgif -lm
2167/tmp/mplayer-configure-23133-27475/tmp.c:1:21: error: gif_lib.h: No such file or directory
2168/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2169/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'QuantizeBuffer'
2170
2171
2172
2173#include <stdlib.h>
2174#include <gif_lib.h>
2175int main(void) { GifQuantizeBuffer(0, 0, 0, 0, 0, 0, 0, 0); return 0; }
2176
2177cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lgif -lm
2178/tmp/mplayer-configure-23133-27475/tmp.c:2:21: error: gif_lib.h: No such file or directory
2179/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2180/tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'GifQuantizeBuffer'
2181
2182
2183Result is: no
2184##########################################
2185
2186============ Checking for VESA support ============
2187
2188#include <vbe.h>
2189int main(void) { vbeInit(); return 0; }
2190
2191cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lvbe -llrmi -lm
2192/tmp/mplayer-configure-23133-27475/tmp.c:1:17: error: vbe.h: No such file or directory
2193/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2194/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'vbeInit'
2195
2196
2197Result is: no
2198##########################################
2199
2200============ Checking for SDL ============
2201./configure: line 5496: sdl-config: command not found
2202
2203#ifdef CONFIG_SDL_SDL_H
2204#include <SDL/SDL.h>
2205#else
2206#include <SDL.h>
2207#endif
2208#ifndef __APPLE__
2209// we allow SDL hacking our main() only on OSX
2210#undef main
2211#endif
2212int main(int argc, char *argv[]) {
2213 SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE);
2214 return 0;
2215}
2216
2217cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -DCONFIG_SDL_SDL_H -lSDL -lm
2218/tmp/mplayer-configure-23133-27475/tmp.c:2:21: error: SDL/SDL.h: No such file or directory
2219/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2220/tmp/mplayer-configure-23133-27475/tmp.c:11: error: implicit declaration of function 'SDL_Init'
2221/tmp/mplayer-configure-23133-27475/tmp.c:11: error: 'SDL_INIT_VIDEO' undeclared (first use in this function)
2222/tmp/mplayer-configure-23133-27475/tmp.c:11: error: (Each undeclared identifier is reported only once
2223/tmp/mplayer-configure-23133-27475/tmp.c:11: error: for each function it appears in.)
2224/tmp/mplayer-configure-23133-27475/tmp.c:11: error: 'SDL_INIT_NOPARACHUTE' undeclared (first use in this function)
2225
2226
2227
2228#ifdef CONFIG_SDL_SDL_H
2229#include <SDL/SDL.h>
2230#else
2231#include <SDL.h>
2232#endif
2233#ifndef __APPLE__
2234// we allow SDL hacking our main() only on OSX
2235#undef main
2236#endif
2237int main(int argc, char *argv[]) {
2238 SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE);
2239 return 0;
2240}
2241
2242cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -DCONFIG_SDL_SDL_H -lSDL -lpthread -lm
2243/tmp/mplayer-configure-23133-27475/tmp.c:2:21: error: SDL/SDL.h: No such file or directory
2244/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2245/tmp/mplayer-configure-23133-27475/tmp.c:11: error: implicit declaration of function 'SDL_Init'
2246/tmp/mplayer-configure-23133-27475/tmp.c:11: error: 'SDL_INIT_VIDEO' undeclared (first use in this function)
2247/tmp/mplayer-configure-23133-27475/tmp.c:11: error: (Each undeclared identifier is reported only once
2248/tmp/mplayer-configure-23133-27475/tmp.c:11: error: for each function it appears in.)
2249/tmp/mplayer-configure-23133-27475/tmp.c:11: error: 'SDL_INIT_NOPARACHUTE' undeclared (first use in this function)
2250
2251
2252
2253#ifdef CONFIG_SDL_SDL_H
2254#include <SDL/SDL.h>
2255#else
2256#include <SDL.h>
2257#endif
2258#ifndef __APPLE__
2259// we allow SDL hacking our main() only on OSX
2260#undef main
2261#endif
2262int main(int argc, char *argv[]) {
2263 SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE);
2264 return 0;
2265}
2266
2267cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -DCONFIG_SDL_SDL_H -lSDL -lwinmm -lgdi32 -lm
2268/tmp/mplayer-configure-23133-27475/tmp.c:2:21: error: SDL/SDL.h: No such file or directory
2269/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2270/tmp/mplayer-configure-23133-27475/tmp.c:11: error: implicit declaration of function 'SDL_Init'
2271/tmp/mplayer-configure-23133-27475/tmp.c:11: error: 'SDL_INIT_VIDEO' undeclared (first use in this function)
2272/tmp/mplayer-configure-23133-27475/tmp.c:11: error: (Each undeclared identifier is reported only once
2273/tmp/mplayer-configure-23133-27475/tmp.c:11: error: for each function it appears in.)
2274/tmp/mplayer-configure-23133-27475/tmp.c:11: error: 'SDL_INIT_NOPARACHUTE' undeclared (first use in this function)
2275
2276
2277
2278#ifdef CONFIG_SDL_SDL_H
2279#include <SDL/SDL.h>
2280#else
2281#include <SDL.h>
2282#endif
2283#ifndef __APPLE__
2284// we allow SDL hacking our main() only on OSX
2285#undef main
2286#endif
2287int main(int argc, char *argv[]) {
2288 SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE);
2289 return 0;
2290}
2291
2292cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -DCONFIG_SDL_SDL_H -lSDL -lwinmm -lgdi32 -ldxguid -lm
2293/tmp/mplayer-configure-23133-27475/tmp.c:2:21: error: SDL/SDL.h: No such file or directory
2294/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2295/tmp/mplayer-configure-23133-27475/tmp.c:11: error: implicit declaration of function 'SDL_Init'
2296/tmp/mplayer-configure-23133-27475/tmp.c:11: error: 'SDL_INIT_VIDEO' undeclared (first use in this function)
2297/tmp/mplayer-configure-23133-27475/tmp.c:11: error: (Each undeclared identifier is reported only once
2298/tmp/mplayer-configure-23133-27475/tmp.c:11: error: for each function it appears in.)
2299/tmp/mplayer-configure-23133-27475/tmp.c:11: error: 'SDL_INIT_NOPARACHUTE' undeclared (first use in this function)
2300
2301
2302Result is: no
2303##########################################
2304
2305============ Checking for SDL image ============
2306Result is: no
2307##########################################
2308
2309============ Checking for OpenGL ============
2310
2311#ifdef GL_WIN32
2312#include <windows.h>
2313#include <GL/gl.h>
2314#elif defined(GL_SDL)
2315#include <GL/gl.h>
2316#ifdef CONFIG_SDL_SDL_H
2317#include <SDL/SDL.h>
2318#else
2319#include <SDL.h>
2320#endif
2321#ifndef __APPLE__
2322// we allow SDL hacking our main() only on OSX
2323#undef main
2324#endif
2325#elif defined(GL_EGL_X11)
2326#include <GL/gl.h>
2327#include <X11/Xlib.h>
2328#include <EGL/egl.h>
2329#elif defined(GL_EGL_ANDROID)
2330#include <GLES/gl.h>
2331#include <EGL/egl.h>
2332#else
2333#include <GL/gl.h>
2334#include <X11/Xlib.h>
2335#include <GL/glx.h>
2336#endif
2337int main(int argc, char *argv[]) {
2338#ifdef GL_WIN32
2339 HDC dc;
2340 wglCreateContext(dc);
2341#elif defined(GL_SDL)
2342 SDL_GL_SwapBuffers();
2343#elif defined(GL_EGL_X11) || defined(GL_EGL_ANDROID)
2344 EGLDisplay eglDisplay = EGL_NO_DISPLAY;
2345 eglInitialize(eglDisplay, NULL, NULL);
2346#else
2347 glXCreateContext(NULL, NULL, NULL, True);
2348#endif
2349#if !defined(GL_EGL_X11) && !defined(GL_EGL_ANDROID)
2350 glFinish();
2351#endif
2352 return 0;
2353}
2354
2355cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -DGL_EGL_ANDROID -lEGL -lm
2356/tmp/mplayer-configure-23133-27475/tmp.c:20:21: error: GLES/gl.h: No such file or directory
2357/tmp/mplayer-configure-23133-27475/tmp.c:21:21: error: EGL/egl.h: No such file or directory
2358/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2359/tmp/mplayer-configure-23133-27475/tmp.c:34: error: 'EGLDisplay' undeclared (first use in this function)
2360/tmp/mplayer-configure-23133-27475/tmp.c:34: error: (Each undeclared identifier is reported only once
2361/tmp/mplayer-configure-23133-27475/tmp.c:34: error: for each function it appears in.)
2362/tmp/mplayer-configure-23133-27475/tmp.c:34: error: expected ';' before 'eglDisplay'
2363/tmp/mplayer-configure-23133-27475/tmp.c:35: error: implicit declaration of function 'eglInitialize'
2364/tmp/mplayer-configure-23133-27475/tmp.c:35: error: 'eglDisplay' undeclared (first use in this function)
2365/tmp/mplayer-configure-23133-27475/tmp.c:35: error: 'NULL' undeclared (first use in this function)
2366
2367
2368Result is: no
2369##########################################
2370
2371============ Checking for MatrixView ============
2372Result is: no
2373##########################################
2374
2375============ Checking for DXR2 ============
2376
2377#include <dxr2ioctl.h>
2378int main(void) { return 0; }
2379
2380cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
2381/tmp/mplayer-configure-23133-27475/tmp.c:1:23: error: dxr2ioctl.h: No such file or directory
2382
2383
2384
2385#include <dxr2ioctl.h>
2386int main(void) { return 0; }
2387
2388cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/local/include/dxr2 -lm
2389/tmp/mplayer-configure-23133-27475/tmp.c:1:23: error: dxr2ioctl.h: No such file or directory
2390
2391
2392
2393#include <dxr2ioctl.h>
2394int main(void) { return 0; }
2395
2396cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/include/dxr2 -lm
2397/tmp/mplayer-configure-23133-27475/tmp.c:1:23: error: dxr2ioctl.h: No such file or directory
2398
2399
2400Result is: no
2401##########################################
2402
2403============ Checking for DXR3/H+ ============
2404
2405#include <linux/em8300.h>
2406int main(void) { return 0; }
2407
2408cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
2409/tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: linux/em8300.h: No such file or directory
2410
2411
2412Result is: no
2413##########################################
2414
2415============ Checking for IVTV TV-Out (pre linux-2.6.24) ============
2416
2417#include <sys/time.h>
2418#include <linux/videodev2.h>
2419#include <linux/ivtv.h>
2420#include <sys/ioctl.h>
2421int main(void) {
2422struct ivtv_cfg_stop_decode sd;
2423struct ivtv_cfg_start_decode sd1;
2424ioctl(0, IVTV_IOC_START_DECODE, &sd1);
2425ioctl(0, IVTV_IOC_STOP_DECODE, &sd);
2426return 0; }
2427
2428cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
2429/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2430/tmp/mplayer-configure-23133-27475/tmp.c:6: error: storage size of 'sd' isn't known
2431/tmp/mplayer-configure-23133-27475/tmp.c:7: error: storage size of 'sd1' isn't known
2432/tmp/mplayer-configure-23133-27475/tmp.c:8: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function)
2433/tmp/mplayer-configure-23133-27475/tmp.c:8: error: (Each undeclared identifier is reported only once
2434/tmp/mplayer-configure-23133-27475/tmp.c:8: error: for each function it appears in.)
2435/tmp/mplayer-configure-23133-27475/tmp.c:9: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function)
2436/tmp/mplayer-configure-23133-27475/tmp.c:7: warning: unused variable 'sd1'
2437/tmp/mplayer-configure-23133-27475/tmp.c:6: warning: unused variable 'sd'
2438
2439
2440Result is: no
2441##########################################
2442
2443============ Checking for V4L2 MPEG Decoder ============
2444
2445#include <sys/time.h>
2446#include <linux/videodev2.h>
2447#include <linux/version.h>
2448int main(void) {
2449#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22)
2450#error kernel headers too old, need 2.6.22
2451#endif
2452 struct v4l2_ext_controls ctrls;
2453 ctrls.ctrl_class = V4L2_CTRL_CLASS_MPEG;
2454 return 0;
2455}
2456
2457cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
2458
2459
2460Result is: yes
2461##########################################
2462
2463============ Checking for OSS Audio ============
2464
2465#include <sys/soundcard.h>
2466int main(void) { return SNDCTL_DSP_SETFRAGMENT; }
2467
2468cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
2469
2470
2471
2472#include <sys/soundcard.h>
2473#if !(OPEN_SOUND_SYSTEM)
2474#error condition not true: OPEN_SOUND_SYSTEM
2475#endif
2476int main(void) { return 0; }
2477
2478cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
2479/tmp/mplayer-configure-23133-27475/tmp.c:2:24: error: missing expression between '(' and ')'
2480
2481
2482Result is: yes
2483##########################################
2484
2485============ Checking for aRts ============
2486./configure: line 5923: artsc-config: command not found
2487Result is: no
2488##########################################
2489
2490============ Checking for EsounD ============
2491./configure: line 5943: esd-config: command not found
2492Result is: no
2493##########################################
2494
2495============ Checking for NAS ============
2496
2497#include <audio/audiolib.h>
2498int main(void) { return 0; }
2499
2500cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -laudio -lXt -lm
2501/tmp/mplayer-configure-23133-27475/tmp.c:1:28: error: audio/audiolib.h: No such file or directory
2502
2503
2504Result is: no
2505##########################################
2506
2507============ Checking for pulse ============
2508Result is: no
2509##########################################
2510
2511============ Checking for JACK ============
2512
2513#include <jack/jack.h>
2514int main(void) { jack_client_open("test", JackUseExactName, NULL); return 0; }
2515
2516cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -ljack -lm
2517/tmp/mplayer-configure-23133-27475/tmp.c:1:23: error: jack/jack.h: No such file or directory
2518/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2519/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'jack_client_open'
2520/tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'JackUseExactName' undeclared (first use in this function)
2521/tmp/mplayer-configure-23133-27475/tmp.c:2: error: (Each undeclared identifier is reported only once
2522/tmp/mplayer-configure-23133-27475/tmp.c:2: error: for each function it appears in.)
2523/tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'NULL' undeclared (first use in this function)
2524
2525
2526
2527#include <jack/jack.h>
2528int main(void) { jack_client_open("test", JackUseExactName, NULL); return 0; }
2529
2530cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
2531/tmp/mplayer-configure-23133-27475/tmp.c:1:23: error: jack/jack.h: No such file or directory
2532/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2533/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'jack_client_open'
2534/tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'JackUseExactName' undeclared (first use in this function)
2535/tmp/mplayer-configure-23133-27475/tmp.c:2: error: (Each undeclared identifier is reported only once
2536/tmp/mplayer-configure-23133-27475/tmp.c:2: error: for each function it appears in.)
2537/tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'NULL' undeclared (first use in this function)
2538
2539
2540Result is: no
2541##########################################
2542
2543============ Checking for OpenAL ============
2544
2545#ifdef OPENAL_AL_H
2546#include <OpenAL/al.h>
2547#else
2548#include <AL/al.h>
2549#endif
2550int main(void) {
2551 alSourceQueueBuffers(0, 0, 0);
2552 return 0;
2553}
2554
2555cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lopenal -lm
2556/tmp/mplayer-configure-23133-27475/tmp.c:4:19: error: AL/al.h: No such file or directory
2557/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2558/tmp/mplayer-configure-23133-27475/tmp.c:7: error: implicit declaration of function 'alSourceQueueBuffers'
2559
2560
2561
2562#ifdef OPENAL_AL_H
2563#include <OpenAL/al.h>
2564#else
2565#include <AL/al.h>
2566#endif
2567int main(void) {
2568 alSourceQueueBuffers(0, 0, 0);
2569 return 0;
2570}
2571
2572cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -DOPENAL_AL_H=1 -lopenal -lm
2573/tmp/mplayer-configure-23133-27475/tmp.c:2:23: error: OpenAL/al.h: No such file or directory
2574/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2575/tmp/mplayer-configure-23133-27475/tmp.c:7: error: implicit declaration of function 'alSourceQueueBuffers'
2576
2577
2578
2579#ifdef OPENAL_AL_H
2580#include <OpenAL/al.h>
2581#else
2582#include <AL/al.h>
2583#endif
2584int main(void) {
2585 alSourceQueueBuffers(0, 0, 0);
2586 return 0;
2587}
2588
2589cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lopenal32 -lm
2590/tmp/mplayer-configure-23133-27475/tmp.c:4:19: error: AL/al.h: No such file or directory
2591/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2592/tmp/mplayer-configure-23133-27475/tmp.c:7: error: implicit declaration of function 'alSourceQueueBuffers'
2593
2594
2595
2596#ifdef OPENAL_AL_H
2597#include <OpenAL/al.h>
2598#else
2599#include <AL/al.h>
2600#endif
2601int main(void) {
2602 alSourceQueueBuffers(0, 0, 0);
2603 return 0;
2604}
2605
2606cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -DOPENAL_AL_H=1 -lopenal32 -lm
2607/tmp/mplayer-configure-23133-27475/tmp.c:2:23: error: OpenAL/al.h: No such file or directory
2608/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2609/tmp/mplayer-configure-23133-27475/tmp.c:7: error: implicit declaration of function 'alSourceQueueBuffers'
2610
2611
2612
2613#ifdef OPENAL_AL_H
2614#include <OpenAL/al.h>
2615#else
2616#include <AL/al.h>
2617#endif
2618int main(void) {
2619 alSourceQueueBuffers(0, 0, 0);
2620 return 0;
2621}
2622
2623cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -framework OpenAL -lm
2624cc: OpenAL: No such file or directory
2625cc1: error: unrecognized command line option "-framework"
2626
2627
2628
2629#ifdef OPENAL_AL_H
2630#include <OpenAL/al.h>
2631#else
2632#include <AL/al.h>
2633#endif
2634int main(void) {
2635 alSourceQueueBuffers(0, 0, 0);
2636 return 0;
2637}
2638
2639cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -DOPENAL_AL_H=1 -framework OpenAL -lm
2640cc: OpenAL: No such file or directory
2641cc1: error: unrecognized command line option "-framework"
2642
2643
2644Result is: no
2645##########################################
2646
2647============ Checking for ALSA audio ============
2648
2649#include <alsa/asoundlib.h>
2650int main(void) { return 0; }
2651
2652cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lasound -ldl -lpthread -lm
2653/tmp/mplayer-configure-23133-27475/tmp.c:1:28: error: alsa/asoundlib.h: No such file or directory
2654
2655
2656Result is: no
2657##########################################
2658
2659============ Checking for Sun audio ============
2660
2661#include <sys/types.h>
2662#include <sys/audioio.h>
2663int main(void) { audio_info_t info; AUDIO_INITINFO(&info); return 0; }
2664
2665cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
2666/tmp/mplayer-configure-23133-27475/tmp.c:2:25: error: sys/audioio.h: No such file or directory
2667/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2668/tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'audio_info_t' undeclared (first use in this function)
2669/tmp/mplayer-configure-23133-27475/tmp.c:3: error: (Each undeclared identifier is reported only once
2670/tmp/mplayer-configure-23133-27475/tmp.c:3: error: for each function it appears in.)
2671/tmp/mplayer-configure-23133-27475/tmp.c:3: error: expected ';' before 'info'
2672/tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'AUDIO_INITINFO'
2673/tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'info' undeclared (first use in this function)
2674
2675
2676Result is: no
2677##########################################
2678
2679============ Checking for sndio audio ============
2680
2681#include <sndio.h>
2682int main(void) { sio_open(SIO_DEVANY, SIO_PLAY, 0); return 0; }
2683
2684cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lsndio -lm
2685/tmp/mplayer-configure-23133-27475/tmp.c:1:19: error: sndio.h: No such file or directory
2686/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2687/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'sio_open'
2688/tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'SIO_DEVANY' undeclared (first use in this function)
2689/tmp/mplayer-configure-23133-27475/tmp.c:2: error: (Each undeclared identifier is reported only once
2690/tmp/mplayer-configure-23133-27475/tmp.c:2: error: for each function it appears in.)
2691/tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'SIO_PLAY' undeclared (first use in this function)
2692
2693
2694Result is: no
2695##########################################
2696
2697============ Checking for VCD support ============
2698Result is: yes
2699##########################################
2700
2701============ Checking for Blu-ray support ============
2702
2703#include <libbluray/bluray.h>
2704int main(void) { bd_get_title_info(0, 0, 0); return 0; }
2705
2706cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lbluray -lm
2707/tmp/mplayer-configure-23133-27475/tmp.c:1:30: error: libbluray/bluray.h: No such file or directory
2708/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2709/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'bd_get_title_info'
2710
2711
2712Result is: no
2713##########################################
2714
2715============ Checking for dvdread ============
2716
2717#include <dvdread/dvd_reader.h>
2718int main(void) { DVDOpen("test"); return 0; }
2719
2720cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
2721/tmp/mplayer-configure-23133-27475/tmp.c:1:32: error: dvdread/dvd_reader.h: No such file or directory
2722/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2723/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'DVDOpen'
2724
2725
2726Result is: no
2727##########################################
2728
2729============ Checking for libcdio ============
2730
2731#include <cdio/cdda.h>
2732int main(void) { return 0; }
2733
2734cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
2735/tmp/mplayer-configure-23133-27475/tmp.c:1:23: error: cdio/cdda.h: No such file or directory
2736
2737
2738
2739#include <stdio.h>
2740#include <cdio/version.h>
2741#include <cdio/paranoia/cdda.h>
2742#include <cdio/paranoia/paranoia.h>
2743int main(void) {
2744 void *test = cdda_verbose_set;
2745 printf("%s\n", CDIO_VERSION);
2746 return test == (void *)1;
2747}
2748
2749cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lcdio_cdda -lcdio -lcdio_paranoia -lm
2750/tmp/mplayer-configure-23133-27475/tmp.c:2:26: error: cdio/version.h: No such file or directory
2751/tmp/mplayer-configure-23133-27475/tmp.c:3:32: error: cdio/paranoia/cdda.h: No such file or directory
2752/tmp/mplayer-configure-23133-27475/tmp.c:4:36: error: cdio/paranoia/paranoia.h: No such file or directory
2753/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2754/tmp/mplayer-configure-23133-27475/tmp.c:6: error: 'cdda_verbose_set' undeclared (first use in this function)
2755/tmp/mplayer-configure-23133-27475/tmp.c:6: error: (Each undeclared identifier is reported only once
2756/tmp/mplayer-configure-23133-27475/tmp.c:6: error: for each function it appears in.)
2757/tmp/mplayer-configure-23133-27475/tmp.c:7: error: 'CDIO_VERSION' undeclared (first use in this function)
2758
2759
2760
2761#include <stdio.h>
2762#include <cdio/version.h>
2763#include <cdio/paranoia/cdda.h>
2764#include <cdio/paranoia/paranoia.h>
2765int main(void) {
2766 void *test = cdda_verbose_set;
2767 printf("%s\n", CDIO_VERSION);
2768 return test == (void *)1;
2769}
2770
2771cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lcdio_cdda -lcdio -lcdio_paranoia -lwinmm -lm
2772/tmp/mplayer-configure-23133-27475/tmp.c:2:26: error: cdio/version.h: No such file or directory
2773/tmp/mplayer-configure-23133-27475/tmp.c:3:32: error: cdio/paranoia/cdda.h: No such file or directory
2774/tmp/mplayer-configure-23133-27475/tmp.c:4:36: error: cdio/paranoia/paranoia.h: No such file or directory
2775/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2776/tmp/mplayer-configure-23133-27475/tmp.c:6: error: 'cdda_verbose_set' undeclared (first use in this function)
2777/tmp/mplayer-configure-23133-27475/tmp.c:6: error: (Each undeclared identifier is reported only once
2778/tmp/mplayer-configure-23133-27475/tmp.c:6: error: for each function it appears in.)
2779/tmp/mplayer-configure-23133-27475/tmp.c:7: error: 'CDIO_VERSION' undeclared (first use in this function)
2780
2781
2782Result is: no
2783##########################################
2784
2785============ Checking for cdparanoia ============
2786
2787#include <cdda_interface.h>
2788#include <cdda_paranoia.h>
2789int main(void) { paranoia_cachemodel_size(NULL, 0); return 0; }
2790
2791cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lcdda_interface -lcdda_paranoia -lm
2792/tmp/mplayer-configure-23133-27475/tmp.c:1:28: error: cdda_interface.h: No such file or directory
2793/tmp/mplayer-configure-23133-27475/tmp.c:2:27: error: cdda_paranoia.h: No such file or directory
2794/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2795/tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'paranoia_cachemodel_size'
2796/tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'NULL' undeclared (first use in this function)
2797/tmp/mplayer-configure-23133-27475/tmp.c:3: error: (Each undeclared identifier is reported only once
2798/tmp/mplayer-configure-23133-27475/tmp.c:3: error: for each function it appears in.)
2799
2800
2801
2802#include <cdda_interface.h>
2803#include <cdda_paranoia.h>
2804int main(void) { paranoia_cachemodel_size(NULL, 0); return 0; }
2805
2806cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/include/cdda -lcdda_interface -lcdda_paranoia -lm
2807/tmp/mplayer-configure-23133-27475/tmp.c:1:28: error: cdda_interface.h: No such file or directory
2808/tmp/mplayer-configure-23133-27475/tmp.c:2:27: error: cdda_paranoia.h: No such file or directory
2809/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2810/tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'paranoia_cachemodel_size'
2811/tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'NULL' undeclared (first use in this function)
2812/tmp/mplayer-configure-23133-27475/tmp.c:3: error: (Each undeclared identifier is reported only once
2813/tmp/mplayer-configure-23133-27475/tmp.c:3: error: for each function it appears in.)
2814
2815
2816
2817#include <cdda_interface.h>
2818#include <cdda_paranoia.h>
2819int main(void) { paranoia_cachemodel_size(NULL, 0); return 0; }
2820
2821cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/local/include/cdda -lcdda_interface -lcdda_paranoia -lm
2822/tmp/mplayer-configure-23133-27475/tmp.c:1:28: error: cdda_interface.h: No such file or directory
2823/tmp/mplayer-configure-23133-27475/tmp.c:2:27: error: cdda_paranoia.h: No such file or directory
2824/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2825/tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'paranoia_cachemodel_size'
2826/tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'NULL' undeclared (first use in this function)
2827/tmp/mplayer-configure-23133-27475/tmp.c:3: error: (Each undeclared identifier is reported only once
2828/tmp/mplayer-configure-23133-27475/tmp.c:3: error: for each function it appears in.)
2829
2830
2831Result is: no
2832##########################################
2833
2834============ Checking for bitmap font support ============
2835Result is: yes
2836##########################################
2837
2838============ Checking for freetype >= 2.0.9 ============
2839Result is: no
2840##########################################
2841
2842============ Checking for fontconfig ============
2843Result is: no (FreeType support needed)
2844##########################################
2845
2846============ Checking for fribidi with charsets ============
2847
2848#include <stdlib.h>
2849#include <fribidi/fribidi.h>
2850FriBidiParType test;
2851int main(void) {
2852 if (fribidi_parse_charset("UTF-8") != FRIBIDI_CHAR_SET_UTF8)
2853 exit(1);
2854 return 0;
2855}
2856
2857cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lfribidi -lm
2858/tmp/mplayer-configure-23133-27475/tmp.c:2:29: error: fribidi/fribidi.h: No such file or directory
2859/tmp/mplayer-configure-23133-27475/tmp.c:3: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'test'
2860/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2861/tmp/mplayer-configure-23133-27475/tmp.c:5: error: implicit declaration of function 'fribidi_parse_charset'
2862/tmp/mplayer-configure-23133-27475/tmp.c:5: error: 'FRIBIDI_CHAR_SET_UTF8' undeclared (first use in this function)
2863/tmp/mplayer-configure-23133-27475/tmp.c:5: error: (Each undeclared identifier is reported only once
2864/tmp/mplayer-configure-23133-27475/tmp.c:5: error: for each function it appears in.)
2865
2866
2867Result is: no
2868##########################################
2869
2870============ Checking for SSA/ASS support ============
2871Result is: no (FreeType and FriBiDi support needed)
2872##########################################
2873
2874============ Checking for ENCA ============
2875
2876#include <enca.h>
2877int main(void) { enca_get_languages(NULL); return 0; }
2878
2879cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lenca -lm
2880/tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: enca.h: No such file or directory
2881/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2882/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'enca_get_languages'
2883/tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'NULL' undeclared (first use in this function)
2884/tmp/mplayer-configure-23133-27475/tmp.c:2: error: (Each undeclared identifier is reported only once
2885/tmp/mplayer-configure-23133-27475/tmp.c:2: error: for each function it appears in.)
2886
2887
2888Result is: no
2889##########################################
2890
2891============ Checking for zlib ============
2892
2893#include <zlib.h>
2894int main(void) { inflate(0, Z_NO_FLUSH); return 0; }
2895
2896cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lz -lm
2897/tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: zlib.h: No such file or directory
2898/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2899/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'inflate'
2900/tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'Z_NO_FLUSH' undeclared (first use in this function)
2901/tmp/mplayer-configure-23133-27475/tmp.c:2: error: (Each undeclared identifier is reported only once
2902/tmp/mplayer-configure-23133-27475/tmp.c:2: error: for each function it appears in.)
2903
2904
2905Result is: no
2906##########################################
2907
2908============ Checking for bzlib ============
2909
2910#include <bzlib.h>
2911int main(void) { BZ2_bzlibVersion(); return 0; }
2912
2913cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lbz2 -lm
2914/tmp/mplayer-configure-23133-27475/tmp.c:1:19: error: bzlib.h: No such file or directory
2915/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2916/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'BZ2_bzlibVersion'
2917
2918
2919Result is: no
2920##########################################
2921
2922============ Checking for RTC ============
2923
2924#include <sys/ioctl.h>
2925#ifdef __linux__
2926#include <linux/rtc.h>
2927#else
2928#include <rtc.h>
2929#define RTC_PIE_ON RTCIO_PIE_ON
2930#endif
2931int main(void) { return RTC_PIE_ON; }
2932
2933cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
2934
2935
2936Result is: yes
2937##########################################
2938
2939============ Checking for liblzo2 support ============
2940
2941#include <lzo/lzo1x.h>
2942int main(void) { lzo_init(); return 0; }
2943
2944cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -llzo2 -lm
2945/tmp/mplayer-configure-23133-27475/tmp.c:1:23: error: lzo/lzo1x.h: No such file or directory
2946/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2947/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'lzo_init'
2948
2949
2950Result is: no
2951##########################################
2952
2953============ Checking for mad support ============
2954
2955#include <mad.h>
2956int main(void) { mad_synth_init(0); return 0; }
2957
2958cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lmad -lm
2959/tmp/mplayer-configure-23133-27475/tmp.c:1:17: error: mad.h: No such file or directory
2960/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2961/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'mad_synth_init'
2962
2963
2964Result is: no
2965##########################################
2966
2967============ Checking for Twolame ============
2968
2969#include <twolame.h>
2970int main(void) { twolame_init(); return 0; }
2971
2972cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -ltwolame -lm
2973/tmp/mplayer-configure-23133-27475/tmp.c:1:21: error: twolame.h: No such file or directory
2974/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2975/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'twolame_init'
2976
2977
2978Result is: no
2979##########################################
2980
2981============ Checking for Toolame ============
2982
2983#include <toolame.h>
2984int main(void) { toolame_init(); return 0; }
2985
2986cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -ltoolame -lm
2987/tmp/mplayer-configure-23133-27475/tmp.c:1:21: error: toolame.h: No such file or directory
2988/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
2989/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'toolame_init'
2990
2991
2992Result is: no
2993##########################################
2994
2995============ Checking for OggVorbis support ============
2996
2997#include <tremor/ivorbiscodec.h>
2998int main(void) { vorbis_synthesis(0, 0); return 0; }
2999
3000cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -logg -lvorbisidec -lm
3001/tmp/mplayer-configure-23133-27475/tmp.c:1:33: error: tremor/ivorbiscodec.h: No such file or directory
3002/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
3003/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'vorbis_synthesis'
3004
3005
3006
3007#include <vorbis/vorbisenc.h>
3008int main(void) { vorbis_encode_ctl(0, 0, 0); ogg_stream_clear(0); return 0; }
3009
3010cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lvorbisenc -lvorbis -logg -lm
3011/tmp/mplayer-configure-23133-27475/tmp.c:1:30: error: vorbis/vorbisenc.h: No such file or directory
3012/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
3013/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'vorbis_encode_ctl'
3014/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'ogg_stream_clear'
3015
3016
3017
3018#include <vorbis/vorbisenc.h>
3019int main(void) { vorbis_encode_ctl(0, 0, 0); ogg_stream_clear(0); return 0; }
3020
3021cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lvorbis -logg -lm
3022/tmp/mplayer-configure-23133-27475/tmp.c:1:30: error: vorbis/vorbisenc.h: No such file or directory
3023/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
3024/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'vorbis_encode_ctl'
3025/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'ogg_stream_clear'
3026
3027
3028Result is: no
3029##########################################
3030
3031============ Checking for libspeex (version >= 1.1 required) ============
3032
3033#include <stddef.h>
3034#include <speex/speex.h>
3035int main(void) { SpeexBits bits; void *dec = NULL; speex_decode_int(dec, &bits, dec); return 0; }
3036
3037cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lspeex -lm
3038/tmp/mplayer-configure-23133-27475/tmp.c:2:25: error: speex/speex.h: No such file or directory
3039/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
3040/tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'SpeexBits' undeclared (first use in this function)
3041/tmp/mplayer-configure-23133-27475/tmp.c:3: error: (Each undeclared identifier is reported only once
3042/tmp/mplayer-configure-23133-27475/tmp.c:3: error: for each function it appears in.)
3043/tmp/mplayer-configure-23133-27475/tmp.c:3: error: expected ';' before 'bits'
3044/tmp/mplayer-configure-23133-27475/tmp.c:3: warning: ISO C90 forbids mixed declarations and code
3045/tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'speex_decode_int'
3046/tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'bits' undeclared (first use in this function)
3047
3048
3049Result is: no
3050##########################################
3051
3052============ Checking for libgsm ============
3053
3054#include <gsm/gsm.h>
3055int main(void) { gsm_create(); return 0; }
3056
3057cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lgsm -lm
3058/tmp/mplayer-configure-23133-27475/tmp.c:1:21: error: gsm/gsm.h: No such file or directory
3059/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
3060/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'gsm_create'
3061
3062
3063Result is: no
3064##########################################
3065
3066============ Checking for OggTheora support ============
3067
3068#include <theora/theoradec.h>
3069int main(void) { th_info_init(NULL); return 0; }
3070
3071cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -ltheoradec -logg -lm
3072/tmp/mplayer-configure-23133-27475/tmp.c:1:30: error: theora/theoradec.h: No such file or directory
3073/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
3074/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'th_info_init'
3075/tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'NULL' undeclared (first use in this function)
3076/tmp/mplayer-configure-23133-27475/tmp.c:2: error: (Each undeclared identifier is reported only once
3077/tmp/mplayer-configure-23133-27475/tmp.c:2: error: for each function it appears in.)
3078
3079
3080Result is: no
3081##########################################
3082
3083============ Checking for mpg123 support ============
3084
3085#include <mpg123.h>
3086int main(void) { mpg123_param(NULL, MPG123_RESYNC_LIMIT, -1, 0.); return 0; }
3087
3088cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lmpg123 -lm
3089/tmp/mplayer-configure-23133-27475/tmp.c:1:20: error: mpg123.h: No such file or directory
3090/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
3091/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'mpg123_param'
3092/tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'NULL' undeclared (first use in this function)
3093/tmp/mplayer-configure-23133-27475/tmp.c:2: error: (Each undeclared identifier is reported only once
3094/tmp/mplayer-configure-23133-27475/tmp.c:2: error: for each function it appears in.)
3095/tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'MPG123_RESYNC_LIMIT' undeclared (first use in this function)
3096
3097
3098Result is: no
3099##########################################
3100
3101============ Checking for liba52 support ============
3102
3103#include <inttypes.h>
3104#include <a52dec/a52.h>
3105int main(void) { a52_state_t *testHand; testHand=a52_init(0); return 0; }
3106
3107cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -la52 -lm
3108/tmp/mplayer-configure-23133-27475/tmp.c:2:24: error: a52dec/a52.h: No such file or directory
3109/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
3110/tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'a52_state_t' undeclared (first use in this function)
3111/tmp/mplayer-configure-23133-27475/tmp.c:3: error: (Each undeclared identifier is reported only once
3112/tmp/mplayer-configure-23133-27475/tmp.c:3: error: for each function it appears in.)
3113/tmp/mplayer-configure-23133-27475/tmp.c:3: error: 'testHand' undeclared (first use in this function)
3114/tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'a52_init'
3115
3116
3117Result is: no
3118##########################################
3119
3120============ Checking for libmpeg2 support ============
3121
3122#include <stdint.h>
3123#include <mpeg2dec/mpeg2.h>
3124int main(void) { return 0; }
3125
3126cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lmpeg2 -lm
3127/tmp/mplayer-configure-23133-27475/tmp.c:2:28: error: mpeg2dec/mpeg2.h: No such file or directory
3128
3129
3130Result is: no
3131##########################################
3132
3133============ Checking for libdca support ============
3134
3135#include <stdint.h>
3136#include <dca.h>
3137int main(void) { dca_init(0); return 0; }
3138
3139cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -ldca -lm
3140/tmp/mplayer-configure-23133-27475/tmp.c:2:17: error: dca.h: No such file or directory
3141/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
3142/tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'dca_init'
3143
3144
3145
3146#include <stdint.h>
3147#include <dca.h>
3148int main(void) { dca_init(0); return 0; }
3149
3150cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -ldts -lm
3151/tmp/mplayer-configure-23133-27475/tmp.c:2:17: error: dca.h: No such file or directory
3152/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
3153/tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'dca_init'
3154
3155
3156Result is: no
3157##########################################
3158
3159============ Checking for libmpcdec (musepack, version >= 1.2.1 required) ============
3160Result is: no
3161##########################################
3162
3163============ Checking for FAAC support ============
3164
3165#include <inttypes.h>
3166#include <faac.h>
3167int main(void) { unsigned long x, y; faacEncOpen(48000, 2, &x, &y); return 0; }
3168
3169cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lfaac -lm
3170/tmp/mplayer-configure-23133-27475/tmp.c:2:18: error: faac.h: No such file or directory
3171/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
3172/tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'faacEncOpen'
3173
3174
3175
3176#include <inttypes.h>
3177#include <faac.h>
3178int main(void) { unsigned long x, y; faacEncOpen(48000, 2, &x, &y); return 0; }
3179
3180cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lfaac -lmp4v2 -lstdc++ -lm
3181/tmp/mplayer-configure-23133-27475/tmp.c:2:18: error: faac.h: No such file or directory
3182/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
3183/tmp/mplayer-configure-23133-27475/tmp.c:3: error: implicit declaration of function 'faacEncOpen'
3184
3185
3186Result is: no (in FFmpeg: no)
3187##########################################
3188
3189============ Checking for FAAD2 support ============
3190
3191#include <faad.h>
3192#ifndef FAAD_MIN_STREAMSIZE
3193#error Too old version
3194#endif
3195int main(void) { faacDecHandle testhand; faacDecFrameInfo testinfo;
3196 testhand = faacDecOpen(); faacDecInit(0, 0, 0, 0, 0); return 0; }
3197
3198cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lfaad -lm
3199/tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: faad.h: No such file or directory
3200/tmp/mplayer-configure-23133-27475/tmp.c:3:2: error: #error Too old version
3201/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
3202/tmp/mplayer-configure-23133-27475/tmp.c:5: error: 'faacDecHandle' undeclared (first use in this function)
3203/tmp/mplayer-configure-23133-27475/tmp.c:5: error: (Each undeclared identifier is reported only once
3204/tmp/mplayer-configure-23133-27475/tmp.c:5: error: for each function it appears in.)
3205/tmp/mplayer-configure-23133-27475/tmp.c:5: error: expected ';' before 'testhand'
3206/tmp/mplayer-configure-23133-27475/tmp.c:5: error: 'faacDecFrameInfo' undeclared (first use in this function)
3207/tmp/mplayer-configure-23133-27475/tmp.c:5: error: expected ';' before 'testinfo'
3208/tmp/mplayer-configure-23133-27475/tmp.c:6: error: 'testhand' undeclared (first use in this function)
3209/tmp/mplayer-configure-23133-27475/tmp.c:6: error: implicit declaration of function 'faacDecOpen'
3210/tmp/mplayer-configure-23133-27475/tmp.c:6: error: implicit declaration of function 'faacDecInit'
3211
3212
3213Result is: no
3214##########################################
3215
3216============ Checking for libilbc support ============
3217
3218#include <ilbc.h>
3219int main(void) { WebRtcIlbcfix_InitDecode(0, 0, 0);; return 0; }
3220
3221cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lilbc -lm
3222/tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: ilbc.h: No such file or directory
3223/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
3224/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'WebRtcIlbcfix_InitDecode'
3225
3226
3227Result is: no
3228##########################################
3229
3230============ Checking for libopus decoding support ============
3231Result is: no
3232##########################################
3233
3234============ Checking for LADSPA plugin support ============
3235
3236#include <ladspa.h>
3237int main(void) { LADSPA_Descriptor ld = {0}; return 0; }
3238
3239cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lm
3240/tmp/mplayer-configure-23133-27475/tmp.c:1:20: error: ladspa.h: No such file or directory
3241/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
3242/tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'LADSPA_Descriptor' undeclared (first use in this function)
3243/tmp/mplayer-configure-23133-27475/tmp.c:2: error: (Each undeclared identifier is reported only once
3244/tmp/mplayer-configure-23133-27475/tmp.c:2: error: for each function it appears in.)
3245/tmp/mplayer-configure-23133-27475/tmp.c:2: error: expected ';' before 'ld'
3246
3247
3248Result is: no
3249##########################################
3250
3251============ Checking for libbs2b audio filter support ============
3252
3253#include <bs2b.h>
3254#if BS2B_VERSION_MAJOR < 3
3255#error Please use libbs2b >= 3.0.0, older versions are not supported.
3256#endif
3257int main(void) {
3258 t_bs2bdp filter;
3259 filter=bs2b_open();
3260 bs2b_close(filter);
3261 return 0;
3262}
3263
3264cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lbs2b -lm
3265/tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: bs2b.h: No such file or directory
3266/tmp/mplayer-configure-23133-27475/tmp.c:2:5: warning: "BS2B_VERSION_MAJOR" is not defined
3267/tmp/mplayer-configure-23133-27475/tmp.c:3:2: error: #error Please use libbs2b >= 3.0.0, older versions are not supported.
3268/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
3269/tmp/mplayer-configure-23133-27475/tmp.c:6: error: 't_bs2bdp' undeclared (first use in this function)
3270/tmp/mplayer-configure-23133-27475/tmp.c:6: error: (Each undeclared identifier is reported only once
3271/tmp/mplayer-configure-23133-27475/tmp.c:6: error: for each function it appears in.)
3272/tmp/mplayer-configure-23133-27475/tmp.c:6: error: expected ';' before 'filter'
3273/tmp/mplayer-configure-23133-27475/tmp.c:7: error: 'filter' undeclared (first use in this function)
3274/tmp/mplayer-configure-23133-27475/tmp.c:7: error: implicit declaration of function 'bs2b_open'
3275/tmp/mplayer-configure-23133-27475/tmp.c:8: error: implicit declaration of function 'bs2b_close'
3276
3277
3278
3279#include <bs2b.h>
3280#if BS2B_VERSION_MAJOR < 3
3281#error Please use libbs2b >= 3.0.0, older versions are not supported.
3282#endif
3283int main(void) {
3284 t_bs2bdp filter;
3285 filter=bs2b_open();
3286 bs2b_close(filter);
3287 return 0;
3288}
3289
3290cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/include/bs2b -lbs2b -lm
3291/tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: bs2b.h: No such file or directory
3292/tmp/mplayer-configure-23133-27475/tmp.c:2:5: warning: "BS2B_VERSION_MAJOR" is not defined
3293/tmp/mplayer-configure-23133-27475/tmp.c:3:2: error: #error Please use libbs2b >= 3.0.0, older versions are not supported.
3294/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
3295/tmp/mplayer-configure-23133-27475/tmp.c:6: error: 't_bs2bdp' undeclared (first use in this function)
3296/tmp/mplayer-configure-23133-27475/tmp.c:6: error: (Each undeclared identifier is reported only once
3297/tmp/mplayer-configure-23133-27475/tmp.c:6: error: for each function it appears in.)
3298/tmp/mplayer-configure-23133-27475/tmp.c:6: error: expected ';' before 'filter'
3299/tmp/mplayer-configure-23133-27475/tmp.c:7: error: 'filter' undeclared (first use in this function)
3300/tmp/mplayer-configure-23133-27475/tmp.c:7: error: implicit declaration of function 'bs2b_open'
3301/tmp/mplayer-configure-23133-27475/tmp.c:8: error: implicit declaration of function 'bs2b_close'
3302
3303
3304
3305#include <bs2b.h>
3306#if BS2B_VERSION_MAJOR < 3
3307#error Please use libbs2b >= 3.0.0, older versions are not supported.
3308#endif
3309int main(void) {
3310 t_bs2bdp filter;
3311 filter=bs2b_open();
3312 bs2b_close(filter);
3313 return 0;
3314}
3315
3316cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/local/include -lbs2b -lm
3317/tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: bs2b.h: No such file or directory
3318/tmp/mplayer-configure-23133-27475/tmp.c:2:5: warning: "BS2B_VERSION_MAJOR" is not defined
3319/tmp/mplayer-configure-23133-27475/tmp.c:3:2: error: #error Please use libbs2b >= 3.0.0, older versions are not supported.
3320/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
3321/tmp/mplayer-configure-23133-27475/tmp.c:6: error: 't_bs2bdp' undeclared (first use in this function)
3322/tmp/mplayer-configure-23133-27475/tmp.c:6: error: (Each undeclared identifier is reported only once
3323/tmp/mplayer-configure-23133-27475/tmp.c:6: error: for each function it appears in.)
3324/tmp/mplayer-configure-23133-27475/tmp.c:6: error: expected ';' before 'filter'
3325/tmp/mplayer-configure-23133-27475/tmp.c:7: error: 'filter' undeclared (first use in this function)
3326/tmp/mplayer-configure-23133-27475/tmp.c:7: error: implicit declaration of function 'bs2b_open'
3327/tmp/mplayer-configure-23133-27475/tmp.c:8: error: implicit declaration of function 'bs2b_close'
3328
3329
3330
3331#include <bs2b.h>
3332#if BS2B_VERSION_MAJOR < 3
3333#error Please use libbs2b >= 3.0.0, older versions are not supported.
3334#endif
3335int main(void) {
3336 t_bs2bdp filter;
3337 filter=bs2b_open();
3338 bs2b_close(filter);
3339 return 0;
3340}
3341
3342cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/local/include/bs2b -lbs2b -lm
3343/tmp/mplayer-configure-23133-27475/tmp.c:1:18: error: bs2b.h: No such file or directory
3344/tmp/mplayer-configure-23133-27475/tmp.c:2:5: warning: "BS2B_VERSION_MAJOR" is not defined
3345/tmp/mplayer-configure-23133-27475/tmp.c:3:2: error: #error Please use libbs2b >= 3.0.0, older versions are not supported.
3346/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
3347/tmp/mplayer-configure-23133-27475/tmp.c:6: error: 't_bs2bdp' undeclared (first use in this function)
3348/tmp/mplayer-configure-23133-27475/tmp.c:6: error: (Each undeclared identifier is reported only once
3349/tmp/mplayer-configure-23133-27475/tmp.c:6: error: for each function it appears in.)
3350/tmp/mplayer-configure-23133-27475/tmp.c:6: error: expected ';' before 'filter'
3351/tmp/mplayer-configure-23133-27475/tmp.c:7: error: 'filter' undeclared (first use in this function)
3352/tmp/mplayer-configure-23133-27475/tmp.c:7: error: implicit declaration of function 'bs2b_open'
3353/tmp/mplayer-configure-23133-27475/tmp.c:8: error: implicit declaration of function 'bs2b_close'
3354
3355
3356Result is: no
3357##########################################
3358
3359============ Checking for Win32 codecs ============
3360Result is: no
3361##########################################
3362
3363============ Checking for XAnim codecs ============
3364Result is: yes (dynamic loader support needed)
3365##########################################
3366
3367============ Checking for RealPlayer codecs ============
3368Result is: yes (dynamic loader support needed)
3369##########################################
3370
3371============ Checking for QuickTime codecs ============
3372Result is: auto
3373##########################################
3374
3375============ Checking for Nemesi Streaming Media libraries ============
3376Result is: no
3377##########################################
3378
3379============ Checking for LIVE555 Streaming Media libraries ============
3380
3381#define RTSPCLIENT_SYNCHRONOUS_INTERFACE 1
3382#include <liveMedia.hh>
3383#if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
3384#error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
3385#endif
3386#include "BasicUsageEnvironment.hh"
3387int main(void) { RTSPClient::createNew(*BasicUsageEnvironment::createNew(*BasicTaskScheduler::createNew()), 0, "", 0); return 0; }
3388
3389cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.cpp -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/BasicUsageEnvironment -I/usr/include/groupsock -lliveMedia -lgroupsock -lBasicUsageEnvironment -lUsageEnvironment -lstdc++ -lstdc++ -lm
3390cc: error trying to exec 'cc1plus': execvp: No such file or directory
3391
3392
3393
3394#define RTSPCLIENT_SYNCHRONOUS_INTERFACE 1
3395#include <liveMedia.hh>
3396#if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
3397#error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
3398#endif
3399#include "BasicUsageEnvironment.hh"
3400int main(void) { RTSPClient::createNew(*BasicUsageEnvironment::createNew(*BasicTaskScheduler::createNew()), 0, "", 0); return 0; }
3401
3402cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.cpp -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/BasicUsageEnvironment -I/usr/include/groupsock -lliveMedia_pic -lgroupsock_pic -lBasicUsageEnvironment_pic -lUsageEnvironment_pic -lstdc++ -lstdc++ -lm
3403cc: error trying to exec 'cc1plus': execvp: No such file or directory
3404
3405
3406Result is: no
3407##########################################
3408
3409============ Checking for RTMPDump Streaming Media library ============
3410
3411#include <librtmp/rtmp.h>
3412int main(void) { RTMP_Socket(NULL); return 0; }
3413
3414cc -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Werror=format-security -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ISOC99_SOURCE -I. -Iffmpeg -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -fno-tree-vectorize -fno-asynchronous-unwind-tables /tmp/mplayer-configure-23133-27475/tmp.c -fpie -DPIC -D_REENTRANT -ffast-math -fpie -pie -lrt -o /tmp/mplayer-configure-23133-27475/tmp -lrtmp -lm
3415/tmp/mplayer-configure-23133-27475/tmp.c:1:26: error: librtmp/rtmp.h: No such file or directory
3416/tmp/mplayer-configure-23133-27475/tmp.c: In function 'main':
3417/tmp/mplayer-configure-23133-27475/tmp.c:2: error: implicit declaration of function 'RTMP_Socket'
3418/tmp/mplayer-configure-23133-27475/tmp.c:2: error: 'NULL' undeclared (first use in this function)
3419/tmp/mplayer-configure-23133-27475/tmp.c:2: error: (Each undeclared identifier is reported only once
3420/tmp/mplayer-configure-23133-27475/tmp.c:2: error: for each function it appears in.)
3421
3422
3423Result is: no
3424##########################################
3425
3426============ Checking for FFmpeg ============