Advertisement
Guest User

config.log

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