Advertisement
Guest User

configure mencoder

a guest
Jul 9th, 2010
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 312.79 KB | None | 0 0
  1. configuration: --enable-static --enable-libvorbis --disable-tremor
  2.  
  3. ============ Checking for gcc version ============
  4. Result is: 4.4.1
  5. ##########################################
  6.  
  7.  
  8. int main(void) {
  9. int test[(int)sizeof(char *)-7];
  10. return 0;
  11. }
  12.  
  13. gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe
  14. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  15. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: size of array 'test' is negative
  16.  
  17.  
  18. ============ Checking for host cc ============
  19. Result is: gcc
  20. ##########################################
  21.  
  22. ============ Checking for cross compilation ============
  23.  
  24. int main(void) { return 0; }
  25.  
  26. gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe
  27.  
  28.  
  29. Result is: no
  30. ##########################################
  31.  
  32. ============ Checking for CPU vendor ============
  33. Result is: AuthenticAMD (16:2:3)
  34. ##########################################
  35.  
  36. ============ Checking for CPU type ============
  37. Result is: AMD Phenom(tm) 9750 Quad-Core Processor
  38. ##########################################
  39.  
  40. ============ Checking for kernel support of mmx ============
  41.  
  42. #include <stdlib.h>
  43. #include <signal.h>
  44. void catch(void) { exit(1); }
  45. int main(void) {
  46. signal(SIGILL, catch);
  47. __asm__ volatile ("emms":::"memory"); return 0;
  48. }
  49.  
  50. gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe
  51. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  52. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: warning: passing argument 2 of 'signal' from incompatible pointer type
  53. c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/signal.h:84: note: expected '__p_sig_fn_t' but argument is of type 'void (*)(void)'
  54.  
  55.  
  56. Result is: yes
  57. ##########################################
  58.  
  59. ============ Checking for kernel support of mmxext ============
  60.  
  61. #include <stdlib.h>
  62. #include <signal.h>
  63. void catch(void) { exit(1); }
  64. int main(void) {
  65. signal(SIGILL, catch);
  66. __asm__ volatile ("sfence":::"memory"); return 0;
  67. }
  68.  
  69. gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe
  70. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  71. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: warning: passing argument 2 of 'signal' from incompatible pointer type
  72. c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/signal.h:84: note: expected '__p_sig_fn_t' but argument is of type 'void (*)(void)'
  73.  
  74.  
  75. Result is: yes
  76. ##########################################
  77.  
  78. ============ Checking for kernel support of 3dnow ============
  79.  
  80. #include <stdlib.h>
  81. #include <signal.h>
  82. void catch(void) { exit(1); }
  83. int main(void) {
  84. signal(SIGILL, catch);
  85. __asm__ volatile ("femms":::"memory"); return 0;
  86. }
  87.  
  88. gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe
  89. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  90. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: warning: passing argument 2 of 'signal' from incompatible pointer type
  91. c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/signal.h:84: note: expected '__p_sig_fn_t' but argument is of type 'void (*)(void)'
  92.  
  93.  
  94. Result is: yes
  95. ##########################################
  96.  
  97. ============ Checking for kernel support of 3dnowext ============
  98.  
  99. #include <stdlib.h>
  100. #include <signal.h>
  101. void catch(void) { exit(1); }
  102. int main(void) {
  103. signal(SIGILL, catch);
  104. __asm__ volatile ("pswapd %%mm0, %%mm0":::"memory"); return 0;
  105. }
  106.  
  107. gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe
  108. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  109. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: warning: passing argument 2 of 'signal' from incompatible pointer type
  110. c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/signal.h:84: note: expected '__p_sig_fn_t' but argument is of type 'void (*)(void)'
  111.  
  112.  
  113. Result is: yes
  114. ##########################################
  115.  
  116. ============ Checking for kernel support of sse ============
  117.  
  118. #include <stdlib.h>
  119. #include <signal.h>
  120. void catch(void) { exit(1); }
  121. int main(void) {
  122. signal(SIGILL, catch);
  123. __asm__ volatile ("xorps %%xmm0, %%xmm0":::"memory"); return 0;
  124. }
  125.  
  126. gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe
  127. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  128. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: warning: passing argument 2 of 'signal' from incompatible pointer type
  129. c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/signal.h:84: note: expected '__p_sig_fn_t' but argument is of type 'void (*)(void)'
  130.  
  131.  
  132. Result is: yes
  133. ##########################################
  134.  
  135. ============ Checking for kernel support of sse2 ============
  136.  
  137. #include <stdlib.h>
  138. #include <signal.h>
  139. void catch(void) { exit(1); }
  140. int main(void) {
  141. signal(SIGILL, catch);
  142. __asm__ volatile ("xorpd %%xmm0, %%xmm0":::"memory"); return 0;
  143. }
  144.  
  145. gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe
  146. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  147. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: warning: passing argument 2 of 'signal' from incompatible pointer type
  148. c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/signal.h:84: note: expected '__p_sig_fn_t' but argument is of type 'void (*)(void)'
  149.  
  150.  
  151. Result is: yes
  152. ##########################################
  153.  
  154. ============ Checking for kernel support of cmov ============
  155.  
  156. #include <stdlib.h>
  157. #include <signal.h>
  158. void catch(void) { exit(1); }
  159. int main(void) {
  160. signal(SIGILL, catch);
  161. __asm__ volatile ("cmovb %%eax,%%ebx":::"memory"); return 0;
  162. }
  163.  
  164. gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe
  165. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  166. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: warning: passing argument 2 of 'signal' from incompatible pointer type
  167. c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/signal.h:84: note: expected '__p_sig_fn_t' but argument is of type 'void (*)(void)'
  168.  
  169.  
  170. Result is: yes
  171. ##########################################
  172.  
  173. ============ Checking for mtrr support ============
  174. Result is: yes
  175. ##########################################
  176.  
  177. ============ Checking for GCC & CPU optimization abilities ============
  178.  
  179. int main(void) { return 0; }
  180.  
  181. gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -march=native
  182.  
  183.  
  184. Result is: native
  185. ##########################################
  186.  
  187. ============ Checking for byte order ============
  188.  
  189. short ascii_name[] = { (('M'<<8)|'P'),(('l'<<8)|'a'),(('y'<<8)|'e'),(('r'<<8)|'B'),
  190. (('i'<<8)|'g'),(('E'<<8)|'n'),(('d'<<8)|'i'),(('a'<<8)|'n'),0};
  191. int main(void) { return (int)ascii_name; }
  192.  
  193. gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe
  194.  
  195.  
  196. Result is: little-endian
  197. ##########################################
  198.  
  199. ============ Checking for extern symbol prefix ============
  200.  
  201. int ff_extern;
  202.  
  203. gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -c
  204.  
  205.  
  206. Result is: _
  207. ##########################################
  208.  
  209. ============ Checking for assembler support of -pipe option ============
  210.  
  211. int main(void) { return 0; }
  212.  
  213. gcc /tmp/mplayer-configure-25175-4100/tmp.c -I. -fno-common -static -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -pipe -I.
  214.  
  215.  
  216. Result is: yes
  217. ##########################################
  218.  
  219. ============ Checking for compiler support of named assembler arguments ============
  220. Result is: yes
  221. ##########################################
  222.  
  223.  
  224. int main(void) { return 0; }
  225.  
  226. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -std=gnu99
  227.  
  228.  
  229.  
  230. int main(void) { return 0; }
  231.  
  232. gcc /tmp/mplayer-configure-25175-4100/tmp.c -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -Wdeclaration-after-statement
  233.  
  234.  
  235.  
  236. int main(void) { return 0; }
  237.  
  238. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -Wno-pointer-sign
  239.  
  240.  
  241.  
  242. int main(void) { return 0; }
  243.  
  244. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -Wdisabled-optimization
  245.  
  246.  
  247.  
  248. int main(void) { return 0; }
  249.  
  250. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -Wundef
  251.  
  252.  
  253.  
  254. int main(void) { return 0; }
  255.  
  256. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -Wmissing-prototypes
  257.  
  258.  
  259.  
  260. int main(void) { return 0; }
  261.  
  262. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -Wstrict-prototypes
  263.  
  264.  
  265.  
  266. int main(void) { return 0; }
  267.  
  268. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -mno-omit-leaf-frame-pointer
  269.  
  270.  
  271.  
  272. int main(void) { return 0; }
  273.  
  274. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -MD -MP
  275.  
  276.  
  277. ============ Checking for assembler (c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/as.exe ) ============
  278. Result is: ok
  279. ##########################################
  280.  
  281. ============ Checking for .align is a power of two ============
  282.  
  283. int main(void) { __asm__ (".align 3"); return 0; }
  284.  
  285. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe
  286. {standard input}: Assembler messages:
  287. {standard input}:14: Error: alignment not a power of 2
  288.  
  289.  
  290. Result is: no
  291. ##########################################
  292.  
  293. ============ Checking for 10 assembler operands ============
  294.  
  295. int main(void) {
  296. int x=0;
  297. __asm__ volatile(
  298. ""
  299. :"+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x)
  300. );
  301. return 0;
  302. }
  303.  
  304. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe
  305.  
  306.  
  307. Result is: yes
  308. ##########################################
  309.  
  310. ============ Checking for ebx availability ============
  311.  
  312. int main(void) {
  313. int x;
  314. __asm__ volatile(
  315. "xor %0, %0"
  316. :"=b"(x)
  317. // just adding ebx to clobber list seems unreliable with some
  318. // compilers, e.g. Haiku's gcc 2.95
  319. );
  320. // and the above check does not work for OSX 64 bit...
  321. __asm__ volatile("":::"%ebx");
  322. return 0;
  323. }
  324.  
  325. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe
  326.  
  327.  
  328. Result is: yes
  329. ##########################################
  330.  
  331. ============ Checking for PIC ============
  332.  
  333. int main(void) {
  334. #if !(defined(__PIC__) || defined(__pic__) || defined(PIC))
  335. #error PIC not enabled
  336. #endif
  337. return 0;
  338. }
  339.  
  340. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe
  341. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:2: error: #error PIC not enabled
  342.  
  343.  
  344. Result is: no
  345. ##########################################
  346.  
  347. ============ Checking for yasm ============
  348.  
  349. pabsw xmm0, xmm0
  350.  
  351. yasm -f win32 -DPREFIX -o /tmp/mplayer-configure-25175-4100/tmp.exe /tmp/mplayer-configure-25175-4100/tmp.S
  352.  
  353.  
  354. Result is: yasm
  355. ##########################################
  356.  
  357. ============ Checking for bswap ============
  358. Result is: yes
  359. ##########################################
  360.  
  361. ============ Checking for -lposix ============
  362.  
  363. int main(void) { return 0; }
  364.  
  365. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lposix
  366. c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: cannot find -lposix
  367. collect2: ld returned 1 exit status
  368.  
  369.  
  370. Result is: no
  371. ##########################################
  372.  
  373. ============ Checking for -lm ============
  374.  
  375. int main(void) { return 0; }
  376.  
  377. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lm
  378.  
  379.  
  380. Result is: yes
  381. ##########################################
  382.  
  383. ============ Checking for langinfo ============
  384.  
  385. #include <langinfo.h>
  386. int main(void) { nl_langinfo(CODESET); return 0; }
  387.  
  388. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe
  389. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:22: error: langinfo.h: No such file or directory
  390. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  391. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'nl_langinfo'
  392. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: 'CODESET' undeclared (first use in this function)
  393. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: (Each undeclared identifier is reported only once
  394. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: for each function it appears in.)
  395.  
  396.  
  397. Result is: no
  398. ##########################################
  399.  
  400. ============ Checking for language ============
  401. Result is: messages: en - man pages: en - documentation: en
  402. ##########################################
  403.  
  404. ============ Checking for enable sighandler ============
  405. Result is: yes
  406. ##########################################
  407.  
  408. ============ Checking for runtime cpudetection ============
  409. Result is: no
  410. ##########################################
  411.  
  412. ============ Checking for restrict keyword ============
  413.  
  414. void foo(char * restrict p); int main(void) { return 0; }
  415.  
  416. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe
  417.  
  418.  
  419. Result is: restrict
  420. ##########################################
  421.  
  422. ============ Checking for __builtin_expect ============
  423.  
  424. int foo(int a) {
  425. a = __builtin_expect(a, 10);
  426. return a == 10 ? 0 : 1;
  427. }
  428. int main(void) { return foo(10) && foo(0); }
  429.  
  430. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe
  431. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1: warning: no previous prototype for 'foo'
  432.  
  433.  
  434. Result is: yes
  435. ##########################################
  436.  
  437. ============ Checking for kstat ============
  438.  
  439. #include <kstat.h>
  440. int main(void) { (void) kstat_open(); (void) kstat_close(0); return 0; }
  441.  
  442. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lkstat
  443. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:19: error: kstat.h: No such file or directory
  444. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  445. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'kstat_open'
  446. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'kstat_close'
  447.  
  448.  
  449. Result is: no
  450. ##########################################
  451.  
  452. ============ Checking for posix4 ============
  453.  
  454. #include <time.h>
  455. int main(void) { (void) nanosleep(0, 0); return 0; }
  456.  
  457. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lposix4
  458. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  459. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'nanosleep'
  460. c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: cannot find -lposix4
  461. collect2: ld returned 1 exit status
  462.  
  463.  
  464. Result is: no
  465. ##########################################
  466.  
  467. ============ Checking for exp2 ============
  468.  
  469. #include <math.h>
  470. int main(void) { long (*foo)(float); foo = exp2; (void)(*foo)(0.0); return 0; }
  471.  
  472. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm
  473. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  474. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: assignment from incompatible pointer type
  475.  
  476.  
  477. Result is: yes
  478. ##########################################
  479.  
  480. ============ Checking for exp2f ============
  481.  
  482. #include <math.h>
  483. int main(void) { long (*foo)(float); foo = exp2f; (void)(*foo)(0.0); return 0; }
  484.  
  485. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm
  486. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  487. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: assignment from incompatible pointer type
  488.  
  489.  
  490. Result is: yes
  491. ##########################################
  492.  
  493. ============ Checking for llrint ============
  494.  
  495. #include <math.h>
  496. int main(void) { long (*foo)(float); foo = llrint; (void)(*foo)(0.0); return 0; }
  497.  
  498. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm
  499. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  500. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: assignment from incompatible pointer type
  501.  
  502.  
  503. Result is: yes
  504. ##########################################
  505.  
  506. ============ Checking for llrintf ============
  507.  
  508. #include <math.h>
  509. int main(void) { long (*foo)(float); foo = llrintf; (void)(*foo)(0.0); return 0; }
  510.  
  511. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm
  512. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  513. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: assignment from incompatible pointer type
  514.  
  515.  
  516. Result is: yes
  517. ##########################################
  518.  
  519. ============ Checking for log2 ============
  520.  
  521. #include <math.h>
  522. int main(void) { long (*foo)(float); foo = log2; (void)(*foo)(0.0); return 0; }
  523.  
  524. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm
  525. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  526. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: assignment from incompatible pointer type
  527.  
  528.  
  529. Result is: yes
  530. ##########################################
  531.  
  532. ============ Checking for log2f ============
  533.  
  534. #include <math.h>
  535. int main(void) { long (*foo)(float); foo = log2f; (void)(*foo)(0.0); return 0; }
  536.  
  537. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm
  538. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  539. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: assignment from incompatible pointer type
  540.  
  541.  
  542. Result is: yes
  543. ##########################################
  544.  
  545. ============ Checking for lrint ============
  546.  
  547. #include <math.h>
  548. int main(void) { long (*foo)(float); foo = lrint; (void)(*foo)(0.0); return 0; }
  549.  
  550. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm
  551. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  552. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: assignment from incompatible pointer type
  553.  
  554.  
  555. Result is: yes
  556. ##########################################
  557.  
  558. ============ Checking for lrintf ============
  559.  
  560. #include <math.h>
  561. int main(void) { long (*foo)(float); foo = lrintf; (void)(*foo)(0.0); return 0; }
  562.  
  563. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm
  564.  
  565.  
  566. Result is: yes
  567. ##########################################
  568.  
  569. ============ Checking for round ============
  570.  
  571. #include <math.h>
  572. int main(void) { long (*foo)(float); foo = round; (void)(*foo)(0.0); return 0; }
  573.  
  574. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm
  575. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  576. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: assignment from incompatible pointer type
  577.  
  578.  
  579. Result is: yes
  580. ##########################################
  581.  
  582. ============ Checking for roundf ============
  583.  
  584. #include <math.h>
  585. int main(void) { long (*foo)(float); foo = roundf; (void)(*foo)(0.0); return 0; }
  586.  
  587. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm
  588. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  589. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: assignment from incompatible pointer type
  590.  
  591.  
  592. Result is: yes
  593. ##########################################
  594.  
  595. ============ Checking for truncf ============
  596.  
  597. #include <math.h>
  598. int main(void) { long (*foo)(float); foo = truncf; (void)(*foo)(0.0); return 0; }
  599.  
  600. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -D_ISOC99_SOURCE -lm
  601. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  602. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: assignment from incompatible pointer type
  603.  
  604.  
  605. Result is: yes
  606. ##########################################
  607.  
  608. ============ Checking for mkstemp ============
  609.  
  610. #include <stdlib.h>
  611. int main(void) { char a; mkstemp(&a); return 0; }
  612.  
  613. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe
  614. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  615. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'mkstemp'
  616. C:\Users\rernst\AppData\Local\Temp\ccxocmBB.o:tmp.c:(.text+0x16): undefined reference to `mkstemp'
  617. collect2: ld returned 1 exit status
  618.  
  619.  
  620. Result is: no
  621. ##########################################
  622.  
  623. ============ Checking for nanosleep ============
  624.  
  625. #include <time.h>
  626. int main(void) { (void) nanosleep(0, 0); return 0; }
  627.  
  628. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe
  629. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  630. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'nanosleep'
  631. C:\Users\rernst\AppData\Local\Temp\cc1xf0UU.o:tmp.c:(.text+0x1e): undefined reference to `nanosleep'
  632. collect2: ld returned 1 exit status
  633.  
  634.  
  635. Result is: no
  636. ##########################################
  637.  
  638. ============ Checking for socklib ============
  639.  
  640. #include <netdb.h>
  641. #include <sys/socket.h>
  642. int main(void) { (void) gethostbyname(0); (void) socket(AF_INET, SOCK_STREAM, 0); return 0; }
  643.  
  644. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe
  645. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:19: error: netdb.h: No such file or directory
  646. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory
  647. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  648. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'gethostbyname'
  649. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'socket'
  650. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'AF_INET' undeclared (first use in this function)
  651. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once
  652. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.)
  653. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'SOCK_STREAM' undeclared (first use in this function)
  654.  
  655.  
  656.  
  657. #include <netdb.h>
  658. #include <sys/socket.h>
  659. int main(void) { (void) gethostbyname(0); (void) socket(AF_INET, SOCK_STREAM, 0); return 0; }
  660.  
  661. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lsocket -lbind
  662. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:19: error: netdb.h: No such file or directory
  663. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory
  664. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  665. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'gethostbyname'
  666. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'socket'
  667. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'AF_INET' undeclared (first use in this function)
  668. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once
  669. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.)
  670. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'SOCK_STREAM' undeclared (first use in this function)
  671.  
  672.  
  673.  
  674. #include <netdb.h>
  675. #include <sys/socket.h>
  676. int main(void) { (void) gethostbyname(0); (void) socket(AF_INET, SOCK_STREAM, 0); return 0; }
  677.  
  678. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lsocket -ldnet
  679. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:19: error: netdb.h: No such file or directory
  680. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory
  681. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  682. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'gethostbyname'
  683. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'socket'
  684. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'AF_INET' undeclared (first use in this function)
  685. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once
  686. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.)
  687. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'SOCK_STREAM' undeclared (first use in this function)
  688.  
  689.  
  690.  
  691. #include <netdb.h>
  692. #include <sys/socket.h>
  693. int main(void) { (void) gethostbyname(0); (void) socket(AF_INET, SOCK_STREAM, 0); return 0; }
  694.  
  695. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lsocket -lnsl
  696. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:19: error: netdb.h: No such file or directory
  697. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory
  698. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  699. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'gethostbyname'
  700. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'socket'
  701. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'AF_INET' undeclared (first use in this function)
  702. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once
  703. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.)
  704. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'SOCK_STREAM' undeclared (first use in this function)
  705.  
  706.  
  707.  
  708. #include <netdb.h>
  709. #include <sys/socket.h>
  710. int main(void) { (void) gethostbyname(0); (void) socket(AF_INET, SOCK_STREAM, 0); return 0; }
  711.  
  712. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lnsl
  713. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:19: error: netdb.h: No such file or directory
  714. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory
  715. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  716. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'gethostbyname'
  717. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'socket'
  718. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'AF_INET' undeclared (first use in this function)
  719. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once
  720. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.)
  721. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'SOCK_STREAM' undeclared (first use in this function)
  722.  
  723.  
  724.  
  725. #include <netdb.h>
  726. #include <sys/socket.h>
  727. int main(void) { (void) gethostbyname(0); (void) socket(AF_INET, SOCK_STREAM, 0); return 0; }
  728.  
  729. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lsocket
  730. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:19: error: netdb.h: No such file or directory
  731. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory
  732. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  733. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'gethostbyname'
  734. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'socket'
  735. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'AF_INET' undeclared (first use in this function)
  736. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once
  737. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.)
  738. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'SOCK_STREAM' undeclared (first use in this function)
  739.  
  740.  
  741.  
  742. #include <winsock2.h>
  743. int main(void) { (void) gethostbyname(0); return 0; }
  744.  
  745. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lws2_32
  746.  
  747.  
  748. Result is: no (using -lws2_32)
  749. ##########################################
  750.  
  751. ============ Checking for netdb.h, struct addrinfo ============
  752.  
  753. #if HAVE_WINSOCK2_H
  754. #include <winsock2.h>
  755. #include <ws2tcpip.h>
  756. #else
  757. #include <sys/types.h>
  758. #include <sys/socket.h>
  759. #include <netdb.h>
  760. #endif
  761. int main(void) { struct addrinfo ai; return 0; }
  762.  
  763. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -DHAVE_WINSOCK2_H=1
  764. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  765. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:9: warning: unused variable 'ai'
  766.  
  767.  
  768. Result is: yes
  769. ##########################################
  770.  
  771. ============ Checking for netdb.h, getaddrinfo() ============
  772.  
  773. #if HAVE_WINSOCK2_H
  774. #include <winsock2.h>
  775. #else
  776. #include <sys/types.h>
  777. #include <sys/socket.h>
  778. #include <netdb.h>
  779. #endif
  780. int main(void) { (void) getaddrinfo(0, 0, 0, 0); return 0; }
  781.  
  782. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -DHAVE_WINSOCK2_H=1
  783. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  784. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8: warning: implicit declaration of function 'getaddrinfo'
  785. C:\Users\rernst\AppData\Local\Temp\ccRVJ5YJ.o:tmp.c:(.text+0x2e): undefined reference to `getaddrinfo'
  786. collect2: ld returned 1 exit status
  787.  
  788.  
  789. Result is: no
  790. ##########################################
  791.  
  792. ============ Checking for sockaddr_storage ============
  793.  
  794. #if HAVE_WINSOCK2_H
  795. #include <winsock2.h>
  796. #else
  797. #include <sys/socket.h>
  798. #endif
  799. int main(void) { struct sockaddr_storage sas; return 0; }
  800.  
  801. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -DHAVE_WINSOCK2_H=1
  802. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  803. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6: warning: unused variable 'sas'
  804.  
  805.  
  806. Result is: yes
  807. ##########################################
  808.  
  809. ============ Checking for struct ipv6_mreq ============
  810.  
  811. #include <netinet/in.h>
  812. int main(void) { struct ipv6_mreq mreq6; return 0; }
  813.  
  814. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe
  815. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:24: error: netinet/in.h: No such file or directory
  816. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  817. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: storage size of 'mreq6' isn't known
  818. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: unused variable 'mreq6'
  819.  
  820.  
  821.  
  822. #include <ws2tcpip.h>
  823. int main(void) { struct ipv6_mreq mreq6; return 0; }
  824.  
  825. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe
  826. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  827. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: unused variable 'mreq6'
  828.  
  829.  
  830. Result is: yes
  831. ##########################################
  832.  
  833. ============ Checking for struct sockaddr_in6 ============
  834.  
  835. #include <netinet/in.h>
  836. int main(void) { struct sockaddr_in6 addr; return 0; }
  837.  
  838. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe
  839. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:24: error: netinet/in.h: No such file or directory
  840. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  841. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: storage size of 'addr' isn't known
  842. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: unused variable 'addr'
  843.  
  844.  
  845.  
  846. #include <ws2tcpip.h>
  847. int main(void) { struct sockaddr_in6 addr; return 0; }
  848.  
  849. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe
  850. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  851. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: unused variable 'addr'
  852.  
  853.  
  854. Result is: yes
  855. ##########################################
  856.  
  857. ============ Checking for struct sockaddr sa_len ============
  858.  
  859. #if HAVE_WINSOCK2_H
  860. #include <winsock2.h>
  861. #else
  862. #include <sys/types.h>
  863. #include <sys/socket.h>
  864. #endif
  865. int main(void) { const void *p = &((struct sockaddr *)0)->sa_len; return 0; }
  866.  
  867. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -DHAVE_WINSOCK2_H=1
  868. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  869. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: error: 'struct sockaddr' has no member named 'sa_len'
  870. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: warning: unused variable 'p'
  871.  
  872.  
  873. Result is: no
  874. ##########################################
  875.  
  876. ============ Checking for arpa/inet.h ============
  877.  
  878. #include <arpa/inet.h>
  879. int main(void) { return 0; }
  880.  
  881. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe
  882. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:23: error: arpa/inet.h: No such file or directory
  883.  
  884.  
  885. Result is: no
  886. ##########################################
  887.  
  888. ============ Checking for inet_pton() ============
  889.  
  890. #include <sys/types.h>
  891. #include <sys/socket.h>
  892. #include <arpa/inet.h>
  893. int main(void) { (void) inet_pton(0, 0, 0); return 0; }
  894.  
  895. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lws2_32
  896. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory
  897. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:23: error: arpa/inet.h: No such file or directory
  898. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  899. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: implicit declaration of function 'inet_pton'
  900.  
  901.  
  902.  
  903. #include <sys/types.h>
  904. #include <sys/socket.h>
  905. #include <arpa/inet.h>
  906. int main(void) { (void) inet_pton(0, 0, 0); return 0; }
  907.  
  908. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lws2_32 -lresolv
  909. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory
  910. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:23: error: arpa/inet.h: No such file or directory
  911. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  912. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: implicit declaration of function 'inet_pton'
  913.  
  914.  
  915. Result is: no
  916. ##########################################
  917.  
  918. ============ Checking for inet_aton() ============
  919.  
  920. #include <sys/types.h>
  921. #include <sys/socket.h>
  922. #include <arpa/inet.h>
  923. int main(void) { (void) inet_aton(0, 0); return 0; }
  924.  
  925. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lws2_32
  926. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory
  927. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:23: error: arpa/inet.h: No such file or directory
  928. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  929. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: implicit declaration of function 'inet_aton'
  930.  
  931.  
  932.  
  933. #include <sys/types.h>
  934. #include <sys/socket.h>
  935. #include <arpa/inet.h>
  936. int main(void) { (void) inet_aton(0, 0); return 0; }
  937.  
  938. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lws2_32 -lresolv
  939. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory
  940. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:23: error: arpa/inet.h: No such file or directory
  941. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  942. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: implicit declaration of function 'inet_aton'
  943.  
  944.  
  945. Result is: no
  946. ##########################################
  947.  
  948. ============ Checking for socklen_t ============
  949.  
  950. #include <sys/socket.h>
  951. int main(void) { socklen_t v = 0; return v; }
  952.  
  953. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe
  954. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:24: error: sys/socket.h: No such file or directory
  955. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  956. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: 'socklen_t' undeclared (first use in this function)
  957. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: (Each undeclared identifier is reported only once
  958. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: for each function it appears in.)
  959. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: expected ';' before 'v'
  960. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: 'v' undeclared (first use in this function)
  961.  
  962.  
  963.  
  964. #include <ws2tcpip.h>
  965. int main(void) { socklen_t v = 0; return v; }
  966.  
  967. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe
  968.  
  969.  
  970. Result is: yes
  971. ##########################################
  972.  
  973. ============ Checking for closesocket() ============
  974.  
  975. #include <winsock2.h>
  976. int main(void) { closesocket(~0); return 0; }
  977.  
  978. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -o /tmp/mplayer-configure-25175-4100/tmp.exe -lws2_32
  979.  
  980.  
  981. Result is: yes
  982. ##########################################
  983.  
  984. ============ Checking for network ============
  985. Result is: yes
  986. ##########################################
  987.  
  988. ============ Checking for inet6 ============
  989.  
  990. #include <sys/types.h>
  991. #if !defined(_WIN32) || defined(__CYGWIN__)
  992. #include <sys/socket.h>
  993. #include <netinet/in.h>
  994. #else
  995. #include <ws2tcpip.h>
  996. #endif
  997. int main(void) { struct sockaddr_in6 six; socket(AF_INET6, SOCK_STREAM, AF_INET6); return 0; }
  998.  
  999. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -lws2_32
  1000. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1001. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8: warning: unused variable 'six'
  1002.  
  1003.  
  1004. Result is: yes
  1005. ##########################################
  1006.  
  1007. ============ Checking for gethostbyname2 ============
  1008.  
  1009. #include <sys/types.h>
  1010. #include <sys/socket.h>
  1011. #include <netdb.h>
  1012. int main(void) { gethostbyname2("", AF_INET); return 0; }
  1013.  
  1014. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1015. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: sys/socket.h: No such file or directory
  1016. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:19: error: netdb.h: No such file or directory
  1017. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1018. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: implicit declaration of function 'gethostbyname2'
  1019. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: error: 'AF_INET' undeclared (first use in this function)
  1020. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: error: (Each undeclared identifier is reported only once
  1021. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: error: for each function it appears in.)
  1022.  
  1023.  
  1024. Result is: no
  1025. ##########################################
  1026.  
  1027. ============ Checking for inttypes.h (required) ============
  1028.  
  1029. #include <inttypes.h>
  1030. int main(void) { return 0; }
  1031.  
  1032. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1033.  
  1034.  
  1035. Result is: yes
  1036. ##########################################
  1037.  
  1038. ============ Checking for int_fastXY_t in inttypes.h ============
  1039.  
  1040. #include <inttypes.h>
  1041. int main(void) {
  1042. volatile int_fast16_t v= 0;
  1043. return v; }
  1044.  
  1045. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1046.  
  1047.  
  1048. Result is: yes
  1049. ##########################################
  1050.  
  1051. ============ Checking for malloc.h ============
  1052.  
  1053. #include <malloc.h>
  1054. int main(void) { return 0; }
  1055.  
  1056. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1057.  
  1058.  
  1059. Result is: yes
  1060. ##########################################
  1061.  
  1062. ============ Checking for memalign() ============
  1063.  
  1064. #include <malloc.h>
  1065. int main(void) { (void) memalign(64, sizeof(char)); return 0; }
  1066.  
  1067. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1068. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1069. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'memalign'
  1070. C:\Users\rernst\AppData\Local\Temp\cctckj1f.o:tmp.c:(.text+0x1e): undefined reference to `memalign'
  1071. collect2: ld returned 1 exit status
  1072.  
  1073.  
  1074. Result is: no
  1075. ##########################################
  1076.  
  1077. ============ Checking for posix_memalign() ============
  1078.  
  1079. #define _XOPEN_SOURCE 600
  1080. #include <stdlib.h>
  1081. int main(void) { posix_memalign(NULL, 0, 0); }
  1082.  
  1083. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1084. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1085. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'posix_memalign'
  1086. C:\Users\rernst\AppData\Local\Temp\ccZKX32E.o:tmp.c:(.text+0x26): undefined reference to `posix_memalign'
  1087. collect2: ld returned 1 exit status
  1088.  
  1089.  
  1090. Result is: no
  1091. ##########################################
  1092.  
  1093. ============ Checking for alloca.h ============
  1094.  
  1095. #include <alloca.h>
  1096. int main(void) { (void) alloca(0); return 0; }
  1097.  
  1098. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1099. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:20: error: alloca.h: No such file or directory
  1100. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1101. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'alloca'
  1102. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: incompatible implicit declaration of built-in function 'alloca'
  1103.  
  1104.  
  1105.  
  1106. #include <alloca.h>
  1107. int main(void) { (void) alloca(0); return 0; }
  1108.  
  1109. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1110. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:20: error: alloca.h: No such file or directory
  1111. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1112. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'alloca'
  1113. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: incompatible implicit declaration of built-in function 'alloca'
  1114.  
  1115.  
  1116. Result is: no
  1117. ##########################################
  1118.  
  1119. ============ Checking for fastmemcpy ============
  1120. Result is: yes
  1121. ##########################################
  1122.  
  1123. ============ Checking for hard-coded tables ============
  1124. Result is: no
  1125. ##########################################
  1126.  
  1127. ============ Checking for mman.h ============
  1128.  
  1129. #include <sys/types.h>
  1130. #include <sys/mman.h>
  1131. int main(void) { (void) mmap(0, 0, 0, 0, 0, 0); return 0; }
  1132.  
  1133. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1134. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:22: error: sys/mman.h: No such file or directory
  1135. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1136. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'mmap'
  1137.  
  1138.  
  1139. Result is: no
  1140. ##########################################
  1141.  
  1142.  
  1143. #include <sys/types.h>
  1144. #include <sys/mman.h>
  1145. int main(void) { void *p = MAP_FAILED; return 0; }
  1146.  
  1147. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1148. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:22: error: sys/mman.h: No such file or directory
  1149. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1150. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'MAP_FAILED' undeclared (first use in this function)
  1151. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once
  1152. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.)
  1153. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: unused variable 'p'
  1154.  
  1155.  
  1156. ============ Checking for dynamic loader ============
  1157.  
  1158. #include <stddef.h>
  1159. #include <dlfcn.h>
  1160. int main(void) { dlopen("", 0); dlclose(NULL); dlsym(NULL, ""); return 0; }
  1161.  
  1162. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1163. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:19: error: dlfcn.h: No such file or directory
  1164. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1165. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'dlopen'
  1166. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'dlclose'
  1167. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'dlsym'
  1168.  
  1169.  
  1170.  
  1171. #include <stddef.h>
  1172. #include <dlfcn.h>
  1173. int main(void) { dlopen("", 0); dlclose(NULL); dlsym(NULL, ""); return 0; }
  1174.  
  1175. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -ldl
  1176. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:19: error: dlfcn.h: No such file or directory
  1177. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1178. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'dlopen'
  1179. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'dlclose'
  1180. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'dlsym'
  1181.  
  1182.  
  1183. Result is: no
  1184. ##########################################
  1185.  
  1186. ============ Checking for dynamic a/v plugins support ============
  1187. Result is: no
  1188. ##########################################
  1189.  
  1190. ============ Checking for pthread ============
  1191.  
  1192. #include <pthread.h>
  1193. void* func(void *arg) { return arg; }
  1194. int main(void) { pthread_t tid; return pthread_create(&tid, 0, func, 0) == 0 ? 0 : 1; }
  1195.  
  1196. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -lpthreadGC2
  1197. In file included from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:
  1198. C:/msys/1.0/local/include/pthread.h:213:5: warning: "HAVE_CONFIG_H" is not defined
  1199. C:/msys/1.0/local/include/pthread.h:223:5: warning: "HAVE_SIGNAL_H" is not defined
  1200. C:/msys/1.0/local/include/pthread.h:950:5: warning: "PTW32_LEVEL" is not defined
  1201. C:/msys/1.0/local/include/pthread.h:950:20: warning: "PTW32_LEVEL_MAX" is not defined
  1202. C:/msys/1.0/local/include/pthread.h:1125:5: warning: "PTW32_LEVEL" is not defined
  1203. C:/msys/1.0/local/include/pthread.h:1125:20: warning: "PTW32_LEVEL_MAX" is not defined
  1204. C:/msys/1.0/local/include/pthread.h:1181:5: warning: "PTW32_LEVEL" is not defined
  1205. C:/msys/1.0/local/include/pthread.h:1181:20: warning: "PTW32_LEVEL_MAX" is not defined
  1206. C:/msys/1.0/local/include/pthread.h:1279:5: warning: "PTW32_LEVEL" is not defined
  1207. C:/msys/1.0/local/include/pthread.h:1279:20: warning: "PTW32_LEVEL_MAX" is not defined
  1208. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: no previous prototype for 'func'
  1209. c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: cannot find -lpthreadGC2
  1210. collect2: ld returned 1 exit status
  1211.  
  1212.  
  1213.  
  1214. #include <pthread.h>
  1215. void* func(void *arg) { return arg; }
  1216. int main(void) { pthread_t tid; return pthread_create(&tid, 0, func, 0) == 0 ? 0 : 1; }
  1217.  
  1218. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1219. In file included from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:
  1220. C:/msys/1.0/local/include/pthread.h:213:5: warning: "HAVE_CONFIG_H" is not defined
  1221. C:/msys/1.0/local/include/pthread.h:223:5: warning: "HAVE_SIGNAL_H" is not defined
  1222. C:/msys/1.0/local/include/pthread.h:950:5: warning: "PTW32_LEVEL" is not defined
  1223. C:/msys/1.0/local/include/pthread.h:950:20: warning: "PTW32_LEVEL_MAX" is not defined
  1224. C:/msys/1.0/local/include/pthread.h:1125:5: warning: "PTW32_LEVEL" is not defined
  1225. C:/msys/1.0/local/include/pthread.h:1125:20: warning: "PTW32_LEVEL_MAX" is not defined
  1226. C:/msys/1.0/local/include/pthread.h:1181:5: warning: "PTW32_LEVEL" is not defined
  1227. C:/msys/1.0/local/include/pthread.h:1181:20: warning: "PTW32_LEVEL_MAX" is not defined
  1228. C:/msys/1.0/local/include/pthread.h:1279:5: warning: "PTW32_LEVEL" is not defined
  1229. C:/msys/1.0/local/include/pthread.h:1279:20: warning: "PTW32_LEVEL_MAX" is not defined
  1230. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: no previous prototype for 'func'
  1231. C:\Users\rernst\AppData\Local\Temp\ccLAzN4Z.o:tmp.c:(.text+0x4f): undefined reference to `_imp__pthread_create'
  1232. collect2: ld returned 1 exit status
  1233.  
  1234.  
  1235.  
  1236. #include <pthread.h>
  1237. void* func(void *arg) { return arg; }
  1238. int main(void) { pthread_t tid; return pthread_create(&tid, 0, func, 0) == 0 ? 0 : 1; }
  1239.  
  1240. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -lpthread
  1241. In file included from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:
  1242. C:/msys/1.0/local/include/pthread.h:213:5: warning: "HAVE_CONFIG_H" is not defined
  1243. C:/msys/1.0/local/include/pthread.h:223:5: warning: "HAVE_SIGNAL_H" is not defined
  1244. C:/msys/1.0/local/include/pthread.h:950:5: warning: "PTW32_LEVEL" is not defined
  1245. C:/msys/1.0/local/include/pthread.h:950:20: warning: "PTW32_LEVEL_MAX" is not defined
  1246. C:/msys/1.0/local/include/pthread.h:1125:5: warning: "PTW32_LEVEL" is not defined
  1247. C:/msys/1.0/local/include/pthread.h:1125:20: warning: "PTW32_LEVEL_MAX" is not defined
  1248. C:/msys/1.0/local/include/pthread.h:1181:5: warning: "PTW32_LEVEL" is not defined
  1249. C:/msys/1.0/local/include/pthread.h:1181:20: warning: "PTW32_LEVEL_MAX" is not defined
  1250. C:/msys/1.0/local/include/pthread.h:1279:5: warning: "PTW32_LEVEL" is not defined
  1251. C:/msys/1.0/local/include/pthread.h:1279:20: warning: "PTW32_LEVEL_MAX" is not defined
  1252. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: no previous prototype for 'func'
  1253.  
  1254.  
  1255. Result is: yes (using -lpthread)
  1256. ##########################################
  1257.  
  1258. ============ Checking for w32threads ============
  1259. Result is: no (using pthread instead)
  1260. ##########################################
  1261.  
  1262. ============ Checking for rpath ============
  1263. Result is: no
  1264. ##########################################
  1265.  
  1266. ============ Checking for iconv ============
  1267.  
  1268. #include <stdio.h>
  1269. #include <unistd.h>
  1270. #include <iconv.h>
  1271. #define INBUFSIZE 1024
  1272. #define OUTBUFSIZE 4096
  1273.  
  1274. char inbuffer[INBUFSIZE];
  1275. char outbuffer[OUTBUFSIZE];
  1276.  
  1277. int main(void) {
  1278. size_t numread;
  1279. iconv_t icdsc;
  1280. char *tocode="UTF-8";
  1281. char *fromcode="cp1250";
  1282. if ((icdsc = iconv_open(tocode, fromcode)) != (iconv_t)(-1)) {
  1283. while ((numread = read(0, inbuffer, INBUFSIZE))) {
  1284. char *iptr=inbuffer;
  1285. char *optr=outbuffer;
  1286. size_t inleft=numread;
  1287. size_t outleft=OUTBUFSIZE;
  1288. if (iconv(icdsc, (const char **)&iptr, &inleft, &optr, &outleft)
  1289. != (size_t)(-1)) {
  1290. write(1, outbuffer, OUTBUFSIZE - outleft);
  1291. }
  1292. }
  1293. if (iconv_close(icdsc) == -1)
  1294. ;
  1295. }
  1296. return 0;
  1297. }
  1298.  
  1299. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -lm
  1300. C:\Users\rernst\AppData\Local\Temp\ccelA0cM.o:tmp.c:(.text+0x21): undefined reference to `libiconv_open'
  1301. C:\Users\rernst\AppData\Local\Temp\ccelA0cM.o:tmp.c:(.text+0x98): undefined reference to `libiconv'
  1302. C:\Users\rernst\AppData\Local\Temp\ccelA0cM.o:tmp.c:(.text+0xc9): undefined reference to `libiconv_close'
  1303. collect2: ld returned 1 exit status
  1304.  
  1305.  
  1306.  
  1307. #include <stdio.h>
  1308. #include <unistd.h>
  1309. #include <iconv.h>
  1310. #define INBUFSIZE 1024
  1311. #define OUTBUFSIZE 4096
  1312.  
  1313. char inbuffer[INBUFSIZE];
  1314. char outbuffer[OUTBUFSIZE];
  1315.  
  1316. int main(void) {
  1317. size_t numread;
  1318. iconv_t icdsc;
  1319. char *tocode="UTF-8";
  1320. char *fromcode="cp1250";
  1321. if ((icdsc = iconv_open(tocode, fromcode)) != (iconv_t)(-1)) {
  1322. while ((numread = read(0, inbuffer, INBUFSIZE))) {
  1323. char *iptr=inbuffer;
  1324. char *optr=outbuffer;
  1325. size_t inleft=numread;
  1326. size_t outleft=OUTBUFSIZE;
  1327. if (iconv(icdsc, (const char **)&iptr, &inleft, &optr, &outleft)
  1328. != (size_t)(-1)) {
  1329. write(1, outbuffer, OUTBUFSIZE - outleft);
  1330. }
  1331. }
  1332. if (iconv_close(icdsc) == -1)
  1333. ;
  1334. }
  1335. return 0;
  1336. }
  1337.  
  1338. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -lm -liconv
  1339.  
  1340.  
  1341. Result is: yes
  1342. ##########################################
  1343.  
  1344. ============ Checking for soundcard.h ============
  1345.  
  1346. #include <sys/soundcard.h>
  1347. int main(void) { return 0; }
  1348.  
  1349. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1350. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:27: error: sys/soundcard.h: No such file or directory
  1351.  
  1352.  
  1353.  
  1354. #include <soundcard.h>
  1355. int main(void) { return 0; }
  1356.  
  1357. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1358. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:23: error: soundcard.h: No such file or directory
  1359.  
  1360.  
  1361. Result is: no
  1362. ##########################################
  1363.  
  1364. ============ Checking for sys/dvdio.h ============
  1365.  
  1366. #include <sys/dvdio.h>
  1367. int main(void) { return 0; }
  1368.  
  1369. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1370. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:23: error: sys/dvdio.h: No such file or directory
  1371.  
  1372.  
  1373. Result is: no
  1374. ##########################################
  1375.  
  1376. ============ Checking for sys/cdio.h ============
  1377.  
  1378. #include <sys/cdio.h>
  1379. int main(void) { return 0; }
  1380.  
  1381. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1382. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:22: error: sys/cdio.h: No such file or directory
  1383.  
  1384.  
  1385. Result is: no
  1386. ##########################################
  1387.  
  1388. ============ Checking for linux/cdrom.h ============
  1389.  
  1390. #include <linux/cdrom.h>
  1391. int main(void) { return 0; }
  1392.  
  1393. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1394. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:25: error: linux/cdrom.h: No such file or directory
  1395.  
  1396.  
  1397. Result is: no
  1398. ##########################################
  1399.  
  1400. ============ Checking for dvd.h ============
  1401.  
  1402. #include <dvd.h>
  1403. int main(void) { return 0; }
  1404.  
  1405. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1406. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:17: error: dvd.h: No such file or directory
  1407.  
  1408.  
  1409. Result is: no
  1410. ##########################################
  1411.  
  1412. ============ Checking for termcap ============
  1413.  
  1414. #include <stddef.h>
  1415. #include <term.h>
  1416. int main(void) { tgetent(NULL, NULL); return 0; }
  1417.  
  1418. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -lncurses
  1419. c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: cannot find -lncurses
  1420. collect2: ld returned 1 exit status
  1421.  
  1422.  
  1423.  
  1424. #include <stddef.h>
  1425. #include <term.h>
  1426. int main(void) { tgetent(NULL, NULL); return 0; }
  1427.  
  1428. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -ltinfo
  1429. c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: cannot find -ltinfo
  1430. collect2: ld returned 1 exit status
  1431.  
  1432.  
  1433.  
  1434. #include <stddef.h>
  1435. #include <term.h>
  1436. int main(void) { tgetent(NULL, NULL); return 0; }
  1437.  
  1438. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -ltermcap
  1439. c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: cannot find -ltermcap
  1440. collect2: ld returned 1 exit status
  1441.  
  1442.  
  1443. Result is: no
  1444. ##########################################
  1445.  
  1446. ============ Checking for termios ============
  1447.  
  1448. #include <termios.h>
  1449. int main(void) { return 0; }
  1450.  
  1451. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1452. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:21: error: termios.h: No such file or directory
  1453.  
  1454.  
  1455.  
  1456. #include <sys/termios.h>
  1457. int main(void) { return 0; }
  1458.  
  1459. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1460. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:25: error: sys/termios.h: No such file or directory
  1461.  
  1462.  
  1463. Result is: no
  1464. ##########################################
  1465.  
  1466. ============ Checking for shm ============
  1467.  
  1468. #include <sys/types.h>
  1469. #include <sys/shm.h>
  1470. int main(void) { shmget(0, 0, 0); shmat(0, 0, 0); shmctl(0, 0, 0); return 0; }
  1471.  
  1472. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1473. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:21: error: sys/shm.h: No such file or directory
  1474. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1475. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'shmget'
  1476. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'shmat'
  1477. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'shmctl'
  1478.  
  1479.  
  1480. Result is: no
  1481. ##########################################
  1482.  
  1483. ============ Checking for strsep() ============
  1484.  
  1485. #include <string.h>
  1486. int main(void) { char *s = "Hello, world!"; (void) strsep(&s, ","); return 0; }
  1487.  
  1488. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1489. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1490. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'strsep'
  1491. C:\Users\rernst\AppData\Local\Temp\cc9YbhAX.o:tmp.c:(.text+0x26): undefined reference to `strsep'
  1492. collect2: ld returned 1 exit status
  1493.  
  1494.  
  1495. Result is: no
  1496. ##########################################
  1497.  
  1498. ============ Checking for vsscanf() ============
  1499.  
  1500. #define _ISOC99_SOURCE
  1501. #include <stdarg.h>
  1502. #include <stdio.h>
  1503. int main(void) { va_list ap; vsscanf("foo", "bar", ap); return 0; }
  1504.  
  1505. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1506. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1507. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: 'ap' is used uninitialized in this function
  1508.  
  1509.  
  1510. Result is: yes
  1511. ##########################################
  1512.  
  1513. ============ Checking for swab() ============
  1514.  
  1515. #define _XOPEN_SOURCE 600
  1516. #include <unistd.h>
  1517. int main(void) { swab(0, 0, 0); return 0; }
  1518.  
  1519. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1520. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1521. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'swab'
  1522.  
  1523.  
  1524. Result is: yes
  1525. ##########################################
  1526.  
  1527. ============ Checking for POSIX select() ============
  1528.  
  1529. #include <stdio.h>
  1530. #include <stdlib.h>
  1531. #include <sys/types.h>
  1532. #include <string.h>
  1533. #include <sys/time.h>
  1534. #include <unistd.h>
  1535. int main(void) {int nfds = 1; fd_set readfds; struct timeval timeout; select(nfds,&readfds,NULL,NULL,&timeout); return 0; }
  1536.  
  1537. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1538. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1539. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: error: 'fd_set' undeclared (first use in this function)
  1540. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: error: (Each undeclared identifier is reported only once
  1541. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: error: for each function it appears in.)
  1542. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: error: expected ';' before 'readfds'
  1543. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: warning: ISO C90 forbids mixed declarations and code
  1544. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: warning: implicit declaration of function 'select'
  1545. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: error: 'readfds' undeclared (first use in this function)
  1546.  
  1547.  
  1548. Result is: no
  1549. ##########################################
  1550.  
  1551. ============ Checking for audio select() ============
  1552. Result is: yes
  1553. ##########################################
  1554.  
  1555. ============ Checking for gettimeofday() ============
  1556.  
  1557. #include <sys/time.h>
  1558. int main(void) {struct timeval tv; struct timezone tz; gettimeofday(&tv, &tz); return 0; }
  1559.  
  1560. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1561.  
  1562.  
  1563. Result is: yes
  1564. ##########################################
  1565.  
  1566. ============ Checking for glob() ============
  1567.  
  1568. #include <stdio.h>
  1569. #include <glob.h>
  1570. int main(void) { glob_t gg; glob("filename",0,NULL,&gg); return 0; }
  1571.  
  1572. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1573. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:18: error: glob.h: No such file or directory
  1574. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1575. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'glob_t' undeclared (first use in this function)
  1576. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once
  1577. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.)
  1578. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: expected ';' before 'gg'
  1579. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'glob'
  1580. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'gg' undeclared (first use in this function)
  1581.  
  1582.  
  1583. Result is: no
  1584. ##########################################
  1585.  
  1586. ============ Checking for setenv() ============
  1587.  
  1588. #include <stdlib.h>
  1589. int main(void) { setenv("","",0); return 0; }
  1590.  
  1591. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1592. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1593. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'setenv'
  1594. C:\Users\rernst\AppData\Local\Temp\ccdcK1aw.o:tmp.c:(.text+0x26): undefined reference to `setenv'
  1595. collect2: ld returned 1 exit status
  1596.  
  1597.  
  1598. Result is: no
  1599. ##########################################
  1600.  
  1601. ============ Checking for setmode() ============
  1602.  
  1603. #include <io.h>
  1604. int main(void) { setmode(0, 0); return 0; }
  1605.  
  1606. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1607.  
  1608.  
  1609. Result is: yes
  1610. ##########################################
  1611.  
  1612. ============ Checking for sys/sysinfo.h ============
  1613.  
  1614. #include <sys/sysinfo.h>
  1615. int main(void) {
  1616. struct sysinfo s_info;
  1617. sysinfo(&s_info);
  1618. return 0;
  1619. }
  1620.  
  1621. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1622. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:25: error: sys/sysinfo.h: No such file or directory
  1623. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1624. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: storage size of 's_info' isn't known
  1625. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: implicit declaration of function 'sysinfo'
  1626. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: unused variable 's_info'
  1627.  
  1628.  
  1629. Result is: no
  1630. ##########################################
  1631.  
  1632. ============ Checking for pkg-config ============
  1633. Result is: yes
  1634. ##########################################
  1635.  
  1636. ============ Checking for Samba support (libsmbclient) ============
  1637.  
  1638. #include <libsmbclient.h>
  1639. int main(void) { smbc_opendir("smb://"); return 0; }
  1640.  
  1641. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -lsmbclient
  1642. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:26: error: libsmbclient.h: No such file or directory
  1643. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1644. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'smbc_opendir'
  1645.  
  1646.  
  1647.  
  1648. #include <libsmbclient.h>
  1649. int main(void) { smbc_opendir("smb://"); return 0; }
  1650.  
  1651. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -lsmbclient
  1652. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:26: error: libsmbclient.h: No such file or directory
  1653. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1654. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'smbc_opendir'
  1655.  
  1656.  
  1657.  
  1658. #include <libsmbclient.h>
  1659. int main(void) { smbc_opendir("smb://"); return 0; }
  1660.  
  1661. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -lsmbclient -lnsl
  1662. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:26: error: libsmbclient.h: No such file or directory
  1663. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1664. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'smbc_opendir'
  1665.  
  1666.  
  1667.  
  1668. #include <libsmbclient.h>
  1669. int main(void) { smbc_opendir("smb://"); return 0; }
  1670.  
  1671. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -lsmbclient -lssl -lnsl
  1672. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:26: error: libsmbclient.h: No such file or directory
  1673. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1674. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'smbc_opendir'
  1675.  
  1676.  
  1677. Result is: no
  1678. ##########################################
  1679.  
  1680. ============ Checking for tdfxfb ============
  1681. Result is: no
  1682. ##########################################
  1683.  
  1684. ============ Checking for s3fb ============
  1685. Result is: no
  1686. ##########################################
  1687.  
  1688. ============ Checking for wii ============
  1689. Result is: no
  1690. ##########################################
  1691.  
  1692. ============ Checking for tdfxvid ============
  1693. Result is: no
  1694. ##########################################
  1695.  
  1696. ============ Checking for xvr100 ============
  1697.  
  1698. #include <unistd.h>
  1699. #include <sys/fbio.h>
  1700. #include <sys/visual_io.h>
  1701. int main(void) {
  1702. struct vis_identifier ident;
  1703. struct fbgattr attr;
  1704. ioctl(0, VIS_GETIDENTIFIER, &ident);
  1705. ioctl(0, FBIOGATTR, &attr);
  1706. return 0;
  1707. }
  1708.  
  1709. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1710. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:22: error: sys/fbio.h: No such file or directory
  1711. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:27: error: sys/visual_io.h: No such file or directory
  1712. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1713. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: error: storage size of 'ident' isn't known
  1714. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6: error: storage size of 'attr' isn't known
  1715. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: warning: implicit declaration of function 'ioctl'
  1716. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: error: 'VIS_GETIDENTIFIER' undeclared (first use in this function)
  1717. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: error: (Each undeclared identifier is reported only once
  1718. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: error: for each function it appears in.)
  1719. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8: error: 'FBIOGATTR' undeclared (first use in this function)
  1720. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6: warning: unused variable 'attr'
  1721. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: warning: unused variable 'ident'
  1722.  
  1723.  
  1724. Result is: no
  1725. ##########################################
  1726.  
  1727. ============ Checking for tga ============
  1728. Result is: yes
  1729. ##########################################
  1730.  
  1731. ============ Checking for md5sum support ============
  1732. Result is: yes
  1733. ##########################################
  1734.  
  1735. ============ Checking for yuv4mpeg support ============
  1736. Result is: yes
  1737. ##########################################
  1738.  
  1739. ============ Checking for bl ============
  1740. Result is: no
  1741. ##########################################
  1742.  
  1743. ============ Checking for DirectFB ============
  1744.  
  1745. #include <directfb.h>
  1746. int main(void) { DirectFBInit(0, 0); return 0; }
  1747.  
  1748. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -ldirectfb
  1749. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:22: error: directfb.h: No such file or directory
  1750. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1751. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'DirectFBInit'
  1752.  
  1753.  
  1754.  
  1755. #include <directfb.h>
  1756. int main(void) { DirectFBInit(0, 0); return 0; }
  1757.  
  1758. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/usr/local/include/directfb -ldirectfb
  1759. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:22: error: directfb.h: No such file or directory
  1760. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1761. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'DirectFBInit'
  1762.  
  1763.  
  1764.  
  1765. #include <directfb.h>
  1766. int main(void) { DirectFBInit(0, 0); return 0; }
  1767.  
  1768. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/usr/include/directfb -ldirectfb
  1769. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:22: error: directfb.h: No such file or directory
  1770. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1771. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'DirectFBInit'
  1772.  
  1773.  
  1774.  
  1775. #include <directfb.h>
  1776. int main(void) { DirectFBInit(0, 0); return 0; }
  1777.  
  1778. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/usr/local/include -ldirectfb
  1779. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:22: error: directfb.h: No such file or directory
  1780. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1781. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'DirectFBInit'
  1782.  
  1783.  
  1784. Result is: no
  1785. ##########################################
  1786.  
  1787. ============ Checking for X11 headers presence ============
  1788. Result is: no (check if the dev(el) packages are installed)
  1789. ##########################################
  1790.  
  1791. ============ Checking for X11 ============
  1792. Result is: no (check if the dev(el) packages are installed)
  1793. ##########################################
  1794.  
  1795. ============ Checking for Xss screensaver extensions ============
  1796.  
  1797. #include <X11/Xlib.h>
  1798. #include <X11/extensions/scrnsaver.h>
  1799. int main(void) { XScreenSaverSuspend(NULL, True); return 0; }
  1800.  
  1801. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -o /tmp/mplayer-configure-25175-4100/tmp.exe -lXss
  1802. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:22: error: X11/Xlib.h: No such file or directory
  1803. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:38: error: X11/extensions/scrnsaver.h: No such file or directory
  1804. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1805. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'XScreenSaverSuspend'
  1806. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'NULL' undeclared (first use in this function)
  1807. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once
  1808. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.)
  1809. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'True' undeclared (first use in this function)
  1810.  
  1811.  
  1812. Result is: no
  1813. ##########################################
  1814.  
  1815. ============ Checking for DPMS ============
  1816. Result is: no
  1817. ##########################################
  1818.  
  1819. ============ Checking for Xv ============
  1820. Result is: no
  1821. ##########################################
  1822.  
  1823. ============ Checking for XvMC ============
  1824. Result is: no
  1825. ##########################################
  1826.  
  1827. ============ Checking for VDPAU ============
  1828. Result is: no
  1829. ##########################################
  1830.  
  1831. ============ Checking for Xinerama ============
  1832. Result is: no
  1833. ##########################################
  1834.  
  1835. ============ Checking for Xxf86vm ============
  1836. Result is: no
  1837. ##########################################
  1838.  
  1839. ============ Checking for XF86keysym ============
  1840. Result is: no
  1841. ##########################################
  1842.  
  1843. ============ Checking for DGA ============
  1844. Result is: no
  1845. ##########################################
  1846.  
  1847. ============ Checking for 3dfx ============
  1848. Result is: no
  1849. ##########################################
  1850.  
  1851. ============ Checking for VIDIX ============
  1852. Result is: yes
  1853. ##########################################
  1854.  
  1855. ============ Checking for VIDIX PCI device name database ============
  1856. Result is: yes
  1857. ##########################################
  1858.  
  1859. ============ Checking for VIDIX dhahelper support ============
  1860. Result is: no
  1861. ##########################################
  1862.  
  1863. ============ Checking for VIDIX svgalib_helper support ============
  1864. Result is: no
  1865. ##########################################
  1866.  
  1867. ============ Checking for GGI ============
  1868.  
  1869. #include <ggi/ggi.h>
  1870. int main(void) { ggiInit(); return 0; }
  1871.  
  1872. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -lgdi32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -lggi
  1873. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:21: error: ggi/ggi.h: No such file or directory
  1874. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1875. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'ggiInit'
  1876.  
  1877.  
  1878. Result is: no
  1879. ##########################################
  1880.  
  1881. ============ Checking for GGI extension: libggiwmh ============
  1882.  
  1883. #include <ggi/ggi.h>
  1884. #include <ggi/wmh.h>
  1885. int main(void) { ggiInit(); ggiWmhInit(); return 0; }
  1886.  
  1887. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -lgdi32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -lggi -lggiwmh
  1888. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:21: error: ggi/ggi.h: No such file or directory
  1889. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:21: error: ggi/wmh.h: No such file or directory
  1890. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1891. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'ggiInit'
  1892. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'ggiWmhInit'
  1893.  
  1894.  
  1895. Result is: no
  1896. ##########################################
  1897.  
  1898. ============ Checking for AA ============
  1899.  
  1900. #include <aalib.h>
  1901. extern struct aa_hardware_params aa_defparams;
  1902. extern struct aa_renderparams aa_defrenderparams;
  1903. int main(void) {
  1904. aa_context *c;
  1905. aa_renderparams *p;
  1906. (void) aa_init(0, 0, 0);
  1907. c = aa_autoinit(&aa_defparams);
  1908. p = aa_getrenderparams();
  1909. aa_autoinitkbd(c,0);
  1910. return 0; }
  1911.  
  1912. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -lgdi32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -laa
  1913. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:19: error: aalib.h: No such file or directory
  1914. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  1915. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: error: 'aa_context' undeclared (first use in this function)
  1916. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: error: (Each undeclared identifier is reported only once
  1917. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: error: for each function it appears in.)
  1918. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: error: 'c' undeclared (first use in this function)
  1919. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6: error: 'aa_renderparams' undeclared (first use in this function)
  1920. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6: error: 'p' undeclared (first use in this function)
  1921. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: warning: implicit declaration of function 'aa_init'
  1922. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8: warning: implicit declaration of function 'aa_autoinit'
  1923. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:9: warning: implicit declaration of function 'aa_getrenderparams'
  1924. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:10: warning: implicit declaration of function 'aa_autoinitkbd'
  1925.  
  1926.  
  1927. Result is: no
  1928. ##########################################
  1929.  
  1930. ============ Checking for CACA ============
  1931. 0.99.beta17
  1932.  
  1933. #include <caca.h>
  1934. #ifdef CACA_API_VERSION_1
  1935. #include <caca0.h>
  1936. #endif
  1937. int main(void) { (void) caca_init(); return 0; }
  1938.  
  1939. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -static -lwinmm -ffast-math -lws2_32 -liconv -lgdi32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -L/mingw/lib -lcaca -lz
  1940.  
  1941.  
  1942. Result is: yes
  1943. ##########################################
  1944.  
  1945. ============ Checking for SVGAlib ============
  1946.  
  1947. #include <vga.h>
  1948. int main(void) { return 0; }
  1949.  
  1950. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -lvga -lm
  1951. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:17: error: vga.h: No such file or directory
  1952.  
  1953.  
  1954. Result is: no
  1955. ##########################################
  1956.  
  1957. ============ Checking for FBDev ============
  1958. Result is: no
  1959. ##########################################
  1960.  
  1961. ============ Checking for DVB ============
  1962.  
  1963. #include <poll.h>
  1964. #include <sys/ioctl.h>
  1965. #include <stdio.h>
  1966. #include <time.h>
  1967. #include <unistd.h>
  1968. #include <linux/dvb/dmx.h>
  1969. #include <linux/dvb/frontend.h>
  1970. #include <linux/dvb/video.h>
  1971. #include <linux/dvb/audio.h>
  1972. int main(void) {return 0;}
  1973.  
  1974. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe
  1975. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:18: error: poll.h: No such file or directory
  1976. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:23: error: sys/ioctl.h: No such file or directory
  1977. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6:27: error: linux/dvb/dmx.h: No such file or directory
  1978. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7:32: error: linux/dvb/frontend.h: No such file or directory
  1979. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8:29: error: linux/dvb/video.h: No such file or directory
  1980. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:9:29: error: linux/dvb/audio.h: No such file or directory
  1981.  
  1982.  
  1983.  
  1984. #include <poll.h>
  1985. #include <sys/ioctl.h>
  1986. #include <stdio.h>
  1987. #include <time.h>
  1988. #include <unistd.h>
  1989. #include <linux/dvb/dmx.h>
  1990. #include <linux/dvb/frontend.h>
  1991. #include <linux/dvb/video.h>
  1992. #include <linux/dvb/audio.h>
  1993. int main(void) {return 0;}
  1994.  
  1995. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/usr/src/DVB/include
  1996. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:18: error: poll.h: No such file or directory
  1997. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:23: error: sys/ioctl.h: No such file or directory
  1998. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6:27: error: linux/dvb/dmx.h: No such file or directory
  1999. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7:32: error: linux/dvb/frontend.h: No such file or directory
  2000. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8:29: error: linux/dvb/video.h: No such file or directory
  2001. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:9:29: error: linux/dvb/audio.h: No such file or directory
  2002.  
  2003.  
  2004. Result is: no
  2005. ##########################################
  2006.  
  2007. ============ Checking for PNG support ============
  2008.  
  2009. #include <png.h>
  2010. #include <string.h>
  2011. int main(void) {
  2012. printf("png.h : %s\n", PNG_LIBPNG_VER_STRING);
  2013. printf("libpng: %s\n", png_libpng_ver);
  2014. return strcmp(PNG_LIBPNG_VER_STRING, png_libpng_ver);
  2015. }
  2016.  
  2017. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -lpng -lz -lm
  2018. In file included from C:/msys/1.0/local/include/zlib.h:34,
  2019. from C:/msys/1.0/local/include/png.h:394,
  2020. from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:
  2021. C:/msys/1.0/local/include/zconf.h:373:6: warning: "_LARGEFILE64_SOURCE" is not defined
  2022. In file included from C:/msys/1.0/local/include/png.h:394,
  2023. from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:
  2024. C:/msys/1.0/local/include/zlib.h:1574:32: warning: "_FILE_OFFSET_BITS" is not defined
  2025.  
  2026.  
  2027. Result is: yes
  2028. ##########################################
  2029.  
  2030. ============ Checking for MNG support ============
  2031.  
  2032. #include <libmng.h>
  2033. int main(void) {
  2034. const char * p_ver = mng_version_text();
  2035. return !p_ver || p_ver[0] == 0;
  2036. }
  2037.  
  2038. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -lmng -lz -lm
  2039. In file included from C:/msys/1.0/local/include/zlib.h:34,
  2040. from C:/msys/1.0/local/include/libmng_types.h:174,
  2041. from C:/msys/1.0/local/include/libmng.h:386,
  2042. from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:
  2043. C:/msys/1.0/local/include/zconf.h:373:6: warning: "_LARGEFILE64_SOURCE" is not defined
  2044. In file included from C:/msys/1.0/local/include/libmng_types.h:174,
  2045. from C:/msys/1.0/local/include/libmng.h:386,
  2046. from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:
  2047. C:/msys/1.0/local/include/zlib.h:1574:32: warning: "_FILE_OFFSET_BITS" is not defined
  2048. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x3f5): undefined reference to `jpeg_destroy_decompress'
  2049. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x485): undefined reference to `jpeg_destroy_decompress'
  2050. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x58d): undefined reference to `jpeg_input_complete'
  2051. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x5ca): undefined reference to `jpeg_input_complete'
  2052. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x673): undefined reference to `jpeg_input_complete'
  2053. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x6ce): undefined reference to `jpeg_start_output'
  2054. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x6f7): undefined reference to `jpeg_read_scanlines'
  2055. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x790): undefined reference to `jpeg_read_header'
  2056. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x7d5): undefined reference to `jpeg_has_multiple_scans'
  2057. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x89c): undefined reference to `jpeg_start_decompress'
  2058. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x930): undefined reference to `jpeg_finish_output'
  2059. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x994): undefined reference to `jpeg_finish_output'
  2060. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x9cd): undefined reference to `jpeg_finish_decompress'
  2061. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0xbd9): undefined reference to `jpeg_input_complete'
  2062. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0xccc): undefined reference to `jpeg_read_header'
  2063. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0xd31): undefined reference to `jpeg_has_multiple_scans'
  2064. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0xdfc): undefined reference to `jpeg_start_decompress'
  2065. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0xe88): undefined reference to `jpeg_input_complete'
  2066. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0xed7): undefined reference to `jpeg_read_scanlines'
  2067. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0xf44): undefined reference to `jpeg_finish_output'
  2068. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0xf97): undefined reference to `jpeg_start_output'
  2069. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0xfce): undefined reference to `jpeg_input_complete'
  2070. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0xff6): undefined reference to `jpeg_finish_decompress'
  2071. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x123a): undefined reference to `jpeg_std_error'
  2072. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x12b1): undefined reference to `jpeg_CreateDecompress'
  2073. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x12d1): undefined reference to `jpeg_resync_to_restart'
  2074. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x1326): undefined reference to `jpeg_std_error'
  2075. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x139d): undefined reference to `jpeg_CreateDecompress'
  2076. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x13bd): undefined reference to `jpeg_resync_to_restart'
  2077. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x16ce): undefined reference to `jpeg_destroy_compress'
  2078. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x16f2): undefined reference to `jpeg_destroy_decompress'
  2079. c:/mingw/lib\libmng.a(libmng_jpeg.o):libmng_jpeg.c:(.text+0x1710): undefined reference to `jpeg_destroy_decompress'
  2080. collect2: ld returned 1 exit status
  2081.  
  2082.  
  2083. Result is: no
  2084. ##########################################
  2085.  
  2086. ============ Checking for JPEG support ============
  2087.  
  2088. #include <stdio.h>
  2089. #include <stdlib.h>
  2090. #include <setjmp.h>
  2091. #include <string.h>
  2092. #include <jpeglib.h>
  2093. int main(void) { return 0; }
  2094.  
  2095. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -ljpeg -lm
  2096.  
  2097.  
  2098. Result is: yes
  2099. ##########################################
  2100.  
  2101. ============ Checking for OpenJPEG (JPEG2000) support ============
  2102.  
  2103. #define OPJ_STATIC
  2104. #include <openjpeg.h>
  2105. int main(void) { opj_dparameters_t dec_params; opj_set_default_decoder_parameters(&dec_params); return 0; }
  2106.  
  2107. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -lopenjpeg -lm
  2108. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:22: error: openjpeg.h: No such file or directory
  2109. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  2110. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'opj_dparameters_t' undeclared (first use in this function)
  2111. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once
  2112. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.)
  2113. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: expected ';' before 'dec_params'
  2114. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'opj_set_default_decoder_parameters'
  2115. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'dec_params' undeclared (first use in this function)
  2116.  
  2117.  
  2118. Result is: no
  2119. ##########################################
  2120.  
  2121. ============ Checking for PNM support ============
  2122. Result is: yes
  2123. ##########################################
  2124.  
  2125. ============ Checking for GIF support ============
  2126.  
  2127. #include <gif_lib.h>
  2128. int main(void) { QuantizeBuffer(0, 0, 0, 0, 0, 0, 0, 0); return 0; }
  2129.  
  2130. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -lungif
  2131.  
  2132.  
  2133.  
  2134. #include <signal.h>
  2135. #include <gif_lib.h>
  2136. void catch(void) { exit(1); }
  2137. int main(void) {
  2138. signal(SIGSEGV, catch); // catch segfault
  2139. printf("EGifPutExtensionFirst is at address %p\n", EGifPutExtensionFirst);
  2140. EGifSetGifVersion("89a"); // this will segfault a buggy gif lib.
  2141. return 0;
  2142. }
  2143.  
  2144. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -lungif
  2145. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: no previous prototype for 'catch'
  2146. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'catch':
  2147. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'exit'
  2148. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: incompatible implicit declaration of built-in function 'exit'
  2149. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  2150. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5: warning: passing argument 2 of 'signal' from incompatible pointer type
  2151. c:\mingw\bin\../lib/gcc/mingw32/4.4.1/../../../../include/signal.h:84: note: expected '__p_sig_fn_t' but argument is of type 'void (*)(void)'
  2152. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6: warning: implicit declaration of function 'printf'
  2153. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6: warning: incompatible implicit declaration of built-in function 'printf'
  2154.  
  2155.  
  2156. Result is: yes
  2157. ##########################################
  2158.  
  2159. ============ Checking for broken giflib workaround ============
  2160.  
  2161. #include <gif_lib.h>
  2162. int main(void) {
  2163. GifFileType gif;
  2164. printf("UserData is at address %p\n", gif.UserData);
  2165. return 0;
  2166. }
  2167.  
  2168. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -lungif
  2169. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  2170. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: implicit declaration of function 'printf'
  2171. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: incompatible implicit declaration of built-in function 'printf'
  2172. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: 'gif.UserData' is used uninitialized in this function
  2173.  
  2174.  
  2175. Result is: disabled
  2176. ##########################################
  2177.  
  2178. ============ Checking for VESA support ============
  2179.  
  2180. #include <vbe.h>
  2181. int main(void) { vbeVersion(); return 0; }
  2182.  
  2183. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -lvbe -llrmi
  2184. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:17: error: vbe.h: No such file or directory
  2185. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  2186. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'vbeVersion'
  2187.  
  2188.  
  2189. Result is: no
  2190. ##########################################
  2191.  
  2192. ============ Checking for SDL ============
  2193. 1.2.14
  2194.  
  2195. #ifdef CONFIG_SDL_SDL_H
  2196. #include <SDL/SDL.h>
  2197. #else
  2198. #include <SDL.h>
  2199. #endif
  2200. #ifndef __APPLE__
  2201. // we allow SDL hacking our main() only on OSX
  2202. #undef main
  2203. #endif
  2204. int main(int argc, char *argv[]) {
  2205. SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE);
  2206. return 0;
  2207. }
  2208.  
  2209. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -DCONFIG_SDL_SDL_H -lSDL
  2210. C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x43): undefined reference to `timeKillEvent@4'
  2211. C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x52): undefined reference to `timeEndPeriod@4'
  2212. C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x6e): undefined reference to `timeBeginPeriod@4'
  2213. C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0xa1): undefined reference to `timeSetEvent@20'
  2214. C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x186): undefined reference to `timeGetTime@0'
  2215. C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x1c8): undefined reference to `timeBeginPeriod@4'
  2216. C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x1d0): undefined reference to `timeGetTime@0'
  2217. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x155): undefined reference to `SelectPalette@12'
  2218. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x160): undefined reference to `CreateCompatibleDC@4'
  2219. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x17c): undefined reference to `SelectObject@8'
  2220. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1cc): undefined reference to `BitBlt@36'
  2221. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1d7): undefined reference to `DeleteDC@4'
  2222. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x22d): undefined reference to `UnrealizeObject@4'
  2223. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x250): undefined reference to `SelectPalette@12'
  2224. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x25b): undefined reference to `RealizePalette@4'
  2225. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x315): undefined reference to `SelectPalette@12'
  2226. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x323): undefined reference to `CreateCompatibleDC@4'
  2227. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x33f): undefined reference to `SelectObject@8'
  2228. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x391): undefined reference to `BitBlt@36'
  2229. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x3a1): undefined reference to `DeleteDC@4'
  2230. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x42a): undefined reference to `CreateCompatibleBitmap@12'
  2231. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x45f): undefined reference to `GetDIBits@28'
  2232. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x492): undefined reference to `GetDIBits@28'
  2233. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x49d): undefined reference to `DeleteObject@4'
  2234. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x559): undefined reference to `GetDeviceGammaRamp@8'
  2235. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x61a): undefined reference to `GetDeviceGammaRamp@8'
  2236. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x9cb): undefined reference to `GetSystemPaletteEntries@16'
  2237. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x9f6): undefined reference to `CreatePalette@4'
  2238. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xabd): undefined reference to `SetDeviceGammaRamp@8'
  2239. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xb24): undefined reference to `GetDeviceGammaRamp@8'
  2240. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xbb4): undefined reference to `SetDeviceGammaRamp@8'
  2241. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xc18): undefined reference to `GetDeviceGammaRamp@8'
  2242. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xc2d): undefined reference to `SetDeviceGammaRamp@8'
  2243. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xc5d): undefined reference to `SetDeviceGammaRamp@8'
  2244. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xfc8): undefined reference to `GetSystemPaletteUse@4'
  2245. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x10e7): undefined reference to `UnrealizeObject@4'
  2246. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x111b): undefined reference to `SetPaletteEntries@16'
  2247. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1141): undefined reference to `SelectPalette@12'
  2248. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x114f): undefined reference to `RealizePalette@4'
  2249. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x11a0): undefined reference to `CreateCompatibleDC@4'
  2250. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x11bf): undefined reference to `SelectObject@8'
  2251. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x11dc): undefined reference to `SetDIBColorTable@16'
  2252. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1244): undefined reference to `BitBlt@36'
  2253. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x124f): undefined reference to `DeleteDC@4'
  2254. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x133f): undefined reference to `SetSystemPaletteUse@8'
  2255. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x134a): undefined reference to `GetSystemPaletteUse@4'
  2256. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1362): undefined reference to `SetSystemPaletteUse@8'
  2257. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x139f): undefined reference to `SetSystemPaletteUse@8'
  2258. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1503): undefined reference to `DeleteObject@4'
  2259. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x15d5): undefined reference to `DeleteObject@4'
  2260. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x16d9): undefined reference to `CreateDIBSection@24'
  2261. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x185f): undefined reference to `SetSystemPaletteUse@8'
  2262. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1909): undefined reference to `GetSystemPaletteEntries@16'
  2263. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x193a): undefined reference to `CreatePalette@4'
  2264. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1ee5): undefined reference to `DeleteObject@4'
  2265. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1f25): undefined reference to `DeleteObject@4'
  2266. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x2032): undefined reference to `SetSystemPaletteUse@8'
  2267. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x2072): undefined reference to `SetDeviceGammaRamp@8'
  2268. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x652): undefined reference to `IID_IDirectDrawSurface3'
  2269. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x7f2): undefined reference to `GetSystemPaletteEntries@16'
  2270. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x1491): undefined reference to `IID_IDirectDrawGammaControl'
  2271. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x389b): undefined reference to `IID_IDirectDrawGammaControl'
  2272. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x48ee): undefined reference to `IID_IDirectDraw2'
  2273. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x492d): undefined reference to `GetDeviceCaps@8'
  2274. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x4942): undefined reference to `GetDeviceCaps@8'
  2275. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x6195): undefined reference to `IID_IDirectDrawSurface3'
  2276. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x7d6c): undefined reference to `IID_IDirectDrawSurface3'
  2277. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x20): undefined reference to `GUID_Key'
  2278. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x30): undefined reference to `GUID_Key'
  2279. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x40): undefined reference to `GUID_Key'
  2280. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x50): undefined reference to `GUID_Key'
  2281. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x60): undefined reference to `GUID_Key'
  2282. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x70): more undefined references to `GUID_Key' follow
  2283. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1020): undefined reference to `GUID_XAxis'
  2284. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1030): undefined reference to `GUID_YAxis'
  2285. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1040): undefined reference to `GUID_ZAxis'
  2286. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x10a0): undefined reference to `GUID_XAxis'
  2287. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x10b0): undefined reference to `GUID_YAxis'
  2288. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x10c0): undefined reference to `GUID_ZAxis'
  2289. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1160): undefined reference to `GUID_XAxis'
  2290. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1170): undefined reference to `GUID_YAxis'
  2291. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1180): undefined reference to `GUID_ZAxis'
  2292. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1190): undefined reference to `GUID_RxAxis'
  2293. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11a0): undefined reference to `GUID_RyAxis'
  2294. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11b0): undefined reference to `GUID_RzAxis'
  2295. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11c0): undefined reference to `GUID_Slider'
  2296. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11d0): undefined reference to `GUID_Slider'
  2297. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11e0): undefined reference to `GUID_POV'
  2298. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11f0): undefined reference to `GUID_POV'
  2299. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1200): undefined reference to `GUID_POV'
  2300. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1210): undefined reference to `GUID_POV'
  2301. C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x172): undefined reference to `waveOutClose@4'
  2302. C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x19d): undefined reference to `waveOutUnprepareHeader@12'
  2303. C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x1cf): undefined reference to `waveOutUnprepareHeader@12'
  2304. C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x27c): undefined reference to `waveOutWrite@12'
  2305. C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x45e): undefined reference to `waveOutOpen@24'
  2306. C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x520): undefined reference to `waveOutPrepareHeader@12'
  2307. C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x57a): undefined reference to `waveOutPrepareHeader@12'
  2308. C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x5fb): undefined reference to `waveOutGetErrorTextA@12'
  2309. C:/msys/1.0/local/lib\libSDL.a(SDL_mmjoystick.o):(.text+0x272): undefined reference to `joyGetPosEx@8'
  2310. C:/msys/1.0/local/lib\libSDL.a(SDL_mmjoystick.o):(.text+0x96d): undefined reference to `joyGetNumDevs@0'
  2311. C:/msys/1.0/local/lib\libSDL.a(SDL_mmjoystick.o):(.text+0x9ae): undefined reference to `joyGetPosEx@8'
  2312. C:/msys/1.0/local/lib\libSDL.a(SDL_mmjoystick.o):(.text+0x9f6): undefined reference to `joyGetDevCapsA@12'
  2313. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x1a2): undefined reference to `mciSendCommandA@16'
  2314. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x1c3): undefined reference to `mciGetErrorStringA@12'
  2315. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x212): undefined reference to `mciSendCommandA@16'
  2316. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x23c): undefined reference to `mciGetErrorStringA@12'
  2317. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x292): undefined reference to `mciSendCommandA@16'
  2318. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x2bc): undefined reference to `mciGetErrorStringA@12'
  2319. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x318): undefined reference to `mciSendCommandA@16'
  2320. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x35c): undefined reference to `mciSendCommandA@16'
  2321. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x391): undefined reference to `mciGetErrorStringA@12'
  2322. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x3ed): undefined reference to `mciSendCommandA@16'
  2323. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x417): undefined reference to `mciGetErrorStringA@12'
  2324. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x518): undefined reference to `mciSendCommandA@16'
  2325. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x545): undefined reference to `mciGetErrorStringA@12'
  2326. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x5b0): undefined reference to `mciSendCommandA@16'
  2327. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x630): undefined reference to `mciGetErrorStringA@12'
  2328. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x68f): undefined reference to `mciSendCommandA@16'
  2329. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x6d8): undefined reference to `mciGetErrorStringA@12'
  2330. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x73a): undefined reference to `mciSendCommandA@16'
  2331. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x7ae): undefined reference to `mciSendCommandA@16'
  2332. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x83a): undefined reference to `mciSendCommandA@16'
  2333. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x85f): undefined reference to `mciGetErrorStringA@12'
  2334. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x8af): undefined reference to `mciGetErrorStringA@12'
  2335. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x90f): undefined reference to `mciSendCommandA@16'
  2336. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x9b1): undefined reference to `mciSendCommandA@16'
  2337. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x9d2): undefined reference to `mciGetErrorStringA@12'
  2338. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0xa06): undefined reference to `mciSendCommandA@16'
  2339. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0xa3d): undefined reference to `mciSendCommandA@16'
  2340. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0xa76): undefined reference to `mciGetErrorStringA@12'
  2341. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0xaa4): undefined reference to `mciGetErrorStringA@12'
  2342. C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0x3a6): undefined reference to `SwapBuffers@4'
  2343. C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0xab2): undefined reference to `ChoosePixelFormat@8'
  2344. C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0xac5): undefined reference to `SetPixelFormat@12'
  2345. C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0xc5d): undefined reference to `SetPixelFormat@12'
  2346. C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0xde8): undefined reference to `ChoosePixelFormat@8'
  2347. C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0xed1): undefined reference to `DescribePixelFormat@16'
  2348. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5yuv.o):(.text+0x379): undefined reference to `IID_IDirectDrawSurface3'
  2349. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5events.o):(.text+0x183b): undefined reference to `IID_IDirectInputDevice2A'
  2350. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5events.o):(.data+0x4): undefined reference to `GUID_SysKeyboard'
  2351. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5events.o):(.data+0x1c): undefined reference to `GUID_SysMouse'
  2352. collect2: ld returned 1 exit status
  2353.  
  2354.  
  2355.  
  2356. #ifdef CONFIG_SDL_SDL_H
  2357. #include <SDL/SDL.h>
  2358. #else
  2359. #include <SDL.h>
  2360. #endif
  2361. #ifndef __APPLE__
  2362. // we allow SDL hacking our main() only on OSX
  2363. #undef main
  2364. #endif
  2365. int main(int argc, char *argv[]) {
  2366. SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE);
  2367. return 0;
  2368. }
  2369.  
  2370. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -DCONFIG_SDL_SDL_H -lSDL -lpthread
  2371. C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x43): undefined reference to `timeKillEvent@4'
  2372. C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x52): undefined reference to `timeEndPeriod@4'
  2373. C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x6e): undefined reference to `timeBeginPeriod@4'
  2374. C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0xa1): undefined reference to `timeSetEvent@20'
  2375. C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x186): undefined reference to `timeGetTime@0'
  2376. C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x1c8): undefined reference to `timeBeginPeriod@4'
  2377. C:/msys/1.0/local/lib\libSDL.a(SDL_systimer.o):(.text+0x1d0): undefined reference to `timeGetTime@0'
  2378. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x155): undefined reference to `SelectPalette@12'
  2379. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x160): undefined reference to `CreateCompatibleDC@4'
  2380. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x17c): undefined reference to `SelectObject@8'
  2381. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1cc): undefined reference to `BitBlt@36'
  2382. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1d7): undefined reference to `DeleteDC@4'
  2383. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x22d): undefined reference to `UnrealizeObject@4'
  2384. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x250): undefined reference to `SelectPalette@12'
  2385. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x25b): undefined reference to `RealizePalette@4'
  2386. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x315): undefined reference to `SelectPalette@12'
  2387. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x323): undefined reference to `CreateCompatibleDC@4'
  2388. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x33f): undefined reference to `SelectObject@8'
  2389. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x391): undefined reference to `BitBlt@36'
  2390. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x3a1): undefined reference to `DeleteDC@4'
  2391. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x42a): undefined reference to `CreateCompatibleBitmap@12'
  2392. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x45f): undefined reference to `GetDIBits@28'
  2393. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x492): undefined reference to `GetDIBits@28'
  2394. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x49d): undefined reference to `DeleteObject@4'
  2395. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x559): undefined reference to `GetDeviceGammaRamp@8'
  2396. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x61a): undefined reference to `GetDeviceGammaRamp@8'
  2397. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x9cb): undefined reference to `GetSystemPaletteEntries@16'
  2398. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x9f6): undefined reference to `CreatePalette@4'
  2399. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xabd): undefined reference to `SetDeviceGammaRamp@8'
  2400. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xb24): undefined reference to `GetDeviceGammaRamp@8'
  2401. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xbb4): undefined reference to `SetDeviceGammaRamp@8'
  2402. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xc18): undefined reference to `GetDeviceGammaRamp@8'
  2403. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xc2d): undefined reference to `SetDeviceGammaRamp@8'
  2404. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xc5d): undefined reference to `SetDeviceGammaRamp@8'
  2405. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0xfc8): undefined reference to `GetSystemPaletteUse@4'
  2406. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x10e7): undefined reference to `UnrealizeObject@4'
  2407. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x111b): undefined reference to `SetPaletteEntries@16'
  2408. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1141): undefined reference to `SelectPalette@12'
  2409. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x114f): undefined reference to `RealizePalette@4'
  2410. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x11a0): undefined reference to `CreateCompatibleDC@4'
  2411. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x11bf): undefined reference to `SelectObject@8'
  2412. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x11dc): undefined reference to `SetDIBColorTable@16'
  2413. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1244): undefined reference to `BitBlt@36'
  2414. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x124f): undefined reference to `DeleteDC@4'
  2415. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x133f): undefined reference to `SetSystemPaletteUse@8'
  2416. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x134a): undefined reference to `GetSystemPaletteUse@4'
  2417. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1362): undefined reference to `SetSystemPaletteUse@8'
  2418. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x139f): undefined reference to `SetSystemPaletteUse@8'
  2419. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1503): undefined reference to `DeleteObject@4'
  2420. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x15d5): undefined reference to `DeleteObject@4'
  2421. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x16d9): undefined reference to `CreateDIBSection@24'
  2422. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x185f): undefined reference to `SetSystemPaletteUse@8'
  2423. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1909): undefined reference to `GetSystemPaletteEntries@16'
  2424. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x193a): undefined reference to `CreatePalette@4'
  2425. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1ee5): undefined reference to `DeleteObject@4'
  2426. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x1f25): undefined reference to `DeleteObject@4'
  2427. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x2032): undefined reference to `SetSystemPaletteUse@8'
  2428. C:/msys/1.0/local/lib\libSDL.a(SDL_dibvideo.o):(.text+0x2072): undefined reference to `SetDeviceGammaRamp@8'
  2429. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x652): undefined reference to `IID_IDirectDrawSurface3'
  2430. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x7f2): undefined reference to `GetSystemPaletteEntries@16'
  2431. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x1491): undefined reference to `IID_IDirectDrawGammaControl'
  2432. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x389b): undefined reference to `IID_IDirectDrawGammaControl'
  2433. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x48ee): undefined reference to `IID_IDirectDraw2'
  2434. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x492d): undefined reference to `GetDeviceCaps@8'
  2435. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x4942): undefined reference to `GetDeviceCaps@8'
  2436. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x6195): undefined reference to `IID_IDirectDrawSurface3'
  2437. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x7d6c): undefined reference to `IID_IDirectDrawSurface3'
  2438. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x20): undefined reference to `GUID_Key'
  2439. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x30): undefined reference to `GUID_Key'
  2440. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x40): undefined reference to `GUID_Key'
  2441. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x50): undefined reference to `GUID_Key'
  2442. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x60): undefined reference to `GUID_Key'
  2443. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x70): more undefined references to `GUID_Key' follow
  2444. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1020): undefined reference to `GUID_XAxis'
  2445. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1030): undefined reference to `GUID_YAxis'
  2446. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1040): undefined reference to `GUID_ZAxis'
  2447. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x10a0): undefined reference to `GUID_XAxis'
  2448. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x10b0): undefined reference to `GUID_YAxis'
  2449. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x10c0): undefined reference to `GUID_ZAxis'
  2450. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1160): undefined reference to `GUID_XAxis'
  2451. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1170): undefined reference to `GUID_YAxis'
  2452. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1180): undefined reference to `GUID_ZAxis'
  2453. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1190): undefined reference to `GUID_RxAxis'
  2454. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11a0): undefined reference to `GUID_RyAxis'
  2455. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11b0): undefined reference to `GUID_RzAxis'
  2456. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11c0): undefined reference to `GUID_Slider'
  2457. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11d0): undefined reference to `GUID_Slider'
  2458. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11e0): undefined reference to `GUID_POV'
  2459. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11f0): undefined reference to `GUID_POV'
  2460. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1200): undefined reference to `GUID_POV'
  2461. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1210): undefined reference to `GUID_POV'
  2462. C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x172): undefined reference to `waveOutClose@4'
  2463. C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x19d): undefined reference to `waveOutUnprepareHeader@12'
  2464. C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x1cf): undefined reference to `waveOutUnprepareHeader@12'
  2465. C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x27c): undefined reference to `waveOutWrite@12'
  2466. C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x45e): undefined reference to `waveOutOpen@24'
  2467. C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x520): undefined reference to `waveOutPrepareHeader@12'
  2468. C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x57a): undefined reference to `waveOutPrepareHeader@12'
  2469. C:/msys/1.0/local/lib\libSDL.a(SDL_dibaudio.o):(.text+0x5fb): undefined reference to `waveOutGetErrorTextA@12'
  2470. C:/msys/1.0/local/lib\libSDL.a(SDL_mmjoystick.o):(.text+0x272): undefined reference to `joyGetPosEx@8'
  2471. C:/msys/1.0/local/lib\libSDL.a(SDL_mmjoystick.o):(.text+0x96d): undefined reference to `joyGetNumDevs@0'
  2472. C:/msys/1.0/local/lib\libSDL.a(SDL_mmjoystick.o):(.text+0x9ae): undefined reference to `joyGetPosEx@8'
  2473. C:/msys/1.0/local/lib\libSDL.a(SDL_mmjoystick.o):(.text+0x9f6): undefined reference to `joyGetDevCapsA@12'
  2474. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x1a2): undefined reference to `mciSendCommandA@16'
  2475. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x1c3): undefined reference to `mciGetErrorStringA@12'
  2476. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x212): undefined reference to `mciSendCommandA@16'
  2477. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x23c): undefined reference to `mciGetErrorStringA@12'
  2478. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x292): undefined reference to `mciSendCommandA@16'
  2479. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x2bc): undefined reference to `mciGetErrorStringA@12'
  2480. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x318): undefined reference to `mciSendCommandA@16'
  2481. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x35c): undefined reference to `mciSendCommandA@16'
  2482. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x391): undefined reference to `mciGetErrorStringA@12'
  2483. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x3ed): undefined reference to `mciSendCommandA@16'
  2484. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x417): undefined reference to `mciGetErrorStringA@12'
  2485. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x518): undefined reference to `mciSendCommandA@16'
  2486. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x545): undefined reference to `mciGetErrorStringA@12'
  2487. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x5b0): undefined reference to `mciSendCommandA@16'
  2488. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x630): undefined reference to `mciGetErrorStringA@12'
  2489. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x68f): undefined reference to `mciSendCommandA@16'
  2490. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x6d8): undefined reference to `mciGetErrorStringA@12'
  2491. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x73a): undefined reference to `mciSendCommandA@16'
  2492. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x7ae): undefined reference to `mciSendCommandA@16'
  2493. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x83a): undefined reference to `mciSendCommandA@16'
  2494. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x85f): undefined reference to `mciGetErrorStringA@12'
  2495. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x8af): undefined reference to `mciGetErrorStringA@12'
  2496. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x90f): undefined reference to `mciSendCommandA@16'
  2497. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x9b1): undefined reference to `mciSendCommandA@16'
  2498. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0x9d2): undefined reference to `mciGetErrorStringA@12'
  2499. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0xa06): undefined reference to `mciSendCommandA@16'
  2500. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0xa3d): undefined reference to `mciSendCommandA@16'
  2501. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0xa76): undefined reference to `mciGetErrorStringA@12'
  2502. C:/msys/1.0/local/lib\libSDL.a(SDL_syscdrom.o):(.text+0xaa4): undefined reference to `mciGetErrorStringA@12'
  2503. C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0x3a6): undefined reference to `SwapBuffers@4'
  2504. C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0xab2): undefined reference to `ChoosePixelFormat@8'
  2505. C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0xac5): undefined reference to `SetPixelFormat@12'
  2506. C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0xc5d): undefined reference to `SetPixelFormat@12'
  2507. C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0xde8): undefined reference to `ChoosePixelFormat@8'
  2508. C:/msys/1.0/local/lib\libSDL.a(SDL_wingl.o):(.text+0xed1): undefined reference to `DescribePixelFormat@16'
  2509. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5yuv.o):(.text+0x379): undefined reference to `IID_IDirectDrawSurface3'
  2510. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5events.o):(.text+0x183b): undefined reference to `IID_IDirectInputDevice2A'
  2511. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5events.o):(.data+0x4): undefined reference to `GUID_SysKeyboard'
  2512. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5events.o):(.data+0x1c): undefined reference to `GUID_SysMouse'
  2513. collect2: ld returned 1 exit status
  2514.  
  2515.  
  2516.  
  2517. #ifdef CONFIG_SDL_SDL_H
  2518. #include <SDL/SDL.h>
  2519. #else
  2520. #include <SDL.h>
  2521. #endif
  2522. #ifndef __APPLE__
  2523. // we allow SDL hacking our main() only on OSX
  2524. #undef main
  2525. #endif
  2526. int main(int argc, char *argv[]) {
  2527. SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE);
  2528. return 0;
  2529. }
  2530.  
  2531. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -DCONFIG_SDL_SDL_H -lSDL -lwinmm -lgdi32
  2532. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x652): undefined reference to `IID_IDirectDrawSurface3'
  2533. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x1491): undefined reference to `IID_IDirectDrawGammaControl'
  2534. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x389b): undefined reference to `IID_IDirectDrawGammaControl'
  2535. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x48ee): undefined reference to `IID_IDirectDraw2'
  2536. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x6195): undefined reference to `IID_IDirectDrawSurface3'
  2537. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.text+0x7d6c): undefined reference to `IID_IDirectDrawSurface3'
  2538. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x20): undefined reference to `GUID_Key'
  2539. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x30): undefined reference to `GUID_Key'
  2540. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x40): undefined reference to `GUID_Key'
  2541. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x50): undefined reference to `GUID_Key'
  2542. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x60): undefined reference to `GUID_Key'
  2543. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x70): more undefined references to `GUID_Key' follow
  2544. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1020): undefined reference to `GUID_XAxis'
  2545. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1030): undefined reference to `GUID_YAxis'
  2546. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1040): undefined reference to `GUID_ZAxis'
  2547. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x10a0): undefined reference to `GUID_XAxis'
  2548. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x10b0): undefined reference to `GUID_YAxis'
  2549. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x10c0): undefined reference to `GUID_ZAxis'
  2550. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1160): undefined reference to `GUID_XAxis'
  2551. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1170): undefined reference to `GUID_YAxis'
  2552. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1180): undefined reference to `GUID_ZAxis'
  2553. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1190): undefined reference to `GUID_RxAxis'
  2554. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11a0): undefined reference to `GUID_RyAxis'
  2555. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11b0): undefined reference to `GUID_RzAxis'
  2556. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11c0): undefined reference to `GUID_Slider'
  2557. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11d0): undefined reference to `GUID_Slider'
  2558. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11e0): undefined reference to `GUID_POV'
  2559. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x11f0): undefined reference to `GUID_POV'
  2560. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1200): undefined reference to `GUID_POV'
  2561. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5video.o):(.data+0x1210): undefined reference to `GUID_POV'
  2562. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5yuv.o):(.text+0x379): undefined reference to `IID_IDirectDrawSurface3'
  2563. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5events.o):(.text+0x183b): undefined reference to `IID_IDirectInputDevice2A'
  2564. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5events.o):(.data+0x4): undefined reference to `GUID_SysKeyboard'
  2565. C:/msys/1.0/local/lib\libSDL.a(SDL_dx5events.o):(.data+0x1c): undefined reference to `GUID_SysMouse'
  2566. collect2: ld returned 1 exit status
  2567.  
  2568.  
  2569.  
  2570. #ifdef CONFIG_SDL_SDL_H
  2571. #include <SDL/SDL.h>
  2572. #else
  2573. #include <SDL.h>
  2574. #endif
  2575. #ifndef __APPLE__
  2576. // we allow SDL hacking our main() only on OSX
  2577. #undef main
  2578. #endif
  2579. int main(int argc, char *argv[]) {
  2580. SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE);
  2581. return 0;
  2582. }
  2583.  
  2584. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -o /tmp/mplayer-configure-25175-4100/tmp.exe -DCONFIG_SDL_SDL_H -lSDL -lwinmm -lgdi32 -ldxguid
  2585.  
  2586.  
  2587. Result is: yes
  2588. ##########################################
  2589.  
  2590. ============ Checking for OpenGL ============
  2591.  
  2592. #ifdef GL_WIN32
  2593. #include <windows.h>
  2594. #include <GL/gl.h>
  2595. #elif defined(GL_SDL)
  2596. #include <GL/gl.h>
  2597. #ifdef CONFIG_SDL_SDL_H
  2598. #include <SDL/SDL.h>
  2599. #else
  2600. #include <SDL.h>
  2601. #endif
  2602. #ifndef __APPLE__
  2603. // we allow SDL hacking our main() only on OSX
  2604. #undef main
  2605. #endif
  2606. #else
  2607. #include <GL/gl.h>
  2608. #include <X11/Xlib.h>
  2609. #include <GL/glx.h>
  2610. #endif
  2611. int main(int argc, char *argv[]) {
  2612. #ifdef GL_WIN32
  2613. HDC dc;
  2614. wglCreateContext(dc);
  2615. #elif defined(GL_SDL)
  2616. SDL_GL_SwapBuffers();
  2617. #else
  2618. glXCreateContext(NULL, NULL, NULL, True);
  2619. #endif
  2620. glFinish();
  2621. return 0;
  2622. }
  2623.  
  2624. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -o /tmp/mplayer-configure-25175-4100/tmp.exe -lm
  2625. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:17:22: error: X11/Xlib.h: No such file or directory
  2626. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:18:20: error: GL/glx.h: No such file or directory
  2627. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  2628. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: warning: implicit declaration of function 'glXCreateContext'
  2629. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: 'NULL' undeclared (first use in this function)
  2630. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: (Each undeclared identifier is reported only once
  2631. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: for each function it appears in.)
  2632. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: 'True' undeclared (first use in this function)
  2633.  
  2634.  
  2635.  
  2636. #ifdef GL_WIN32
  2637. #include <windows.h>
  2638. #include <GL/gl.h>
  2639. #elif defined(GL_SDL)
  2640. #include <GL/gl.h>
  2641. #ifdef CONFIG_SDL_SDL_H
  2642. #include <SDL/SDL.h>
  2643. #else
  2644. #include <SDL.h>
  2645. #endif
  2646. #ifndef __APPLE__
  2647. // we allow SDL hacking our main() only on OSX
  2648. #undef main
  2649. #endif
  2650. #else
  2651. #include <GL/gl.h>
  2652. #include <X11/Xlib.h>
  2653. #include <GL/glx.h>
  2654. #endif
  2655. int main(int argc, char *argv[]) {
  2656. #ifdef GL_WIN32
  2657. HDC dc;
  2658. wglCreateContext(dc);
  2659. #elif defined(GL_SDL)
  2660. SDL_GL_SwapBuffers();
  2661. #else
  2662. glXCreateContext(NULL, NULL, NULL, True);
  2663. #endif
  2664. glFinish();
  2665. return 0;
  2666. }
  2667.  
  2668. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -o /tmp/mplayer-configure-25175-4100/tmp.exe -lGL -lm
  2669. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:17:22: error: X11/Xlib.h: No such file or directory
  2670. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:18:20: error: GL/glx.h: No such file or directory
  2671. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  2672. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: warning: implicit declaration of function 'glXCreateContext'
  2673. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: 'NULL' undeclared (first use in this function)
  2674. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: (Each undeclared identifier is reported only once
  2675. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: for each function it appears in.)
  2676. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: 'True' undeclared (first use in this function)
  2677.  
  2678.  
  2679.  
  2680. #ifdef GL_WIN32
  2681. #include <windows.h>
  2682. #include <GL/gl.h>
  2683. #elif defined(GL_SDL)
  2684. #include <GL/gl.h>
  2685. #ifdef CONFIG_SDL_SDL_H
  2686. #include <SDL/SDL.h>
  2687. #else
  2688. #include <SDL.h>
  2689. #endif
  2690. #ifndef __APPLE__
  2691. // we allow SDL hacking our main() only on OSX
  2692. #undef main
  2693. #endif
  2694. #else
  2695. #include <GL/gl.h>
  2696. #include <X11/Xlib.h>
  2697. #include <GL/glx.h>
  2698. #endif
  2699. int main(int argc, char *argv[]) {
  2700. #ifdef GL_WIN32
  2701. HDC dc;
  2702. wglCreateContext(dc);
  2703. #elif defined(GL_SDL)
  2704. SDL_GL_SwapBuffers();
  2705. #else
  2706. glXCreateContext(NULL, NULL, NULL, True);
  2707. #endif
  2708. glFinish();
  2709. return 0;
  2710. }
  2711.  
  2712. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -o /tmp/mplayer-configure-25175-4100/tmp.exe -lGL -lXdamage -lm
  2713. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:17:22: error: X11/Xlib.h: No such file or directory
  2714. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:18:20: error: GL/glx.h: No such file or directory
  2715. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  2716. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: warning: implicit declaration of function 'glXCreateContext'
  2717. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: 'NULL' undeclared (first use in this function)
  2718. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: (Each undeclared identifier is reported only once
  2719. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: for each function it appears in.)
  2720. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: 'True' undeclared (first use in this function)
  2721.  
  2722.  
  2723.  
  2724. #ifdef GL_WIN32
  2725. #include <windows.h>
  2726. #include <GL/gl.h>
  2727. #elif defined(GL_SDL)
  2728. #include <GL/gl.h>
  2729. #ifdef CONFIG_SDL_SDL_H
  2730. #include <SDL/SDL.h>
  2731. #else
  2732. #include <SDL.h>
  2733. #endif
  2734. #ifndef __APPLE__
  2735. // we allow SDL hacking our main() only on OSX
  2736. #undef main
  2737. #endif
  2738. #else
  2739. #include <GL/gl.h>
  2740. #include <X11/Xlib.h>
  2741. #include <GL/glx.h>
  2742. #endif
  2743. int main(int argc, char *argv[]) {
  2744. #ifdef GL_WIN32
  2745. HDC dc;
  2746. wglCreateContext(dc);
  2747. #elif defined(GL_SDL)
  2748. SDL_GL_SwapBuffers();
  2749. #else
  2750. glXCreateContext(NULL, NULL, NULL, True);
  2751. #endif
  2752. glFinish();
  2753. return 0;
  2754. }
  2755.  
  2756. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -o /tmp/mplayer-configure-25175-4100/tmp.exe -lGL -lpthread -lm
  2757. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:17:22: error: X11/Xlib.h: No such file or directory
  2758. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:18:20: error: GL/glx.h: No such file or directory
  2759. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  2760. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: warning: implicit declaration of function 'glXCreateContext'
  2761. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: 'NULL' undeclared (first use in this function)
  2762. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: (Each undeclared identifier is reported only once
  2763. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: for each function it appears in.)
  2764. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:27: error: 'True' undeclared (first use in this function)
  2765.  
  2766.  
  2767.  
  2768. #ifdef GL_WIN32
  2769. #include <windows.h>
  2770. #include <GL/gl.h>
  2771. #elif defined(GL_SDL)
  2772. #include <GL/gl.h>
  2773. #ifdef CONFIG_SDL_SDL_H
  2774. #include <SDL/SDL.h>
  2775. #else
  2776. #include <SDL.h>
  2777. #endif
  2778. #ifndef __APPLE__
  2779. // we allow SDL hacking our main() only on OSX
  2780. #undef main
  2781. #endif
  2782. #else
  2783. #include <GL/gl.h>
  2784. #include <X11/Xlib.h>
  2785. #include <GL/glx.h>
  2786. #endif
  2787. int main(int argc, char *argv[]) {
  2788. #ifdef GL_WIN32
  2789. HDC dc;
  2790. wglCreateContext(dc);
  2791. #elif defined(GL_SDL)
  2792. SDL_GL_SwapBuffers();
  2793. #else
  2794. glXCreateContext(NULL, NULL, NULL, True);
  2795. #endif
  2796. glFinish();
  2797. return 0;
  2798. }
  2799.  
  2800. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -o /tmp/mplayer-configure-25175-4100/tmp.exe -DGL_WIN32 -lopengl32
  2801. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  2802. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:23: warning: 'dc' is used uninitialized in this function
  2803.  
  2804.  
  2805.  
  2806. #ifdef GL_WIN32
  2807. #include <windows.h>
  2808. #include <GL/gl.h>
  2809. #elif defined(GL_SDL)
  2810. #include <GL/gl.h>
  2811. #ifdef CONFIG_SDL_SDL_H
  2812. #include <SDL/SDL.h>
  2813. #else
  2814. #include <SDL.h>
  2815. #endif
  2816. #ifndef __APPLE__
  2817. // we allow SDL hacking our main() only on OSX
  2818. #undef main
  2819. #endif
  2820. #else
  2821. #include <GL/gl.h>
  2822. #include <X11/Xlib.h>
  2823. #include <GL/glx.h>
  2824. #endif
  2825. int main(int argc, char *argv[]) {
  2826. #ifdef GL_WIN32
  2827. HDC dc;
  2828. wglCreateContext(dc);
  2829. #elif defined(GL_SDL)
  2830. SDL_GL_SwapBuffers();
  2831. #else
  2832. glXCreateContext(NULL, NULL, NULL, True);
  2833. #endif
  2834. glFinish();
  2835. return 0;
  2836. }
  2837.  
  2838. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -DGL_SDL
  2839. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:9:17: error: SDL.h: No such file or directory
  2840. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  2841. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:25: warning: implicit declaration of function 'SDL_GL_SwapBuffers'
  2842.  
  2843.  
  2844.  
  2845. #ifdef GL_WIN32
  2846. #include <windows.h>
  2847. #include <GL/gl.h>
  2848. #elif defined(GL_SDL)
  2849. #include <GL/gl.h>
  2850. #ifdef CONFIG_SDL_SDL_H
  2851. #include <SDL/SDL.h>
  2852. #else
  2853. #include <SDL.h>
  2854. #endif
  2855. #ifndef __APPLE__
  2856. // we allow SDL hacking our main() only on OSX
  2857. #undef main
  2858. #endif
  2859. #else
  2860. #include <GL/gl.h>
  2861. #include <X11/Xlib.h>
  2862. #include <GL/glx.h>
  2863. #endif
  2864. int main(int argc, char *argv[]) {
  2865. #ifdef GL_WIN32
  2866. HDC dc;
  2867. wglCreateContext(dc);
  2868. #elif defined(GL_SDL)
  2869. SDL_GL_SwapBuffers();
  2870. #else
  2871. glXCreateContext(NULL, NULL, NULL, True);
  2872. #endif
  2873. glFinish();
  2874. return 0;
  2875. }
  2876.  
  2877. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -DCONFIG_SDL_SDL_H -DGL_SDL
  2878.  
  2879.  
  2880. Result is: yes (backends: win32 sdl)
  2881. ##########################################
  2882.  
  2883. ============ Checking for MatrixView ============
  2884. Result is: yes
  2885. ##########################################
  2886.  
  2887. ============ Checking for Windows waveout ============
  2888.  
  2889. #include <windows.h>
  2890. #include <mmsystem.h>
  2891. int main(void) { return 0; }
  2892.  
  2893. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -o /tmp/mplayer-configure-25175-4100/tmp.exe -lwinmm
  2894.  
  2895.  
  2896. Result is: yes
  2897. ##########################################
  2898.  
  2899. ============ Checking for Direct3D ============
  2900.  
  2901. #include <windows.h>
  2902. #include <d3d9.h>
  2903. int main(void) { return 0; }
  2904.  
  2905. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe
  2906.  
  2907.  
  2908. Result is: yes
  2909. ##########################################
  2910.  
  2911. ============ Checking for Directx ============
  2912.  
  2913. #include <windows.h>
  2914. #include <ddraw.h>
  2915. #include <dsound.h>
  2916. int main(void) { return 0; }
  2917.  
  2918. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -lgdi32
  2919. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:19: error: ddraw.h: No such file or directory
  2920. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:20: error: dsound.h: No such file or directory
  2921.  
  2922.  
  2923. Result is: no
  2924. ##########################################
  2925.  
  2926. ============ Checking for DXR2 ============
  2927.  
  2928. #include <dxr2ioctl.h>
  2929. int main(void) { return 0; }
  2930.  
  2931. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe
  2932. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:23: error: dxr2ioctl.h: No such file or directory
  2933.  
  2934.  
  2935.  
  2936. #include <dxr2ioctl.h>
  2937. int main(void) { return 0; }
  2938.  
  2939. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/usr/local/include/dxr2
  2940. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:23: error: dxr2ioctl.h: No such file or directory
  2941.  
  2942.  
  2943.  
  2944. #include <dxr2ioctl.h>
  2945. int main(void) { return 0; }
  2946.  
  2947. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/usr/include/dxr2
  2948. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:23: error: dxr2ioctl.h: No such file or directory
  2949.  
  2950.  
  2951. Result is: no
  2952. ##########################################
  2953.  
  2954. ============ Checking for DXR3/H+ ============
  2955.  
  2956. #include <linux/em8300.h>
  2957. int main(void) { return 0; }
  2958.  
  2959. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe
  2960. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:26: error: linux/em8300.h: No such file or directory
  2961.  
  2962.  
  2963. Result is: no
  2964. ##########################################
  2965.  
  2966. ============ Checking for IVTV TV-Out (pre linux-2.6.24) ============
  2967.  
  2968. #include <stdlib.h>
  2969. #include <inttypes.h>
  2970. #include <linux/types.h>
  2971. #include <linux/videodev2.h>
  2972. #include <linux/ivtv.h>
  2973. #include <sys/ioctl.h>
  2974. int main(void) {
  2975. struct ivtv_cfg_stop_decode sd;
  2976. struct ivtv_cfg_start_decode sd1;
  2977. ioctl(0, IVTV_IOC_START_DECODE, &sd1);
  2978. ioctl(0, IVTV_IOC_STOP_DECODE, &sd);
  2979. return 0; }
  2980.  
  2981. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe
  2982. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:25: error: linux/types.h: No such file or directory
  2983. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4:29: error: linux/videodev2.h: No such file or directory
  2984. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5:24: error: linux/ivtv.h: No such file or directory
  2985. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6:23: error: sys/ioctl.h: No such file or directory
  2986. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  2987. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8: error: storage size of 'sd' isn't known
  2988. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:9: error: storage size of 'sd1' isn't known
  2989. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:10: warning: implicit declaration of function 'ioctl'
  2990. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:10: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function)
  2991. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:10: error: (Each undeclared identifier is reported only once
  2992. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:10: error: for each function it appears in.)
  2993. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:11: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function)
  2994. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:9: warning: unused variable 'sd1'
  2995. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8: warning: unused variable 'sd'
  2996.  
  2997.  
  2998. Result is: no
  2999. ##########################################
  3000.  
  3001. ============ Checking for V4L2 MPEG Decoder ============
  3002.  
  3003. #include <stdlib.h>
  3004. #include <inttypes.h>
  3005. #include <linux/types.h>
  3006. #include <linux/videodev2.h>
  3007. #include <linux/version.h>
  3008. int main(void) {
  3009. #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22)
  3010. #error kernel headers too old, need 2.6.22
  3011. #endif
  3012. struct v4l2_ext_controls ctrls;
  3013. ctrls.ctrl_class = V4L2_CTRL_CLASS_MPEG;
  3014. return 0;
  3015. }
  3016.  
  3017. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe
  3018. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:25: error: linux/types.h: No such file or directory
  3019. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4:29: error: linux/videodev2.h: No such file or directory
  3020. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5:27: error: linux/version.h: No such file or directory
  3021. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7:5: warning: "LINUX_VERSION_CODE" is not defined
  3022. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7:26: warning: "KERNEL_VERSION" is not defined
  3023. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7:40: error: missing binary operator before token "("
  3024. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3025. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:10: error: storage size of 'ctrls' isn't known
  3026. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:11: error: 'V4L2_CTRL_CLASS_MPEG' undeclared (first use in this function)
  3027. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:11: error: (Each undeclared identifier is reported only once
  3028. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:11: error: for each function it appears in.)
  3029. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:10: warning: unused variable 'ctrls'
  3030.  
  3031.  
  3032. Result is: no
  3033. ##########################################
  3034.  
  3035. ============ Checking for OSS Audio ============
  3036.  
  3037. #include <sys/ioctl.h>
  3038. #include <soundcard.h>
  3039. int main(void) { int arg = SNDCTL_DSP_SETFRAGMENT; return 0; }
  3040.  
  3041. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe
  3042. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:23: error: sys/ioctl.h: No such file or directory
  3043. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:23: error: soundcard.h: No such file or directory
  3044. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3045. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'SNDCTL_DSP_SETFRAGMENT' undeclared (first use in this function)
  3046. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once
  3047. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.)
  3048. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: unused variable 'arg'
  3049.  
  3050.  
  3051. Result is: no
  3052. ##########################################
  3053.  
  3054. ============ Checking for aRts ============
  3055. ./configure: line 5626: artsc-config: command not found
  3056. Result is: no
  3057. ##########################################
  3058.  
  3059. ============ Checking for EsounD ============
  3060. ./configure: line 5646: esd-config: command not found
  3061. Result is: no
  3062. ##########################################
  3063.  
  3064. ============ Checking for NAS ============
  3065.  
  3066. #include <audio/audiolib.h>
  3067. int main(void) { return 0; }
  3068.  
  3069. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -lm -laudio -lXt
  3070. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:28: error: audio/audiolib.h: No such file or directory
  3071.  
  3072.  
  3073. Result is: no
  3074. ##########################################
  3075.  
  3076. ============ Checking for pulse ============
  3077. Result is: no
  3078. ##########################################
  3079.  
  3080. ============ Checking for JACK ============
  3081.  
  3082. #include <jack/jack.h>
  3083. int main(void) { jack_client_open("test", JackUseExactName, NULL); return 0; }
  3084.  
  3085. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -ljack
  3086. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:23: error: jack/jack.h: No such file or directory
  3087. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3088. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'jack_client_open'
  3089. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: 'JackUseExactName' undeclared (first use in this function)
  3090. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: (Each undeclared identifier is reported only once
  3091. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: for each function it appears in.)
  3092. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: 'NULL' undeclared (first use in this function)
  3093.  
  3094.  
  3095.  
  3096. #include <jack/jack.h>
  3097. int main(void) { jack_client_open("test", JackUseExactName, NULL); return 0; }
  3098.  
  3099. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe
  3100. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:23: error: jack/jack.h: No such file or directory
  3101. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3102. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'jack_client_open'
  3103. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: 'JackUseExactName' undeclared (first use in this function)
  3104. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: (Each undeclared identifier is reported only once
  3105. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: for each function it appears in.)
  3106. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: 'NULL' undeclared (first use in this function)
  3107.  
  3108.  
  3109. Result is: no
  3110. ##########################################
  3111.  
  3112. ============ Checking for OpenAL ============
  3113.  
  3114. #ifdef OPENAL_AL_H
  3115. #include <OpenAL/al.h>
  3116. #else
  3117. #include <AL/al.h>
  3118. #endif
  3119. int main(void) {
  3120. alSourceQueueBuffers(0, 0, 0);
  3121. // alGetSourcei(0, AL_SAMPLE_OFFSET, 0);
  3122. return 0;
  3123. }
  3124.  
  3125. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -lopenal
  3126. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4:19: error: AL/al.h: No such file or directory
  3127. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3128. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: warning: implicit declaration of function 'alSourceQueueBuffers'
  3129.  
  3130.  
  3131.  
  3132. #ifdef OPENAL_AL_H
  3133. #include <OpenAL/al.h>
  3134. #else
  3135. #include <AL/al.h>
  3136. #endif
  3137. int main(void) {
  3138. alSourceQueueBuffers(0, 0, 0);
  3139. // alGetSourcei(0, AL_SAMPLE_OFFSET, 0);
  3140. return 0;
  3141. }
  3142.  
  3143. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -DOPENAL_AL_H=1 -lopenal
  3144. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:23: error: OpenAL/al.h: No such file or directory
  3145. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3146. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: warning: implicit declaration of function 'alSourceQueueBuffers'
  3147.  
  3148.  
  3149.  
  3150. #ifdef OPENAL_AL_H
  3151. #include <OpenAL/al.h>
  3152. #else
  3153. #include <AL/al.h>
  3154. #endif
  3155. int main(void) {
  3156. alSourceQueueBuffers(0, 0, 0);
  3157. // alGetSourcei(0, AL_SAMPLE_OFFSET, 0);
  3158. return 0;
  3159. }
  3160.  
  3161. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -lopenal32
  3162. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4:19: error: AL/al.h: No such file or directory
  3163. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3164. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: warning: implicit declaration of function 'alSourceQueueBuffers'
  3165.  
  3166.  
  3167.  
  3168. #ifdef OPENAL_AL_H
  3169. #include <OpenAL/al.h>
  3170. #else
  3171. #include <AL/al.h>
  3172. #endif
  3173. int main(void) {
  3174. alSourceQueueBuffers(0, 0, 0);
  3175. // alGetSourcei(0, AL_SAMPLE_OFFSET, 0);
  3176. return 0;
  3177. }
  3178.  
  3179. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -DOPENAL_AL_H=1 -lopenal32
  3180. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:23: error: OpenAL/al.h: No such file or directory
  3181. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3182. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: warning: implicit declaration of function 'alSourceQueueBuffers'
  3183.  
  3184.  
  3185.  
  3186. #ifdef OPENAL_AL_H
  3187. #include <OpenAL/al.h>
  3188. #else
  3189. #include <AL/al.h>
  3190. #endif
  3191. int main(void) {
  3192. alSourceQueueBuffers(0, 0, 0);
  3193. // alGetSourcei(0, AL_SAMPLE_OFFSET, 0);
  3194. return 0;
  3195. }
  3196.  
  3197. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -framework OpenAL
  3198. cc1.exe: error: unrecognized command line option "-framework"
  3199. gcc.exe: OpenAL: No such file or directory
  3200.  
  3201.  
  3202.  
  3203. #ifdef OPENAL_AL_H
  3204. #include <OpenAL/al.h>
  3205. #else
  3206. #include <AL/al.h>
  3207. #endif
  3208. int main(void) {
  3209. alSourceQueueBuffers(0, 0, 0);
  3210. // alGetSourcei(0, AL_SAMPLE_OFFSET, 0);
  3211. return 0;
  3212. }
  3213.  
  3214. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -DOPENAL_AL_H=1 -framework OpenAL
  3215. cc1.exe: error: unrecognized command line option "-framework"
  3216. gcc.exe: OpenAL: No such file or directory
  3217.  
  3218.  
  3219. Result is: no
  3220. ##########################################
  3221.  
  3222. ============ Checking for ALSA audio ============
  3223. Result is: no (alloca missing)
  3224. ##########################################
  3225.  
  3226. ============ Checking for Sun audio ============
  3227.  
  3228. #include <sys/types.h>
  3229. #include <sys/audioio.h>
  3230. int main(void) { audio_info_t info; AUDIO_INITINFO(&info); return 0; }
  3231.  
  3232. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe
  3233. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:25: error: sys/audioio.h: No such file or directory
  3234. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3235. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'audio_info_t' undeclared (first use in this function)
  3236. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once
  3237. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.)
  3238. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: expected ';' before 'info'
  3239. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'AUDIO_INITINFO'
  3240. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'info' undeclared (first use in this function)
  3241.  
  3242.  
  3243. Result is: no
  3244. ##########################################
  3245.  
  3246. ============ Checking for VCD support ============
  3247.  
  3248. #include <ddk/ntddcdrm.h>
  3249. int main(void) { return 0; }
  3250.  
  3251. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe
  3252.  
  3253.  
  3254. Result is: yes
  3255. ##########################################
  3256.  
  3257. ============ Checking for Blu-ray support ============
  3258.  
  3259. #include <stdlib.h>
  3260. #include <libbluray/bluray.h>
  3261. int main(void) {
  3262. BLURAY_TITLE_INFO *i = bd_get_title_info(NULL, 0);
  3263. return 0;
  3264. }
  3265.  
  3266. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -lbluray
  3267. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:30: error: libbluray/bluray.h: No such file or directory
  3268. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3269. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: error: 'BLURAY_TITLE_INFO' undeclared (first use in this function)
  3270. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: error: (Each undeclared identifier is reported only once
  3271. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: error: for each function it appears in.)
  3272. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: error: 'i' undeclared (first use in this function)
  3273. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: warning: implicit declaration of function 'bd_get_title_info'
  3274.  
  3275.  
  3276. Result is: no
  3277. ##########################################
  3278.  
  3279. ============ Checking for dvdread ============
  3280. Result is: yes (internal)
  3281. ##########################################
  3282.  
  3283. ============ Checking for internal libdvdcss ============
  3284. Result is: yes
  3285. ##########################################
  3286.  
  3287. ============ Checking for cdparanoia ============
  3288.  
  3289. #include <cdda_interface.h>
  3290. #include <cdda_paranoia.h>
  3291. // This need a better test. How ?
  3292. int main(void) { void *test = cdda_verbose_set; return test == (void *)1; }
  3293.  
  3294. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -lcdda_interface -lcdda_paranoia -lm
  3295. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:28: error: cdda_interface.h: No such file or directory
  3296. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:27: error: cdda_paranoia.h: No such file or directory
  3297. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3298. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: error: 'cdda_verbose_set' undeclared (first use in this function)
  3299. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: error: (Each undeclared identifier is reported only once
  3300. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: error: for each function it appears in.)
  3301.  
  3302.  
  3303.  
  3304. #include <cdda_interface.h>
  3305. #include <cdda_paranoia.h>
  3306. // This need a better test. How ?
  3307. int main(void) { void *test = cdda_verbose_set; return test == (void *)1; }
  3308.  
  3309. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/usr/include/cdda -lcdda_interface -lcdda_paranoia -lm
  3310. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:28: error: cdda_interface.h: No such file or directory
  3311. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:27: error: cdda_paranoia.h: No such file or directory
  3312. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3313. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: error: 'cdda_verbose_set' undeclared (first use in this function)
  3314. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: error: (Each undeclared identifier is reported only once
  3315. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: error: for each function it appears in.)
  3316.  
  3317.  
  3318.  
  3319. #include <cdda_interface.h>
  3320. #include <cdda_paranoia.h>
  3321. // This need a better test. How ?
  3322. int main(void) { void *test = cdda_verbose_set; return test == (void *)1; }
  3323.  
  3324. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/usr/local/include/cdda -lcdda_interface -lcdda_paranoia -lm
  3325. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:28: error: cdda_interface.h: No such file or directory
  3326. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:27: error: cdda_paranoia.h: No such file or directory
  3327. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3328. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: error: 'cdda_verbose_set' undeclared (first use in this function)
  3329. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: error: (Each undeclared identifier is reported only once
  3330. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4: error: for each function it appears in.)
  3331.  
  3332.  
  3333. Result is: no
  3334. ##########################################
  3335.  
  3336. ============ Checking for libcdio ============
  3337.  
  3338. #include <stdio.h>
  3339. #include <cdio/version.h>
  3340. #include <cdio/cdda.h>
  3341. #include <cdio/paranoia.h>
  3342. int main(void) {
  3343. void *test = cdda_verbose_set;
  3344. printf("%s\n", CDIO_VERSION);
  3345. return test == (void *)1;
  3346. }
  3347.  
  3348. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -lcdio_cdda -lcdio -lcdio_paranoia -lm
  3349. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:26: error: cdio/version.h: No such file or directory
  3350. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:23: error: cdio/cdda.h: No such file or directory
  3351. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4:27: error: cdio/paranoia.h: No such file or directory
  3352. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3353. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6: error: 'cdda_verbose_set' undeclared (first use in this function)
  3354. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6: error: (Each undeclared identifier is reported only once
  3355. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6: error: for each function it appears in.)
  3356. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: error: 'CDIO_VERSION' undeclared (first use in this function)
  3357.  
  3358.  
  3359.  
  3360. #include <stdio.h>
  3361. #include <cdio/version.h>
  3362. #include <cdio/cdda.h>
  3363. #include <cdio/paranoia.h>
  3364. int main(void) {
  3365. void *test = cdda_verbose_set;
  3366. printf("%s\n", CDIO_VERSION);
  3367. return test == (void *)1;
  3368. }
  3369.  
  3370. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -lcdio_cdda -lcdio -lcdio_paranoia -lwinmm -lm
  3371. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:26: error: cdio/version.h: No such file or directory
  3372. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:23: error: cdio/cdda.h: No such file or directory
  3373. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4:27: error: cdio/paranoia.h: No such file or directory
  3374. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3375. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6: error: 'cdda_verbose_set' undeclared (first use in this function)
  3376. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6: error: (Each undeclared identifier is reported only once
  3377. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:6: error: for each function it appears in.)
  3378. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:7: error: 'CDIO_VERSION' undeclared (first use in this function)
  3379.  
  3380.  
  3381. Result is: no
  3382. ##########################################
  3383.  
  3384. ============ Checking for bitmap font support ============
  3385. Result is: yes
  3386. ##########################################
  3387.  
  3388. ============ Checking for freetype >= 2.0.9 ============
  3389.  
  3390. #include <stdio.h>
  3391. #include <ft2build.h>
  3392. #include FT_FREETYPE_H
  3393. #if ((FREETYPE_MAJOR < 2) || ((FREETYPE_MINOR == 0) && (FREETYPE_PATCH < 9)))
  3394. #error "Need FreeType 2.0.9 or newer"
  3395. #endif
  3396. int main(void) {
  3397. FT_Library library;
  3398. FT_Int major=-1,minor=-1,patch=-1;
  3399. int err=FT_Init_FreeType(&library);
  3400. return 0;
  3401. }
  3402.  
  3403. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/mingw/include/freetype2 -I/mingw/include -L/mingw/lib -lfreetype -lz
  3404. In file included from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:
  3405. C:/msys/1.0/local/include/ft2build.h:56:38: error: freetype/config/ftheader.h: No such file or directory
  3406. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3:10: error: #include expects "FILENAME" or <FILENAME>
  3407. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4:7: warning: "FREETYPE_MAJOR" is not defined
  3408. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5:2: error: #error "Need FreeType 2.0.9 or newer"
  3409. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3410. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8: error: 'FT_Library' undeclared (first use in this function)
  3411. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8: error: (Each undeclared identifier is reported only once
  3412. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8: error: for each function it appears in.)
  3413. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8: error: expected ';' before 'library'
  3414. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:9: error: 'FT_Int' undeclared (first use in this function)
  3415. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:9: error: expected ';' before 'major'
  3416. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:10: warning: implicit declaration of function 'FT_Init_FreeType'
  3417. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:10: error: 'library' undeclared (first use in this function)
  3418. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:10: warning: ISO C90 forbids mixed declarations and code
  3419. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:10: warning: unused variable 'err'
  3420.  
  3421.  
  3422. Result is: no
  3423. ##########################################
  3424.  
  3425. ============ Checking for fontconfig ============
  3426. Result is: no (FreeType support needed)
  3427. ##########################################
  3428.  
  3429. ============ Checking for SSA/ASS support ============
  3430. Result is: no (FreeType support needed)
  3431. ##########################################
  3432.  
  3433. ============ Checking for fribidi with charsets ============
  3434.  
  3435. #include <stdlib.h>
  3436. /* workaround for fribidi 0.10.4 and below */
  3437. #define FRIBIDI_CHARSET_UTF8 FRIBIDI_CHAR_SET_UTF8
  3438. #include <fribidi/fribidi.h>
  3439. int main(void) {
  3440. if (fribidi_parse_charset("UTF-8") != FRIBIDI_CHAR_SET_UTF8)
  3441. exit(1);
  3442. return 0;
  3443. }
  3444.  
  3445. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -lfribidi
  3446. In file included from C:/msys/1.0/local/include/fribidi/fribidi.h:35,
  3447. from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4:
  3448. C:/msys/1.0/local/include/fribidi/fribidi-common.h:35:5: warning: "DONT_HAVE_FRIBIDI_CONFIG_H" is not defined
  3449. C:/msys/1.0/local/include/fribidi/fribidi-common.h:45:5: warning: "HAVE_FRIBIDI_CUSTOM_H" is not defined
  3450. In file included from C:/msys/1.0/local/include/fribidi/fribidi-unicode.h:38,
  3451. from C:/msys/1.0/local/include/fribidi/fribidi.h:37,
  3452. from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4:
  3453. C:/msys/1.0/local/include/fribidi/fribidi-types.h:85:6: warning: "SIZEOF_WCHAR_T" is not defined
  3454. C:/msys/1.0/local/include/fribidi/fribidi-types.h:102:5: warning: "FRIBIDI_INT_TYPES" is not defined
  3455. In file included from C:/msys/1.0/local/include/fribidi/fribidi.h:37,
  3456. from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4:
  3457. C:/msys/1.0/local/include/fribidi/fribidi-unicode.h:46:5: warning: "DONT_HAVE_FRIBIDI_UNICODE_VERSION_H" is not defined
  3458. In file included from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:4:
  3459. C:/msys/1.0/local/include/fribidi/fribidi.h:54:5: warning: "FRIBIDI_NO_DEPRECATED" is not defined
  3460.  
  3461.  
  3462. Result is: yes
  3463. ##########################################
  3464.  
  3465. ============ Checking for ENCA ============
  3466.  
  3467. #include <sys/types.h>
  3468. #include <enca.h>
  3469. int main(void) {
  3470. const char **langs;
  3471. size_t langcnt;
  3472. langs = enca_get_languages(&langcnt);
  3473. return 0;
  3474. }
  3475.  
  3476. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -lenca -lm
  3477.  
  3478.  
  3479. Result is: yes
  3480. ##########################################
  3481.  
  3482. ============ Checking for zlib ============
  3483.  
  3484. #include <zlib.h>
  3485. int main(void) { (void) inflate(0, Z_NO_FLUSH); return 0; }
  3486.  
  3487. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -lz
  3488. In file included from C:/msys/1.0/local/include/zlib.h:34,
  3489. from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:
  3490. C:/msys/1.0/local/include/zconf.h:373:6: warning: "_LARGEFILE64_SOURCE" is not defined
  3491. In file included from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:
  3492. C:/msys/1.0/local/include/zlib.h:1574:32: warning: "_FILE_OFFSET_BITS" is not defined
  3493.  
  3494.  
  3495. Result is: yes
  3496. ##########################################
  3497.  
  3498. ============ Checking for bzlib ============
  3499.  
  3500. #include <bzlib.h>
  3501. int main(void) { BZ2_bzlibVersion(); return 0; }
  3502.  
  3503. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -lbz2
  3504.  
  3505.  
  3506. Result is: yes
  3507. ##########################################
  3508.  
  3509. ============ Checking for RTC ============
  3510.  
  3511. #include <sys/ioctl.h>
  3512. #ifdef __linux__
  3513. #include <linux/rtc.h>
  3514. #else
  3515. #include <rtc.h>
  3516. #define RTC_PIE_ON RTCIO_PIE_ON
  3517. #endif
  3518. int main(void) { return RTC_PIE_ON; }
  3519.  
  3520. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe
  3521. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:23: error: sys/ioctl.h: No such file or directory
  3522. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:5:17: error: rtc.h: No such file or directory
  3523. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3524. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8: error: 'RTCIO_PIE_ON' undeclared (first use in this function)
  3525. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8: error: (Each undeclared identifier is reported only once
  3526. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:8: error: for each function it appears in.)
  3527.  
  3528.  
  3529. Result is: no
  3530. ##########################################
  3531.  
  3532. ============ Checking for liblzo2 support ============
  3533.  
  3534. #include <lzo/lzo1x.h>
  3535. int main(void) { lzo_init(); return 0; }
  3536.  
  3537. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -llzo2
  3538. In file included from C:/msys/1.0/local/include/lzo/lzoconf.h:72,
  3539. from C:/msys/1.0/local/include/lzo/lzo1x.h:45,
  3540. from C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:
  3541. C:/msys/1.0/local/include/lzo/lzodefs.h:380:6: warning: "LZO_OS_POSIX" is not defined
  3542. C:/msys/1.0/local/include/lzo/lzodefs.h:434:6: warning: "LZO_OS_DOS16" is not defined
  3543. C:/msys/1.0/local/include/lzo/lzodefs.h:434:22: warning: "LZO_OS_OS216" is not defined
  3544. C:/msys/1.0/local/include/lzo/lzodefs.h:434:38: warning: "LZO_OS_WIN16" is not defined
  3545. C:/msys/1.0/local/include/lzo/lzodefs.h:442:6: warning: "LZO_OS_DOS32" is not defined
  3546. C:/msys/1.0/local/include/lzo/lzodefs.h:442:22: warning: "LZO_OS_OS2" is not defined
  3547. C:/msys/1.0/local/include/lzo/lzodefs.h:647:8: warning: "LZO_OS_DOS16" is not defined
  3548. C:/msys/1.0/local/include/lzo/lzodefs.h:647:24: warning: "LZO_OS_OS216" is not defined
  3549. C:/msys/1.0/local/include/lzo/lzodefs.h:647:40: warning: "LZO_OS_WIN16" is not defined
  3550. C:/msys/1.0/local/include/lzo/lzodefs.h:654:8: warning: "LZO_ARCH_CRAY_MPP" is not defined
  3551. C:/msys/1.0/local/include/lzo/lzodefs.h:702:8: warning: "LZO_CC_ZORTECHC" is not defined
  3552. C:/msys/1.0/local/include/lzo/lzodefs.h:706:8: warning: "LZO_OS_DOS32" is not defined
  3553. C:/msys/1.0/local/include/lzo/lzodefs.h:722:8: warning: "LZO_OS_TOS" is not defined
  3554. C:/msys/1.0/local/include/lzo/lzodefs.h:761:8: warning: "LZO_ARCH_CRAY_PVP" is not defined
  3555. C:/msys/1.0/local/include/lzo/lzodefs.h:780:11: warning: "LZO_ARCH_UNKNOWN" is not defined
  3556. C:/msys/1.0/local/include/lzo/lzodefs.h:783:11: warning: "LZO_ARCH_UNKNOWN" is not defined
  3557. C:/msys/1.0/local/include/lzo/lzodefs.h:786:11: warning: "LZO_ARCH_UNKNOWN" is not defined
  3558. C:/msys/1.0/local/include/lzo/lzodefs.h:789:6: warning: "LZO_OS_OS216" is not defined
  3559. C:/msys/1.0/local/include/lzo/lzodefs.h:789:22: warning: "LZO_OS_WIN16" is not defined
  3560. C:/msys/1.0/local/include/lzo/lzodefs.h:792:13: warning: "LZO_OS_DOS16" is not defined
  3561. C:/msys/1.0/local/include/lzo/lzodefs.h:795:13: warning: "LZO_OS_DOS16" is not defined
  3562. C:/msys/1.0/local/include/lzo/lzodefs.h:798:13: warning: "LZO_OS_DOS16" is not defined
  3563. C:/msys/1.0/local/include/lzo/lzodefs.h:808:6: warning: "LZO_ARCH_I086" is not defined
  3564. C:/msys/1.0/local/include/lzo/lzodefs.h:828:6: warning: "LZO_ARCH_I086" is not defined
  3565. C:/msys/1.0/local/include/lzo/lzodefs.h:913:8: warning: "LZO_ARCH_C166" is not defined
  3566. C:/msys/1.0/local/include/lzo/lzodefs.h:931:8: warning: "LZO_ARCH_MCS251" is not defined
  3567. C:/msys/1.0/local/include/lzo/lzodefs.h:947:8: warning: "LZO_ARCH_MCS51" is not defined
  3568. C:/msys/1.0/local/include/lzo/lzodefs.h:963:8: warning: "LZO_ARCH_CRAY_PVP" is not defined
  3569. C:/msys/1.0/local/include/lzo/lzodefs.h:968:6: warning: "LZO_MM_COMPACT" is not defined
  3570. C:/msys/1.0/local/include/lzo/lzodefs.h:972:8: warning: "LZO_MM_HUGE" is not defined
  3571. C:/msys/1.0/local/include/lzo/lzodefs.h:974:8: warning: "LZO_MM_LARGE" is not defined
  3572. C:/msys/1.0/local/include/lzo/lzodefs.h:976:8: warning: "LZO_MM_MEDIUM" is not defined
  3573. C:/msys/1.0/local/include/lzo/lzodefs.h:978:8: warning: "LZO_MM_PVP" is not defined
  3574. C:/msys/1.0/local/include/lzo/lzodefs.h:980:8: warning: "LZO_MM_SMALL" is not defined
  3575. C:/msys/1.0/local/include/lzo/lzodefs.h:982:8: warning: "LZO_MM_TINY" is not defined
  3576. C:/msys/1.0/local/include/lzo/lzodefs.h:1020:8: warning: "LZO_ARCH_CRAY_PVP" is not defined
  3577. C:/msys/1.0/local/include/lzo/lzodefs.h:1039:8: warning: "LZO_ARCH_CRAY_PVP" is not defined
  3578. C:/msys/1.0/local/include/lzo/lzodefs.h:1091:6: warning: "LZO_ARCH_I086" is not defined
  3579. C:/msys/1.0/local/include/lzo/lzodefs.h:1092:8: warning: "LZO_CC_CILLY" is not defined
  3580. C:/msys/1.0/local/include/lzo/lzodefs.h:1096:61: warning: "LZO_CC_MSC" is not defined
  3581. C:/msys/1.0/local/include/lzo/lzodefs.h:1098:8: warning: "LZO_OS_WIN64" is not defined
  3582. C:/msys/1.0/local/include/lzo/lzodefs.h:1100:26: warning: "LZO_CC_DMC" is not defined
  3583. C:/msys/1.0/local/include/lzo/lzodefs.h:1102:26: warning: "LZO_CC_SYMANTECC" is not defined
  3584. C:/msys/1.0/local/include/lzo/lzodefs.h:1104:26: warning: "LZO_CC_INTELC" is not defined
  3585. C:/msys/1.0/local/include/lzo/lzodefs.h:1106:26: warning: "LZO_CC_MWERKS" is not defined
  3586. C:/msys/1.0/local/include/lzo/lzodefs.h:1106:43: warning: "LZO_CC_PELLESC" is not defined
  3587. C:/msys/1.0/local/include/lzo/lzodefs.h:1106:61: warning: "LZO_CC_PGI" is not defined
  3588. C:/msys/1.0/local/include/lzo/lzodefs.h:1106:75: warning: "LZO_CC_SUNPROC" is not defined
  3589. C:/msys/1.0/local/include/lzo/lzodefs.h:1108:26: warning: "LZO_CC_INTELC" is not defined
  3590. C:/msys/1.0/local/include/lzo/lzodefs.h:1108:43: warning: "LZO_CC_MSC" is not defined
  3591. C:/msys/1.0/local/include/lzo/lzodefs.h:1110:46: warning: "LZO_CC_MSC" is not defined
  3592. C:/msys/1.0/local/include/lzo/lzodefs.h:1112:26: warning: "LZO_CC_BORLANDC" is not defined
  3593. C:/msys/1.0/local/include/lzo/lzodefs.h:1114:26: warning: "LZO_CC_WATCOMC" is not defined
  3594. C:/msys/1.0/local/include/lzo/lzodefs.h:1116:8: warning: "LZO_CC_WATCOMC" is not defined
  3595. C:/msys/1.0/local/include/lzo/lzodefs.h:1118:8: warning: "LZO_OS_OS400" is not defined
  3596. C:/msys/1.0/local/include/lzo/lzodefs.h:1122:8: warning: "LZO_CC_SDCC" is not defined
  3597. C:/msys/1.0/local/include/lzo/lzodefs.h:1137:6: warning: "LZO_ARCH_I086" is not defined
  3598. C:/msys/1.0/local/include/lzo/lzodefs.h:1146:8: warning: "LZO_ARCH_AVR" is not defined
  3599. C:/msys/1.0/local/include/lzo/lzodefs.h:1146:24: warning: "LZO_ARCH_Z80" is not defined
  3600. C:/msys/1.0/local/include/lzo/lzodefs.h:1149:8: warning: "LZO_ARCH_C166" is not defined
  3601. C:/msys/1.0/local/include/lzo/lzodefs.h:1149:25: warning: "LZO_ARCH_MCS51" is not defined
  3602. C:/msys/1.0/local/include/lzo/lzodefs.h:1149:43: warning: "LZO_ARCH_MCS251" is not defined
  3603. C:/msys/1.0/local/include/lzo/lzodefs.h:1149:62: warning: "LZO_ARCH_MSP430" is not defined
  3604. C:/msys/1.0/local/include/lzo/lzodefs.h:1151:8: warning: "LZO_ARCH_H8300" is not defined
  3605. C:/msys/1.0/local/include/lzo/lzodefs.h:1166:8: warning: "LZO_ARCH_M16C" is not defined
  3606. C:/msys/1.0/local/include/lzo/lzodefs.h:1179:8: warning: "LZO_OS_OS400" is not defined
  3607. C:/msys/1.0/local/include/lzo/lzodefs.h:1183:8: warning: "LZO_OS_OS400" is not defined
  3608. C:/msys/1.0/local/include/lzo/lzodefs.h:1192:8: warning: "LZO_ARCH_SPU" is not defined
  3609. C:/msys/1.0/local/include/lzo/lzodefs.h:1209:6: warning: "LZO_ARCH_I086" is not defined
  3610. C:/msys/1.0/local/include/lzo/lzodefs.h:1209:23: warning: "LZO_ARCH_M16C" is not defined
  3611. C:/msys/1.0/local/include/lzo/lzodefs.h:1216:6: warning: "LZO_ARCH_I086" is not defined
  3612. C:/msys/1.0/local/include/lzo/lzodefs.h:1236:6: warning: "LZO_ARCH_ALPHA" is not defined
  3613. C:/msys/1.0/local/include/lzo/lzodefs.h:1238:8: warning: "LZO_ARCH_ALPHA" is not defined
  3614. C:/msys/1.0/local/include/lzo/lzodefs.h:1238:26: warning: "LZO_ARCH_AMD64" is not defined
  3615. C:/msys/1.0/local/include/lzo/lzodefs.h:1238:44: warning: "LZO_ARCH_BLACKFIN" is not defined
  3616. C:/msys/1.0/local/include/lzo/lzodefs.h:1238:65: warning: "LZO_ARCH_CRIS" is not defined
  3617. C:/msys/1.0/local/include/lzo/lzodefs.h:1238:82: warning: "LZO_ARCH_I086" is not defined
  3618. C:/msys/1.0/local/include/lzo/lzodefs.h:1240:8: warning: "LZO_ARCH_M68K" is not defined
  3619. C:/msys/1.0/local/include/lzo/lzodefs.h:1240:25: warning: "LZO_ARCH_S390" is not defined
  3620. C:/msys/1.0/local/include/lzo/lzodefs.h:1252:13: warning: "LZO_ARCH_ARM" is not defined
  3621. C:/msys/1.0/local/include/lzo/lzodefs.h:1254:13: warning: "LZO_ARCH_ARM" is not defined
  3622. C:/msys/1.0/local/include/lzo/lzodefs.h:1256:13: warning: "LZO_ARCH_MIPS" is not defined
  3623. C:/msys/1.0/local/include/lzo/lzodefs.h:1258:13: warning: "LZO_ARCH_MIPS" is not defined
  3624. C:/msys/1.0/local/include/lzo/lzodefs.h:1321:8: warning: "LZO_CC_MWERKS" is not defined
  3625. C:/msys/1.0/local/include/lzo/lzodefs.h:1335:8: warning: "LZO_CC_LLVM" is not defined
  3626. C:/msys/1.0/local/include/lzo/lzodefs.h:1335:23: warning: "LZO_CC_PATHSCALE" is not defined
  3627. C:/msys/1.0/local/include/lzo/lzodefs.h:1345:6: warning: "LZO_CC_CILLY" is not defined
  3628. C:/msys/1.0/local/include/lzo/lzodefs.h:1347:8: warning: "LZO_CC_INTELC" is not defined
  3629. C:/msys/1.0/local/include/lzo/lzodefs.h:1349:8: warning: "LZO_CC_MSC" is not defined
  3630. C:/msys/1.0/local/include/lzo/lzodefs.h:1361:8: warning: "LZO_CC_LLVM" is not defined
  3631. C:/msys/1.0/local/include/lzo/lzodefs.h:1361:23: warning: "LZO_CC_PATHSCALE" is not defined
  3632. C:/msys/1.0/local/include/lzo/lzodefs.h:1373:8: warning: "LZO_CC_LLVM" is not defined
  3633. C:/msys/1.0/local/include/lzo/lzodefs.h:1373:23: warning: "LZO_CC_PATHSCALE" is not defined
  3634. C:/msys/1.0/local/include/lzo/lzodefs.h:1384:6: warning: "LZO_CC_TURBOC" is not defined
  3635. C:/msys/1.0/local/include/lzo/lzodefs.h:1387:8: warning: "LZO_CC_BORLANDC" is not defined
  3636. C:/msys/1.0/local/include/lzo/lzodefs.h:1389:8: warning: "LZO_CC_CILLY" is not defined
  3637. C:/msys/1.0/local/include/lzo/lzodefs.h:1391:8: warning: "LZO_CC_DMC" is not defined
  3638. C:/msys/1.0/local/include/lzo/lzodefs.h:1393:8: warning: "LZO_CC_INTELC" is not defined
  3639. C:/msys/1.0/local/include/lzo/lzodefs.h:1395:8: warning: "LZO_CC_MWERKS" is not defined
  3640. C:/msys/1.0/local/include/lzo/lzodefs.h:1397:8: warning: "LZO_CC_MSC" is not defined
  3641. C:/msys/1.0/local/include/lzo/lzodefs.h:1411:8: warning: "LZO_CC_INTELC" is not defined
  3642. C:/msys/1.0/local/include/lzo/lzodefs.h:1413:8: warning: "LZO_CC_INTELC" is not defined
  3643. C:/msys/1.0/local/include/lzo/lzodefs.h:1415:8: warning: "LZO_CC_LLVM" is not defined
  3644. C:/msys/1.0/local/include/lzo/lzodefs.h:1415:23: warning: "LZO_CC_PATHSCALE" is not defined
  3645. C:/msys/1.0/local/include/lzo/lzodefs.h:1417:8: warning: "LZO_CC_MSC" is not defined
  3646. C:/msys/1.0/local/include/lzo/lzodefs.h:1431:8: warning: "LZO_CC_INTELC" is not defined
  3647. C:/msys/1.0/local/include/lzo/lzodefs.h:1433:8: warning: "LZO_CC_INTELC" is not defined
  3648. C:/msys/1.0/local/include/lzo/lzodefs.h:1435:8: warning: "LZO_CC_LLVM" is not defined
  3649. C:/msys/1.0/local/include/lzo/lzodefs.h:1435:23: warning: "LZO_CC_PATHSCALE" is not defined
  3650. C:/msys/1.0/local/include/lzo/lzodefs.h:1437:8: warning: "LZO_CC_MSC" is not defined
  3651. C:/msys/1.0/local/include/lzo/lzodefs.h:1439:8: warning: "LZO_CC_MWERKS" is not defined
  3652. C:/msys/1.0/local/include/lzo/lzodefs.h:1457:8: warning: "LZO_CC_INTELC" is not defined
  3653. C:/msys/1.0/local/include/lzo/lzodefs.h:1459:8: warning: "LZO_CC_INTELC" is not defined
  3654. C:/msys/1.0/local/include/lzo/lzodefs.h:1461:8: warning: "LZO_CC_LLVM" is not defined
  3655. C:/msys/1.0/local/include/lzo/lzodefs.h:1461:23: warning: "LZO_CC_PATHSCALE" is not defined
  3656. C:/msys/1.0/local/include/lzo/lzodefs.h:1463:8: warning: "LZO_CC_MSC" is not defined
  3657. C:/msys/1.0/local/include/lzo/lzodefs.h:1475:8: warning: "LZO_CC_INTELC" is not defined
  3658. C:/msys/1.0/local/include/lzo/lzodefs.h:1477:8: warning: "LZO_CC_INTELC" is not defined
  3659. C:/msys/1.0/local/include/lzo/lzodefs.h:1479:8: warning: "LZO_CC_LLVM" is not defined
  3660. C:/msys/1.0/local/include/lzo/lzodefs.h:1479:23: warning: "LZO_CC_PATHSCALE" is not defined
  3661. C:/msys/1.0/local/include/lzo/lzodefs.h:1481:8: warning: "LZO_CC_MSC" is not defined
  3662. C:/msys/1.0/local/include/lzo/lzodefs.h:1493:8: warning: "LZO_CC_INTELC" is not defined
  3663. C:/msys/1.0/local/include/lzo/lzodefs.h:1495:8: warning: "LZO_CC_LLVM" is not defined
  3664. C:/msys/1.0/local/include/lzo/lzodefs.h:1497:8: warning: "LZO_CC_MSC" is not defined
  3665. C:/msys/1.0/local/include/lzo/lzodefs.h:1510:8: warning: "LZO_CC_INTELC" is not defined
  3666. C:/msys/1.0/local/include/lzo/lzodefs.h:1513:8: warning: "LZO_CC_LLVM" is not defined
  3667. C:/msys/1.0/local/include/lzo/lzodefs.h:1513:23: warning: "LZO_CC_PATHSCALE" is not defined
  3668. C:/msys/1.0/local/include/lzo/lzodefs.h:1529:8: warning: "LZO_CC_BORLANDC" is not defined
  3669. C:/msys/1.0/local/include/lzo/lzodefs.h:1531:10: warning: "LZO_CC_BORLANDC" is not defined
  3670. C:/msys/1.0/local/include/lzo/lzodefs.h:1531:29: warning: "LZO_CC_HIGHC" is not defined
  3671. C:/msys/1.0/local/include/lzo/lzodefs.h:1531:45: warning: "LZO_CC_NDPC" is not defined
  3672. C:/msys/1.0/local/include/lzo/lzodefs.h:1531:60: warning: "LZO_CC_PELLESC" is not defined
  3673. C:/msys/1.0/local/include/lzo/lzodefs.h:1531:78: warning: "LZO_CC_TURBOC" is not defined
  3674. C:/msys/1.0/local/include/lzo/lzodefs.h:1535:10: warning: "LZO_CC_MSC" is not defined
  3675. C:/msys/1.0/local/include/lzo/lzodefs.h:1537:10: warning: "LZO_CC_KEILC" is not defined
  3676. C:/msys/1.0/local/include/lzo/lzodefs.h:1539:10: warning: "LZO_CC_PACIFICC" is not defined
  3677. C:/msys/1.0/local/include/lzo/lzodefs.h:1541:10: warning: "LZO_CC_WATCOMC" is not defined
  3678. C:/msys/1.0/local/include/lzo/lzodefs.h:1548:8: warning: "LZO_CC_BORLANDC" is not defined
  3679. C:/msys/1.0/local/include/lzo/lzodefs.h:1550:10: warning: "LZO_CC_BORLANDC" is not defined
  3680. C:/msys/1.0/local/include/lzo/lzodefs.h:1550:29: warning: "LZO_CC_NDPC" is not defined
  3681. C:/msys/1.0/local/include/lzo/lzodefs.h:1550:44: warning: "LZO_CC_TURBOC" is not defined
  3682. C:/msys/1.0/local/include/lzo/lzodefs.h:1552:10: warning: "LZO_CC_LLVM" is not defined
  3683. C:/msys/1.0/local/include/lzo/lzodefs.h:1554:10: warning: "LZO_CC_MSC" is not defined
  3684. C:/msys/1.0/local/include/lzo/lzodefs.h:1556:10: warning: "LZO_CC_MSC" is not defined
  3685. C:/msys/1.0/local/include/lzo/lzodefs.h:1558:10: warning: "LZO_CC_KEILC" is not defined
  3686. C:/msys/1.0/local/include/lzo/lzodefs.h:1558:26: warning: "LZO_CC_PELLESC" is not defined
  3687. C:/msys/1.0/local/include/lzo/lzodefs.h:1565:8: warning: "LZO_CC_WATCOMC" is not defined
  3688. C:/msys/1.0/local/include/lzo/lzodefs.h:1567:10: warning: "LZO_CC_INTELC" is not defined
  3689. C:/msys/1.0/local/include/lzo/lzodefs.h:1567:27: warning: "LZO_CC_WATCOMC" is not defined
  3690. C:/msys/1.0/local/include/lzo/lzodefs.h:1583:8: warning: "LZO_CC_AZTECC" is not defined
  3691. C:/msys/1.0/local/include/lzo/lzodefs.h:1583:25: warning: "LZO_CC_ZORTECHC" is not defined
  3692. C:/msys/1.0/local/include/lzo/lzodefs.h:1585:10: warning: "LZO_CC_DMC" is not defined
  3693. C:/msys/1.0/local/include/lzo/lzodefs.h:1585:24: warning: "LZO_CC_SYMANTECC" is not defined
  3694. C:/msys/1.0/local/include/lzo/lzodefs.h:1587:10: warning: "LZO_CC_TURBOC" is not defined
  3695. C:/msys/1.0/local/include/lzo/lzodefs.h:1594:8: warning: "LZO_CC_AZTECC" is not defined
  3696. C:/msys/1.0/local/include/lzo/lzodefs.h:1596:10: warning: "LZO_CC_DMC" is not defined
  3697. C:/msys/1.0/local/include/lzo/lzodefs.h:1596:24: warning: "LZO_CC_PACIFICC" is not defined
  3698. C:/msys/1.0/local/include/lzo/lzodefs.h:1596:43: warning: "LZO_CC_SYMANTECC" is not defined
  3699. C:/msys/1.0/local/include/lzo/lzodefs.h:1596:63: warning: "LZO_CC_ZORTECHC" is not defined
  3700. C:/msys/1.0/local/include/lzo/lzodefs.h:1598:10: warning: "LZO_CC_MSC" is not defined
  3701. C:/msys/1.0/local/include/lzo/lzodefs.h:1600:10: warning: "LZO_CC_TURBOC" is not defined
  3702. C:/msys/1.0/local/include/lzo/lzodefs.h:1606:6: warning: "LZO_ARCH_I086" is not defined
  3703. C:/msys/1.0/local/include/lzo/lzodefs.h:1606:42: warning: "LZO_OS_DOS16" is not defined
  3704. C:/msys/1.0/local/include/lzo/lzodefs.h:1606:58: warning: "LZO_OS_DOS32" is not defined
  3705. C:/msys/1.0/local/include/lzo/lzodefs.h:1606:74: warning: "LZO_OS_OS2" is not defined
  3706. C:/msys/1.0/local/include/lzo/lzodefs.h:1606:88: warning: "LZO_OS_OS216" is not defined
  3707. C:/msys/1.0/local/include/lzo/lzodefs.h:1606:104: warning: "LZO_OS_WIN16" is not defined
  3708. C:/msys/1.0/local/include/lzo/lzodefs.h:1608:10: warning: "LZO_CC_DMC" is not defined
  3709. C:/msys/1.0/local/include/lzo/lzodefs.h:1608:24: warning: "LZO_CC_SYMANTECC" is not defined
  3710. C:/msys/1.0/local/include/lzo/lzodefs.h:1608:44: warning: "LZO_CC_ZORTECHC" is not defined
  3711. C:/msys/1.0/local/include/lzo/lzodefs.h:1619:10: warning: "LZO_CC_WATCOMC" is not defined
  3712. C:/msys/1.0/local/include/lzo/lzodefs.h:1628:10: warning: "LZO_OS_OS2" is not defined
  3713. C:/msys/1.0/local/include/lzo/lzodefs.h:1630:10: warning: "LZO_OS_OS2" is not defined
  3714. C:/msys/1.0/local/include/lzo/lzodefs.h:1632:10: warning: "LZO_CC_MSC" is not defined
  3715. C:/msys/1.0/local/include/lzo/lzodefs.h:1634:10: warning: "LZO_CC_MSC" is not defined
  3716. C:/msys/1.0/local/include/lzo/lzodefs.h:1645:27: warning: "LZO_CC_WATCOMC" is not defined
  3717. C:/msys/1.0/local/include/lzo/lzodefs.h:1647:8: warning: "LZO_ARCH_M68K" is not defined
  3718. C:/msys/1.0/local/include/lzo/lzodefs.h:1669:6: warning: "LZO_OS_CYGWIN" is not defined
  3719. C:/msys/1.0/local/include/lzo/lzodefs.h:1669:24: warning: "LZO_OS_EMX" is not defined
  3720. C:/msys/1.0/local/include/lzo/lzodefs.h:1670:8: warning: "LZO_CC_WATCOMC" is not defined
  3721. C:/msys/1.0/local/include/lzo/lzodefs.h:1672:11: warning: "LZO_OS_CYGWIN" is not defined
  3722. C:/msys/1.0/local/include/lzo/lzodefs.h:1678:6: warning: "LZO_ARCH_ALPHA" is not defined
  3723. C:/msys/1.0/local/include/lzo/lzodefs.h:1682:8: warning: "LZO_ARCH_AMD64" is not defined
  3724. C:/msys/1.0/local/include/lzo/lzodefs.h:1688:8: warning: "LZO_ARCH_ARM" is not defined
  3725. C:/msys/1.0/local/include/lzo/lzodefs.h:1689:8: warning: "LZO_ARCH_ARM" is not defined
  3726. C:/msys/1.0/local/include/lzo/lzodefs.h:1692:8: warning: "LZO_ARCH_CRIS" is not defined
  3727. C:/msys/1.0/local/include/lzo/lzodefs.h:1698:8: warning: "LZO_ARCH_IA64" is not defined
  3728. C:/msys/1.0/local/include/lzo/lzodefs.h:1702:8: warning: "LZO_ARCH_M68K" is not defined
  3729. C:/msys/1.0/local/include/lzo/lzodefs.h:1709:8: warning: "LZO_ARCH_MIPS" is not defined
  3730. C:/msys/1.0/local/include/lzo/lzodefs.h:1711:8: warning: "LZO_ARCH_POWERPC" is not defined
  3731. C:/msys/1.0/local/include/lzo/lzodefs.h:1718:8: warning: "LZO_ARCH_S390" is not defined
  3732. C:/msys/1.0/local/include/lzo/lzodefs.h:1724:8: warning: "LZO_ARCH_SH" is not defined
  3733. C:/msys/1.0/local/include/lzo/lzodefs.h:1744:26: warning: "LZO_OS_DOS32" is not defined
  3734. C:/msys/1.0/local/include/lzo/lzodefs.h:1744:60: warning: "LZO_CC_DMC" is not defined
  3735. C:/msys/1.0/local/include/lzo/lzodefs.h:1744:74: warning: "LZO_CC_INTELC" is not defined
  3736. C:/msys/1.0/local/include/lzo/lzodefs.h:1744:91: warning: "LZO_CC_MSC" is not defined
  3737. C:/msys/1.0/local/include/lzo/lzodefs.h:1744:105: warning: "LZO_CC_PELLESC" is not defined
  3738. C:/msys/1.0/local/include/lzo/lzodefs.h:1746:8: warning: "LZO_OS_WIN64" is not defined
  3739. C:/msys/1.0/local/include/lzo/lzodefs.h:1749:8: warning: "LZO_ARCH_AMD64" is not defined
  3740. C:/msys/1.0/local/include/lzo/lzodefs.h:1755:8: warning: "LZO_CC_INTELC" is not defined
  3741.  
  3742.  
  3743. Result is: yes
  3744. ##########################################
  3745.  
  3746. ============ Checking for mad support ============
  3747.  
  3748. #include <mad.h>
  3749. int main(void) { return 0; }
  3750.  
  3751. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -lmad
  3752.  
  3753.  
  3754. Result is: yes
  3755. ##########################################
  3756.  
  3757. ============ Checking for Twolame ============
  3758.  
  3759. #include <twolame.h>
  3760. int main(void) { twolame_init(); return 0; }
  3761.  
  3762. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -o /tmp/mplayer-configure-25175-4100/tmp.exe -ltwolame -lm
  3763.  
  3764.  
  3765. Result is: yes
  3766. ##########################################
  3767.  
  3768. ============ Checking for Toolame ============
  3769. Result is: no (disabled by twolame)
  3770. ##########################################
  3771.  
  3772. ============ Checking for OggVorbis support ============
  3773. Result is: yes (internal Tremor)
  3774. ##########################################
  3775.  
  3776. ============ Checking for libspeex (version >= 1.1 required) ============
  3777.  
  3778. #include <speex/speex.h>
  3779. int main(void) { SpeexBits bits; void *dec; speex_decode_int(dec, &bits, dec); return 0; }
  3780.  
  3781. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -lspeex -lm
  3782. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3783. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: 'dec' is used uninitialized in this function
  3784.  
  3785.  
  3786. Result is: yes
  3787. ##########################################
  3788.  
  3789. ============ Checking for libgsm ============
  3790.  
  3791. #include <gsm/gsm.h>
  3792. int main(void) { gsm_create(); return 0; }
  3793.  
  3794. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -lgsm
  3795. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:21: error: gsm/gsm.h: No such file or directory
  3796. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3797. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'gsm_create'
  3798.  
  3799.  
  3800. Result is: no
  3801. ##########################################
  3802.  
  3803. ============ Checking for OggTheora support ============
  3804.  
  3805. #include <theora/theora.h>
  3806. #include <string.h>
  3807. int main(void) {
  3808. /* Theora is in flux, make sure that all interface routines and datatypes
  3809. * exist and work the way we expect it, so we don't break MPlayer. */
  3810. ogg_packet op;
  3811. theora_comment tc;
  3812. theora_info inf;
  3813. theora_state st;
  3814. yuv_buffer yuv;
  3815. int r;
  3816. double t;
  3817.  
  3818. theora_info_init(&inf);
  3819. theora_comment_init(&tc);
  3820.  
  3821. return 0;
  3822.  
  3823. /* we don't want to execute this kind of nonsense; just for making sure
  3824. * that compilation works... */
  3825. memset(&op, 0, sizeof(op));
  3826. r = theora_decode_header(&inf, &tc, &op);
  3827. r = theora_decode_init(&st, &inf);
  3828. t = theora_granule_time(&st, op.granulepos);
  3829. r = theora_decode_packetin(&st, &op);
  3830. r = theora_decode_YUVout(&st, &yuv);
  3831. theora_clear(&st);
  3832.  
  3833. return 0;
  3834. }
  3835.  
  3836. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -IC:/msys/1.0/local/include -LC:/msys/1.0/local/lib -ltheora -logg
  3837.  
  3838.  
  3839. Result is: yes
  3840. ##########################################
  3841.  
  3842. ============ Checking for mp3lib support ============
  3843. Result is: yes
  3844. ##########################################
  3845.  
  3846. ============ Checking for mpg123 support ============
  3847.  
  3848. #include <mpg123.h>
  3849. int main(void){ mpg123_init(); return 0; }
  3850.  
  3851. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -lmpg123
  3852. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:20: error: mpg123.h: No such file or directory
  3853. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3854. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'mpg123_init'
  3855.  
  3856.  
  3857. Result is: no
  3858. ##########################################
  3859.  
  3860. ============ Checking for liba52 support ============
  3861.  
  3862. #include <inttypes.h>
  3863. #include <a52dec/a52.h>
  3864. int main(void) { a52_state_t *testHand; testHand=a52_init(0); return 0; }
  3865.  
  3866. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -la52
  3867. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:24: error: a52dec/a52.h: No such file or directory
  3868. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3869. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'a52_state_t' undeclared (first use in this function)
  3870. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once
  3871. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.)
  3872. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'testHand' undeclared (first use in this function)
  3873. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'a52_init'
  3874.  
  3875.  
  3876. Result is: no
  3877. ##########################################
  3878.  
  3879. ============ Checking for libmpeg2 support ============
  3880. Result is: yes (internal)
  3881. ##########################################
  3882.  
  3883. ============ Checking for libdca support ============
  3884.  
  3885. #include <inttypes.h>
  3886. #include <dts.h>
  3887. int main(void) { dts_init(0); return 0; }
  3888.  
  3889. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -ldca -lm
  3890.  
  3891.  
  3892. Result is: yes
  3893. ##########################################
  3894.  
  3895. ============ Checking for libmpcdec (musepack, version >= 1.2.1 required) ============
  3896.  
  3897. #include <stddef.h>
  3898. #include <mpcdec/mpcdec.h>
  3899. int main(void) {
  3900. mpc_streaminfo info;
  3901. mpc_decoder decoder;
  3902. mpc_decoder_set_streaminfo(&decoder, &info);
  3903. mpc_decoder_decode_frame(&decoder, NULL, 0, NULL);
  3904. return 0;
  3905. }
  3906.  
  3907. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -lmpcdec -lm
  3908.  
  3909.  
  3910. Result is: yes
  3911. ##########################################
  3912.  
  3913. ============ Checking for FAAC support ============
  3914.  
  3915. #include <inttypes.h>
  3916. #include <faac.h>
  3917. int main(void) { unsigned long x, y; faacEncOpen(48000, 2, &x, &y); return 0; }
  3918.  
  3919. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -lfaac -lm
  3920. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:18: error: faac.h: No such file or directory
  3921. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3922. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'faacEncOpen'
  3923.  
  3924.  
  3925.  
  3926. #include <inttypes.h>
  3927. #include <faac.h>
  3928. int main(void) { unsigned long x, y; faacEncOpen(48000, 2, &x, &y); return 0; }
  3929.  
  3930. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -lfaac -lmp4v2 -lstdc++ -lm
  3931. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2:18: error: faac.h: No such file or directory
  3932. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3933. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'faacEncOpen'
  3934.  
  3935.  
  3936. Result is: no (in libavcodec: no)
  3937. ##########################################
  3938.  
  3939. ============ Checking for FAAD2 support ============
  3940. Result is: yes (internal floating-point)
  3941. ##########################################
  3942.  
  3943. ============ Checking for LADSPA plugin support ============
  3944.  
  3945. #include <ladspa.h>
  3946. int main(void) {
  3947. const LADSPA_Descriptor *ld = NULL;
  3948. return 0;
  3949. }
  3950.  
  3951. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe
  3952. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:20: error: ladspa.h: No such file or directory
  3953. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  3954. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  3955. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'ld' undeclared (first use in this function)
  3956. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: (Each undeclared identifier is reported only once
  3957. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: for each function it appears in.)
  3958. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: error: 'NULL' undeclared (first use in this function)
  3959.  
  3960.  
  3961. Result is: no
  3962. ##########################################
  3963.  
  3964. ============ Checking for libbs2b audio filter support ============
  3965.  
  3966. #include <bs2b.h>
  3967. #if BS2B_VERSION_MAJOR < 3
  3968. #error Please use libbs2b >= 3.0.0, older versions are not supported.
  3969. #endif
  3970. int main(void) {
  3971. t_bs2bdp filter;
  3972. filter=bs2b_open();
  3973. bs2b_close(filter);
  3974. return 0;
  3975. }
  3976.  
  3977. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -IC:/msys/1.0/local/include/bs2b -LC:/msys/1.0/local/lib -lbs2b -lm
  3978.  
  3979.  
  3980. Result is: yes
  3981. ##########################################
  3982.  
  3983. ============ Checking for Win32 codecs ============
  3984. Result is: yes (using native windows)
  3985. ##########################################
  3986.  
  3987. ============ Checking for XAnim codecs ============
  3988. Result is: no (dynamic loader support needed)
  3989. ##########################################
  3990.  
  3991. ============ Checking for RealPlayer codecs ============
  3992. Result is: yes (dynamic loader support needed)
  3993. ##########################################
  3994.  
  3995. ============ Checking for QuickTime codecs ============
  3996. Result is: yes
  3997. ##########################################
  3998.  
  3999. ============ Checking for Nemesi Streaming Media libraries ============
  4000. Result is: no
  4001. ##########################################
  4002.  
  4003. ============ Checking for LIVE555 Streaming Media libraries ============
  4004.  
  4005. #include <liveMedia.hh>
  4006. #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
  4007. #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4008. #endif
  4009. int main(void) { return 0; }
  4010.  
  4011. gcc /tmp/mplayer-configure-25175-4100/tmp.cpp -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -Ilibdvdread4/liveMedia/include -Ilibdvdread4/UsageEnvironment/include -Ilibdvdread4/groupsock/include -lstdc++
  4012. cc1plus.exe: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  4013. cc1plus.exe: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
  4014. cc1plus.exe: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
  4015. cc1plus.exe: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
  4016. cc1plus.exe: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
  4017. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:1:24: error: liveMedia.hh: No such file or directory
  4018. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
  4019. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4020.  
  4021.  
  4022.  
  4023. #include <liveMedia.hh>
  4024. #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
  4025. #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4026. #endif
  4027. int main(void) { return 0; }
  4028.  
  4029. gcc /tmp/mplayer-configure-25175-4100/tmp.cpp -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -I./liveMedia/include -I./UsageEnvironment/include -I./groupsock/include -lstdc++
  4030. cc1plus.exe: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  4031. cc1plus.exe: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
  4032. cc1plus.exe: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
  4033. cc1plus.exe: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
  4034. cc1plus.exe: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
  4035. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:1:24: error: liveMedia.hh: No such file or directory
  4036. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
  4037. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4038.  
  4039.  
  4040.  
  4041. #include <liveMedia.hh>
  4042. #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
  4043. #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4044. #endif
  4045. int main(void) { return 0; }
  4046.  
  4047. gcc /tmp/mplayer-configure-25175-4100/tmp.cpp -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -fno-common/liveMedia/include -fno-common/UsageEnvironment/include -fno-common/groupsock/include -lstdc++
  4048. cc1plus.exe: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  4049. cc1plus.exe: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
  4050. cc1plus.exe: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
  4051. cc1plus.exe: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
  4052. cc1plus.exe: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
  4053. cc1plus.exe: error: unrecognized command line option "-fno-common/liveMedia/include"
  4054. cc1plus.exe: error: unrecognized command line option "-fno-common/UsageEnvironment/include"
  4055. cc1plus.exe: error: unrecognized command line option "-fno-common/groupsock/include"
  4056.  
  4057.  
  4058.  
  4059. #include <liveMedia.hh>
  4060. #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
  4061. #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4062. #endif
  4063. int main(void) { return 0; }
  4064.  
  4065. gcc /tmp/mplayer-configure-25175-4100/tmp.cpp -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/mingw/include//liveMedia/include -I/mingw/include//UsageEnvironment/include -I/mingw/include//groupsock/include -lstdc++
  4066. cc1plus.exe: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  4067. cc1plus.exe: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
  4068. cc1plus.exe: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
  4069. cc1plus.exe: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
  4070. cc1plus.exe: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
  4071. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:1:24: error: liveMedia.hh: No such file or directory
  4072. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
  4073. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4074.  
  4075.  
  4076.  
  4077. #include <liveMedia.hh>
  4078. #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
  4079. #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4080. #endif
  4081. int main(void) { return 0; }
  4082.  
  4083. gcc /tmp/mplayer-configure-25175-4100/tmp.cpp -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -IC:/msys/1.0/local/include/liveMedia/include -IC:/msys/1.0/local/include/UsageEnvironment/include -IC:/msys/1.0/local/include/groupsock/include -lstdc++
  4084. cc1plus.exe: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  4085. cc1plus.exe: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
  4086. cc1plus.exe: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
  4087. cc1plus.exe: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
  4088. cc1plus.exe: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
  4089. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:1:24: error: liveMedia.hh: No such file or directory
  4090. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
  4091. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4092.  
  4093.  
  4094.  
  4095. #include <liveMedia.hh>
  4096. #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
  4097. #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4098. #endif
  4099. int main(void) { return 0; }
  4100.  
  4101. gcc /tmp/mplayer-configure-25175-4100/tmp.cpp -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -IC:/msys/1.0/local/include/bs2b/liveMedia/include -IC:/msys/1.0/local/include/bs2b/UsageEnvironment/include -IC:/msys/1.0/local/include/bs2b/groupsock/include -lstdc++
  4102. cc1plus.exe: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  4103. cc1plus.exe: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
  4104. cc1plus.exe: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
  4105. cc1plus.exe: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
  4106. cc1plus.exe: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
  4107. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:1:24: error: liveMedia.hh: No such file or directory
  4108. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
  4109. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4110.  
  4111.  
  4112.  
  4113. #include <liveMedia.hh>
  4114. #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
  4115. #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4116. #endif
  4117. int main(void) { return 0; }
  4118.  
  4119. gcc /tmp/mplayer-configure-25175-4100/tmp.cpp -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/usr/local/lib/live/liveMedia/include -I/usr/local/lib/live/UsageEnvironment/include -I/usr/local/lib/live/groupsock/include -lstdc++
  4120. cc1plus.exe: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  4121. cc1plus.exe: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
  4122. cc1plus.exe: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
  4123. cc1plus.exe: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
  4124. cc1plus.exe: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
  4125. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:1:24: error: liveMedia.hh: No such file or directory
  4126. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
  4127. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4128.  
  4129.  
  4130.  
  4131. #include <liveMedia.hh>
  4132. #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
  4133. #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4134. #endif
  4135. int main(void) { return 0; }
  4136.  
  4137. gcc /tmp/mplayer-configure-25175-4100/tmp.cpp -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/usr/lib/live/liveMedia/include -I/usr/lib/live/UsageEnvironment/include -I/usr/lib/live/groupsock/include -lstdc++
  4138. cc1plus.exe: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  4139. cc1plus.exe: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
  4140. cc1plus.exe: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
  4141. cc1plus.exe: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
  4142. cc1plus.exe: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
  4143. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:1:24: error: liveMedia.hh: No such file or directory
  4144. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
  4145. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4146.  
  4147.  
  4148.  
  4149. #include <liveMedia.hh>
  4150. #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
  4151. #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4152. #endif
  4153. int main(void) { return 0; }
  4154.  
  4155. gcc /tmp/mplayer-configure-25175-4100/tmp.cpp -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/usr/lib64/live/liveMedia/include -I/usr/lib64/live/UsageEnvironment/include -I/usr/lib64/live/groupsock/include -lstdc++
  4156. cc1plus.exe: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  4157. cc1plus.exe: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
  4158. cc1plus.exe: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
  4159. cc1plus.exe: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
  4160. cc1plus.exe: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
  4161. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:1:24: error: liveMedia.hh: No such file or directory
  4162. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
  4163. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4164.  
  4165.  
  4166.  
  4167. #include <liveMedia.hh>
  4168. #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
  4169. #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4170. #endif
  4171. int main(void) { return 0; }
  4172.  
  4173. gcc /tmp/mplayer-configure-25175-4100/tmp.cpp -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/usr/local/live/liveMedia/include -I/usr/local/live/UsageEnvironment/include -I/usr/local/live/groupsock/include -lstdc++
  4174. cc1plus.exe: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  4175. cc1plus.exe: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
  4176. cc1plus.exe: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
  4177. cc1plus.exe: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
  4178. cc1plus.exe: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
  4179. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:1:24: error: liveMedia.hh: No such file or directory
  4180. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
  4181. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4182.  
  4183.  
  4184.  
  4185. #include <liveMedia.hh>
  4186. #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
  4187. #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4188. #endif
  4189. int main(void) { return 0; }
  4190.  
  4191. gcc /tmp/mplayer-configure-25175-4100/tmp.cpp -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/usr/local/lib/live/liveMedia/include -I/usr/local/lib/live/UsageEnvironment/include -I/usr/local/lib/live/groupsock/include -lstdc++
  4192. cc1plus.exe: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  4193. cc1plus.exe: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
  4194. cc1plus.exe: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
  4195. cc1plus.exe: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
  4196. cc1plus.exe: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
  4197. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:1:24: error: liveMedia.hh: No such file or directory
  4198. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
  4199. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4200.  
  4201.  
  4202.  
  4203. #include <liveMedia.hh>
  4204. #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
  4205. #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4206. #endif
  4207. int main(void) { return 0; }
  4208.  
  4209. gcc /tmp/mplayer-configure-25175-4100/tmp.cpp -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/groupsock -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -lstdc++
  4210. cc1plus.exe: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  4211. cc1plus.exe: warning: command line option "-Wmissing-prototypes" is valid for Ada/C/ObjC but not for C++
  4212. cc1plus.exe: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
  4213. cc1plus.exe: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
  4214. cc1plus.exe: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
  4215. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:1:24: error: liveMedia.hh: No such file or directory
  4216. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
  4217. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.cpp:3:2: error: #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
  4218.  
  4219.  
  4220. Result is: no
  4221. ##########################################
  4222.  
  4223. ============ Checking for RTMPDump Streaming Media library ============
  4224.  
  4225. #include <librtmp/rtmp.h>
  4226. int main(void) { RTMP r; RTMP_Socket(&r); return 0; }
  4227.  
  4228. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -lrtmp
  4229. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:26: error: librtmp/rtmp.h: No such file or directory
  4230. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  4231. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: 'RTMP' undeclared (first use in this function)
  4232. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: (Each undeclared identifier is reported only once
  4233. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: for each function it appears in.)
  4234. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: expected ';' before 'r'
  4235. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'RTMP_Socket'
  4236. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: 'r' undeclared (first use in this function)
  4237.  
  4238.  
  4239. Result is: no
  4240. ##########################################
  4241.  
  4242. ============ Checking for FFmpeg libavutil ============
  4243. Result is: yes (static)
  4244. ##########################################
  4245.  
  4246. ============ Checking for FFmpeg libavcodec ============
  4247. Result is: yes (static)
  4248. ##########################################
  4249.  
  4250. ============ Checking for FFmpeg libavformat ============
  4251. Result is: yes (static)
  4252. ##########################################
  4253.  
  4254. ============ Checking for FFmpeg libpostproc ============
  4255. Result is: yes (static)
  4256. ##########################################
  4257.  
  4258. ============ Checking for FFmpeg libswscale ============
  4259. Result is: yes (static)
  4260. ##########################################
  4261.  
  4262. ============ Checking for /dev/mga_vid ============
  4263. Result is: no
  4264. ##########################################
  4265.  
  4266. ============ Checking for xmga ============
  4267. Result is: no
  4268. ##########################################
  4269.  
  4270. ============ Checking for libopencore_amr narrowband ============
  4271.  
  4272. #include <opencore-amrnb/interf_dec.h>
  4273. int main(void) { Decoder_Interface_init(); return 0; }
  4274.  
  4275. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -lopencore-amrnb
  4276.  
  4277.  
  4278. Result is: yes
  4279. ##########################################
  4280.  
  4281. ============ Checking for libopencore_amr wideband ============
  4282.  
  4283. #include <opencore-amrwb/dec_if.h>
  4284. int main(void) { D_IF_init(); return 0; }
  4285.  
  4286. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lopencore-amrnb -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -lopencore-amrwb
  4287.  
  4288.  
  4289. Result is: yes
  4290. ##########################################
  4291.  
  4292. ============ Checking for libdv-0.9.5+ ============
  4293.  
  4294. #include <libdv/dv.h>
  4295. int main(void) { dv_encoder_t* enc=dv_encoder_new(1,1,1); return 0; }
  4296.  
  4297. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lopencore-amrnb -lopencore-amrwb -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -ldv -lpthread -lm
  4298. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:22: error: libdv/dv.h: No such file or directory
  4299. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  4300. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: 'dv_encoder_t' undeclared (first use in this function)
  4301. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: (Each undeclared identifier is reported only once
  4302. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: for each function it appears in.)
  4303. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: 'enc' undeclared (first use in this function)
  4304. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: implicit declaration of function 'dv_encoder_new'
  4305.  
  4306.  
  4307. Result is: no
  4308. ##########################################
  4309.  
  4310. ============ Checking for Xvid ============
  4311.  
  4312. #include <xvid.h>
  4313. int main(void) { xvid_global(0, 0, 0, 0); return 0; }
  4314.  
  4315. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lopencore-amrnb -lopencore-amrwb -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -lxvidcore -lm
  4316.  
  4317.  
  4318. Result is: yes
  4319. ##########################################
  4320.  
  4321. ============ Checking for Xvid two pass plugin ============
  4322.  
  4323. #include <xvid.h>
  4324. int main(void) { xvid_plugin_2pass2_t s; s.vbv_size=0; return 0; }
  4325.  
  4326. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lopencore-amrnb -lopencore-amrwb -lxvidcore -lm -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe
  4327.  
  4328.  
  4329. Result is: yes
  4330. ##########################################
  4331.  
  4332. ============ Checking for x264 ============
  4333.  
  4334. #include <inttypes.h>
  4335. #include <x264.h>
  4336. #if X264_BUILD < 98
  4337. #error We do not support old versions of x264. Get the latest from git.
  4338. #endif
  4339. int main(void) { x264_encoder_open((void*)0); return 0; }
  4340.  
  4341. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lopencore-amrnb -lopencore-amrwb -lxvidcore -lm -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -ltwolame -o /tmp/mplayer-configure-25175-4100/tmp.exe -lx264 -lpthread
  4342.  
  4343.  
  4344. Result is: yes (in libavcodec: yes)
  4345. ##########################################
  4346.  
  4347. ============ Checking for libdirac ============
  4348. Result is: no
  4349. ##########################################
  4350.  
  4351. ============ Checking for libschroedinger ============
  4352. Result is: no
  4353. ##########################################
  4354.  
  4355. ============ Checking for libvpx ============
  4356.  
  4357. #include <vpx/vpx_encoder.h>
  4358. #include <vpx/vpx_decoder.h>
  4359. #include <vpx/vp8dx.h>
  4360. #include <vpx/vp8cx.h>
  4361. struct vpx_codec_ctx decoder;
  4362. int main(void) {
  4363. vpx_codec_dec_init(NULL, &vpx_codec_vp8_dx_algo, NULL, 0);
  4364. vpx_codec_enc_init(NULL, &vpx_codec_vp8_dx_algo, NULL, 0);
  4365. return 0;
  4366. }
  4367.  
  4368. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lopencore-amrnb -lopencore-amrwb -lxvidcore -lm -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -lx264 -lpthread -ltwolame -lx264 -lpthread -o /tmp/mplayer-configure-25175-4100/tmp.exe -lvpx
  4369.  
  4370.  
  4371. Result is: yes
  4372. ##########################################
  4373.  
  4374. ============ Checking for libnut ============
  4375.  
  4376. #include <libnut.h>
  4377. nut_context_tt * nut;
  4378. int main(void) { (void)nut_error(0); return 0; }
  4379.  
  4380. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lopencore-amrnb -lopencore-amrwb -lxvidcore -lm -lvpx -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -lx264 -lpthread -ltwolame -lx264 -lpthread -o /tmp/mplayer-configure-25175-4100/tmp.exe -lnut
  4381. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:20: error: libnut.h: No such file or directory
  4382. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  4383. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  4384. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'nut_error'
  4385.  
  4386.  
  4387. Result is: no
  4388. ##########################################
  4389.  
  4390. ============ Checking for zr ============
  4391. Result is: no
  4392. ##########################################
  4393.  
  4394. ============ Checking for libmp3lame ============
  4395.  
  4396. #include <lame/lame.h>
  4397. int main(void) { lame_version_t lv; (void) lame_init();
  4398. get_lame_version_numerical(&lv);
  4399. return 0; }
  4400.  
  4401. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lopencore-amrnb -lopencore-amrwb -lxvidcore -lm -lvpx -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -lx264 -lpthread -ltwolame -lx264 -lpthread -o /tmp/mplayer-configure-25175-4100/tmp.exe -lmp3lame -lm
  4402.  
  4403.  
  4404.  
  4405. #include <lame/lame.h>
  4406. int main(void) { lame_set_preset(NULL, STANDARD_FAST); return 0; }
  4407.  
  4408. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lopencore-amrnb -lopencore-amrwb -lxvidcore -lm -lvpx -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -lx264 -lpthread -ltwolame -lx264 -lpthread -lmp3lame -o /tmp/mplayer-configure-25175-4100/tmp.exe -lmp3lame -lm
  4409.  
  4410.  
  4411.  
  4412. #include <lame/lame.h>
  4413. int main(void) { lame_set_preset(NULL, MEDIUM_FAST); return 0; }
  4414.  
  4415. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lopencore-amrnb -lopencore-amrwb -lxvidcore -lm -lvpx -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -lx264 -lpthread -ltwolame -lx264 -lpthread -lmp3lame -o /tmp/mplayer-configure-25175-4100/tmp.exe -lmp3lame -lm
  4416.  
  4417.  
  4418. Result is: yes (in libavcodec: yes)
  4419. ##########################################
  4420.  
  4421. ============ Checking for mencoder ============
  4422. Result is: yes
  4423. ##########################################
  4424.  
  4425. ============ Checking for UnRAR executable ============
  4426. Result is: no
  4427. ##########################################
  4428.  
  4429. ============ Checking for TV interface ============
  4430. Result is: yes
  4431. ##########################################
  4432.  
  4433. ============ Checking for DirectShow TV interface ============
  4434.  
  4435. #include <ole2.h>
  4436. int main(void) {
  4437. void* p;
  4438. CoCreateInstance((GUID*)&GUID_NULL, NULL, CLSCTX_INPROC_SERVER, &GUID_NULL, &p);
  4439. return 0;
  4440. }
  4441.  
  4442. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lopencore-amrnb -lopencore-amrwb -lxvidcore -lm -lvpx -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -lx264 -lpthread -lmp3lame -ltwolame -lx264 -lpthread -lmp3lame -o /tmp/mplayer-configure-25175-4100/tmp.exe -lole32 -luuid
  4443.  
  4444.  
  4445. Result is: yes
  4446. ##########################################
  4447.  
  4448. ============ Checking for Video 4 Linux TV interface ============
  4449. Result is: no
  4450. ##########################################
  4451.  
  4452. ============ Checking for Video 4 Linux 2 TV interface ============
  4453. Result is: no
  4454. ##########################################
  4455.  
  4456. ============ Checking for Radio interface ============
  4457. Result is: no
  4458. ##########################################
  4459.  
  4460. ============ Checking for Capture for Radio interface ============
  4461. Result is: no
  4462. ##########################################
  4463.  
  4464. ============ Checking for Video 4 Linux 2 Radio interface ============
  4465. Result is: no
  4466. ##########################################
  4467.  
  4468. ============ Checking for Video 4 Linux Radio interface ============
  4469. Result is: no
  4470. ##########################################
  4471.  
  4472. ============ Checking for Video 4 Linux 2 MPEG PVR interface ============
  4473. Result is: no
  4474. ##########################################
  4475.  
  4476. ============ Checking for ftp ============
  4477. Result is: yes
  4478. ##########################################
  4479.  
  4480. ============ Checking for vstream client ============
  4481.  
  4482. #include <vstream-client.h>
  4483. void vstream_error(const char *format, ... ) {}
  4484. int main(void) { vstream_start(); return 0; }
  4485.  
  4486. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lopencore-amrnb -lopencore-amrwb -lxvidcore -lm -lvpx -lole32 -luuid -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -lx264 -lpthread -lmp3lame -ltwolame -lx264 -lpthread -lmp3lame -o /tmp/mplayer-configure-25175-4100/tmp.exe -lvstream-client
  4487. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:28: error: vstream-client.h: No such file or directory
  4488. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:2: warning: no previous prototype for 'vstream_error'
  4489. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c: In function 'main':
  4490. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:3: warning: implicit declaration of function 'vstream_start'
  4491.  
  4492.  
  4493. Result is: no
  4494. ##########################################
  4495.  
  4496. ============ Checking for OSD menu ============
  4497. Result is: no
  4498. ##########################################
  4499.  
  4500. ============ Checking for Subtitles sorting ============
  4501. Result is: yes
  4502. ##########################################
  4503.  
  4504. ============ Checking for XMMS inputplugin support ============
  4505. Result is: no
  4506. ##########################################
  4507.  
  4508. ============ Checking for GUI ============
  4509. ============ Checking for automatic gdb attach ============
  4510. Result is: no
  4511. ##########################################
  4512.  
  4513. ============ Checking for compiler support for noexecstack ============
  4514.  
  4515. int main(void) { return 0; }
  4516.  
  4517. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lopencore-amrnb -lopencore-amrwb -lxvidcore -lm -lvpx -lole32 -luuid -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -lx264 -lpthread -lmp3lame -ltwolame -lx264 -lpthread -lmp3lame -o /tmp/mplayer-configure-25175-4100/tmp.exe -Wl,-z,noexecstack
  4518. c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: unrecognized option '-z'
  4519. c:/mingw/bin/../lib/gcc/mingw32/4.4.1/../../../../mingw32/bin/ld.exe: use the --help option for usage information
  4520. collect2: ld returned 1 exit status
  4521.  
  4522.  
  4523. Result is: no
  4524. ##########################################
  4525.  
  4526. ============ Checking for linker support for --nxcompat --no-seh --dynamicbase ============
  4527.  
  4528. int main(void) { return 0; }
  4529.  
  4530. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lopencore-amrnb -lopencore-amrwb -lxvidcore -lm -lvpx -lole32 -luuid -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -lx264 -lpthread -lmp3lame -ltwolame -lx264 -lpthread -lmp3lame -o /tmp/mplayer-configure-25175-4100/tmp.exe -Wl,--nxcompat -Wl,--no-seh -Wl,--dynamicbase
  4531.  
  4532.  
  4533. Result is: yes
  4534. ##########################################
  4535.  
  4536. ============ Checking for joystick ============
  4537. Result is: no
  4538. ##########################################
  4539.  
  4540. ============ Checking for lirc ============
  4541.  
  4542. #include <lirc/lirc_client.h>
  4543. int main(void) { return 0; }
  4544.  
  4545. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -Wl,--nxcompat -Wl,--no-seh -Wl,--dynamicbase -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lopencore-amrnb -lopencore-amrwb -lxvidcore -lm -lvpx -lole32 -luuid -lpthread -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -lx264 -lpthread -lmp3lame -ltwolame -lx264 -lpthread -lmp3lame -o /tmp/mplayer-configure-25175-4100/tmp.exe -llirc_client
  4546. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:30: error: lirc/lirc_client.h: No such file or directory
  4547.  
  4548.  
  4549. Result is: no
  4550. ##########################################
  4551.  
  4552. ============ Checking for lircc ============
  4553.  
  4554. #include <lirc/lircc.h>
  4555. int main(void) { return 0; }
  4556.  
  4557. gcc /tmp/mplayer-configure-25175-4100/tmp.c -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -fno-common -I/mingw/include/ -IC:/msys/1.0/local/include -IC:/msys/1.0/local/include/bs2b -static -Wl,--nxcompat -Wl,--no-seh -Wl,--dynamicbase -lwinmm -ffast-math -lws2_32 -liconv -lpng -lz -ljpeg -lungif -lfribidi -lenca -lz -lbz2 -llzo2 -lmad -lspeex -LC:/msys/1.0/local/lib -ltheora -logg -ldca -lmpcdec -LC:/msys/1.0/local/lib -lbs2b -lm -ladvapi32 -lole32 -lopencore-amrnb -lopencore-amrwb -lxvidcore -lm -lvpx -lole32 -luuid -lpthread -lgdi32 -L/mingw/lib -lcaca -lz -lSDL -lwinmm -lgdi32 -ldxguid -lopengl32 -lgdi32 -lwinmm -lx264 -lpthread -lmp3lame -ltwolame -lx264 -lpthread -lmp3lame -o /tmp/mplayer-configure-25175-4100/tmp.exe -llircc
  4558. C:/Users/rernst/AppData/Local/Temp/mplayer-configure-25175-4100/tmp.c:1:24: error: lirc/lircc.h: No such file or directory
  4559.  
  4560.  
  4561. Result is: no
  4562. ##########################################
  4563.  
  4564. ============ Checking for DVD support (libdvdnav) ============
  4565. Result is: yes (internal)
  4566. ##########################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement