Advertisement
olivares

config.log

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