| 1 | ============ Checking for gcc version ============
|
|---|
| 2 | Result is: 4.1.3, ok
|
|---|
| 3 | ##########################################
|
|---|
| 4 |
|
|---|
| 5 | ============ Checking for host cc ============
|
|---|
| 6 | Result is: gcc
|
|---|
| 7 | ##########################################
|
|---|
| 8 |
|
|---|
| 9 | ============ Checking for cross compilation ============
|
|---|
| 10 |
|
|---|
| 11 | int main() { return 0; }
|
|---|
| 12 |
|
|---|
| 13 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 | Result is: no
|
|---|
| 17 | ##########################################
|
|---|
| 18 |
|
|---|
| 19 | ============ Checking for CPU vendor ============
|
|---|
| 20 | Result is: GenuineIntel (15:2:7)
|
|---|
| 21 | ##########################################
|
|---|
| 22 |
|
|---|
| 23 | ============ Checking for CPU type ============
|
|---|
| 24 | Result is: Intel(R) Pentium(R) 4 CPU 2.40GHz
|
|---|
| 25 | ##########################################
|
|---|
| 26 |
|
|---|
| 27 | ============ Checking for kernel support of mmx ============
|
|---|
| 28 |
|
|---|
| 29 | #include <signal.h>
|
|---|
| 30 | void catch() { exit(1); }
|
|---|
| 31 | int main(void){
|
|---|
| 32 | signal(SIGILL, catch);
|
|---|
| 33 | __asm__ __volatile__ ("emms":::"memory");return(0);
|
|---|
| 34 | }
|
|---|
| 35 |
|
|---|
| 36 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 37 | /tmp/mplayer-conf--30995.c: In function 'catch':
|
|---|
| 38 | /tmp/mplayer-conf--30995.c:2: warning: incompatible implicit declaration of built-in function 'exit'
|
|---|
| 39 |
|
|---|
| 40 |
|
|---|
| 41 | Result is: yes
|
|---|
| 42 | ##########################################
|
|---|
| 43 |
|
|---|
| 44 | ============ Checking for kernel support of mmxext ============
|
|---|
| 45 |
|
|---|
| 46 | #include <signal.h>
|
|---|
| 47 | void catch() { exit(1); }
|
|---|
| 48 | int main(void){
|
|---|
| 49 | signal(SIGILL, catch);
|
|---|
| 50 | __asm__ __volatile__ ("sfence":::"memory");return(0);
|
|---|
| 51 | }
|
|---|
| 52 |
|
|---|
| 53 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 54 | /tmp/mplayer-conf--30995.c: In function 'catch':
|
|---|
| 55 | /tmp/mplayer-conf--30995.c:2: warning: incompatible implicit declaration of built-in function 'exit'
|
|---|
| 56 |
|
|---|
| 57 |
|
|---|
| 58 | Result is: yes
|
|---|
| 59 | ##########################################
|
|---|
| 60 |
|
|---|
| 61 | ============ Checking for kernel support of sse ============
|
|---|
| 62 |
|
|---|
| 63 | #include <signal.h>
|
|---|
| 64 | void catch() { exit(1); }
|
|---|
| 65 | int main(void){
|
|---|
| 66 | signal(SIGILL, catch);
|
|---|
| 67 | __asm__ __volatile__ ("xorps %%xmm0, %%xmm0":::"memory");return(0);
|
|---|
| 68 | }
|
|---|
| 69 |
|
|---|
| 70 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 71 | /tmp/mplayer-conf--30995.c: In function 'catch':
|
|---|
| 72 | /tmp/mplayer-conf--30995.c:2: warning: incompatible implicit declaration of built-in function 'exit'
|
|---|
| 73 |
|
|---|
| 74 |
|
|---|
| 75 | Result is: yes
|
|---|
| 76 | ##########################################
|
|---|
| 77 |
|
|---|
| 78 | ============ Checking for kernel support of sse2 ============
|
|---|
| 79 |
|
|---|
| 80 | #include <signal.h>
|
|---|
| 81 | void catch() { exit(1); }
|
|---|
| 82 | int main(void){
|
|---|
| 83 | signal(SIGILL, catch);
|
|---|
| 84 | __asm__ __volatile__ ("xorpd %%xmm0, %%xmm0":::"memory");return(0);
|
|---|
| 85 | }
|
|---|
| 86 |
|
|---|
| 87 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 88 | /tmp/mplayer-conf--30995.c: In function 'catch':
|
|---|
| 89 | /tmp/mplayer-conf--30995.c:2: warning: incompatible implicit declaration of built-in function 'exit'
|
|---|
| 90 |
|
|---|
| 91 |
|
|---|
| 92 | Result is: yes
|
|---|
| 93 | ##########################################
|
|---|
| 94 |
|
|---|
| 95 | ============ Checking for kernel support of cmov ============
|
|---|
| 96 |
|
|---|
| 97 | #include <signal.h>
|
|---|
| 98 | void catch() { exit(1); }
|
|---|
| 99 | int main(void){
|
|---|
| 100 | signal(SIGILL, catch);
|
|---|
| 101 | __asm__ __volatile__ ("cmovb %%eax,%%ebx":::"memory");return(0);
|
|---|
| 102 | }
|
|---|
| 103 |
|
|---|
| 104 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 105 | /tmp/mplayer-conf--30995.c: In function 'catch':
|
|---|
| 106 | /tmp/mplayer-conf--30995.c:2: warning: incompatible implicit declaration of built-in function 'exit'
|
|---|
| 107 |
|
|---|
| 108 |
|
|---|
| 109 | Result is: yes
|
|---|
| 110 | ##########################################
|
|---|
| 111 |
|
|---|
| 112 | ============ Checking for mtrr support ============
|
|---|
| 113 | Result is: yes
|
|---|
| 114 | ##########################################
|
|---|
| 115 |
|
|---|
| 116 | ============ Checking for GCC & CPU optimization abilities ============
|
|---|
| 117 |
|
|---|
| 118 | int main(void) { return 0; }
|
|---|
| 119 |
|
|---|
| 120 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -march=pentium4 -mtune=pentium4
|
|---|
| 121 |
|
|---|
| 122 |
|
|---|
| 123 | Result is: pentium4
|
|---|
| 124 | ##########################################
|
|---|
| 125 |
|
|---|
| 126 | ============ Checking for assembler support of -pipe option ============
|
|---|
| 127 |
|
|---|
| 128 | int main(void) { return 0; }
|
|---|
| 129 |
|
|---|
| 130 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -pipe
|
|---|
| 131 |
|
|---|
| 132 |
|
|---|
| 133 | Result is: yes
|
|---|
| 134 | ##########################################
|
|---|
| 135 |
|
|---|
| 136 | ============ Checking for compiler support of named assembler arguments ============
|
|---|
| 137 | Result is: yes
|
|---|
| 138 | ##########################################
|
|---|
| 139 |
|
|---|
| 140 | ============ Checking for assembler (as ) ============
|
|---|
| 141 | Result is: ok
|
|---|
| 142 | ##########################################
|
|---|
| 143 |
|
|---|
| 144 | ============ Checking for .align is a power of two ============
|
|---|
| 145 |
|
|---|
| 146 | main() { asm (".align 3"); }
|
|---|
| 147 |
|
|---|
| 148 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 149 | {standard input}: Assembler messages:
|
|---|
| 150 | {standard input}:282: Error: alignment not a power of 2
|
|---|
| 151 |
|
|---|
| 152 |
|
|---|
| 153 | Result is: no
|
|---|
| 154 | ##########################################
|
|---|
| 155 |
|
|---|
| 156 | ============ Checking for Linux kernel version ============
|
|---|
| 157 | Result is: 2.6.21.5, ok
|
|---|
| 158 | ##########################################
|
|---|
| 159 |
|
|---|
| 160 | ============ Checking for extra headers ============
|
|---|
| 161 | Result is: none
|
|---|
| 162 | ##########################################
|
|---|
| 163 |
|
|---|
| 164 | ============ Checking for extra libs ============
|
|---|
| 165 | Result is: none
|
|---|
| 166 | ##########################################
|
|---|
| 167 |
|
|---|
| 168 | ============ Checking for -lposix ============
|
|---|
| 169 |
|
|---|
| 170 | int main(void) { return 0; }
|
|---|
| 171 |
|
|---|
| 172 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lposix
|
|---|
| 173 | /usr/bin/ld: cannot find -lposix
|
|---|
| 174 | collect2: ld returned 1 exit status
|
|---|
| 175 |
|
|---|
| 176 |
|
|---|
| 177 | Result is: no
|
|---|
| 178 | ##########################################
|
|---|
| 179 |
|
|---|
| 180 | ============ Checking for -lm ============
|
|---|
| 181 |
|
|---|
| 182 | int main(void) { return 0; }
|
|---|
| 183 |
|
|---|
| 184 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lm
|
|---|
| 185 |
|
|---|
| 186 |
|
|---|
| 187 | Result is: yes
|
|---|
| 188 | ##########################################
|
|---|
| 189 |
|
|---|
| 190 | ============ Checking for langinfo ============
|
|---|
| 191 |
|
|---|
| 192 | #include <langinfo.h>
|
|---|
| 193 | int main(void) { nl_langinfo(CODESET); return 0; }
|
|---|
| 194 |
|
|---|
| 195 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 196 |
|
|---|
| 197 |
|
|---|
| 198 | Result is: yes
|
|---|
| 199 | ##########################################
|
|---|
| 200 |
|
|---|
| 201 | ============ Checking for language ============
|
|---|
| 202 | Result is: using en (man pages: en )
|
|---|
| 203 | ##########################################
|
|---|
| 204 |
|
|---|
| 205 | ============ Checking for enable sighandler ============
|
|---|
| 206 | Result is: yes
|
|---|
| 207 | ##########################################
|
|---|
| 208 |
|
|---|
| 209 | ============ Checking for runtime cpudetection ============
|
|---|
| 210 | Result is: no
|
|---|
| 211 | ##########################################
|
|---|
| 212 |
|
|---|
| 213 | ============ Checking for restrict keyword ============
|
|---|
| 214 |
|
|---|
| 215 | void foo(char * restrict p); int main(){}
|
|---|
| 216 |
|
|---|
| 217 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 218 | /tmp/mplayer-conf--30995.c:1: error: expected ';', ',' or ')' before 'p'
|
|---|
| 219 |
|
|---|
| 220 |
|
|---|
| 221 |
|
|---|
| 222 | void foo(char * __restrict p); int main(){}
|
|---|
| 223 |
|
|---|
| 224 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 225 |
|
|---|
| 226 |
|
|---|
| 227 | Result is: __restrict
|
|---|
| 228 | ##########################################
|
|---|
| 229 |
|
|---|
| 230 | ============ Checking for __builtin_expect ============
|
|---|
| 231 |
|
|---|
| 232 | int foo (int a) {
|
|---|
| 233 | a = __builtin_expect (a, 10);
|
|---|
| 234 | return a == 10 ? 0 : 1;
|
|---|
| 235 | }
|
|---|
| 236 | int main() { return foo(10) && foo(0); }
|
|---|
| 237 |
|
|---|
| 238 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 239 |
|
|---|
| 240 |
|
|---|
| 241 | Result is: yes
|
|---|
| 242 | ##########################################
|
|---|
| 243 |
|
|---|
| 244 | ============ Checking for kstat ============
|
|---|
| 245 |
|
|---|
| 246 | #include <kstat.h>
|
|---|
| 247 | int main(void) { (void) kstat_open(); (void) kstat_close(0); return 0; }
|
|---|
| 248 |
|
|---|
| 249 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lkstat
|
|---|
| 250 | /tmp/mplayer-conf--30995.c:1:19: error: kstat.h: No such file or directory
|
|---|
| 251 |
|
|---|
| 252 |
|
|---|
| 253 | Result is: no
|
|---|
| 254 | ##########################################
|
|---|
| 255 |
|
|---|
| 256 | ============ Checking for posix4 ============
|
|---|
| 257 |
|
|---|
| 258 | #include <time.h>
|
|---|
| 259 | int main(void) { (void) nanosleep(0, 0); return 0; }
|
|---|
| 260 |
|
|---|
| 261 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lposix4
|
|---|
| 262 | /usr/bin/ld: cannot find -lposix4
|
|---|
| 263 | collect2: ld returned 1 exit status
|
|---|
| 264 |
|
|---|
| 265 |
|
|---|
| 266 | Result is: no
|
|---|
| 267 | ##########################################
|
|---|
| 268 |
|
|---|
| 269 | ============ Checking for lrintf ============
|
|---|
| 270 |
|
|---|
| 271 | #include <math.h>
|
|---|
| 272 | int main(void) { long (*foo)(float); foo = lrintf; (void)(*foo)(0.0); return 0; }
|
|---|
| 273 |
|
|---|
| 274 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -D_GNU_SOURCE -lm
|
|---|
| 275 |
|
|---|
| 276 |
|
|---|
| 277 | Result is: yes
|
|---|
| 278 | ##########################################
|
|---|
| 279 |
|
|---|
| 280 | ============ Checking for round ============
|
|---|
| 281 |
|
|---|
| 282 | #include <math.h>
|
|---|
| 283 | int main(void) { (void) round(0.0); return 0; }
|
|---|
| 284 |
|
|---|
| 285 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lm
|
|---|
| 286 | /tmp/mplayer-conf--30995.c: In function 'main':
|
|---|
| 287 | /tmp/mplayer-conf--30995.c:2: warning: incompatible implicit declaration of built-in function 'round'
|
|---|
| 288 |
|
|---|
| 289 |
|
|---|
| 290 | Result is: yes
|
|---|
| 291 | ##########################################
|
|---|
| 292 |
|
|---|
| 293 | ============ Checking for nanosleep ============
|
|---|
| 294 |
|
|---|
| 295 | #include <time.h>
|
|---|
| 296 | int main(void) { (void) nanosleep(0, 0); return 0; }
|
|---|
| 297 |
|
|---|
| 298 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 299 |
|
|---|
| 300 |
|
|---|
| 301 | Result is: yes
|
|---|
| 302 | ##########################################
|
|---|
| 303 |
|
|---|
| 304 | ============ Checking for socklib ============
|
|---|
| 305 |
|
|---|
| 306 | #include <netdb.h>
|
|---|
| 307 | #include <sys/socket.h>
|
|---|
| 308 | int main(void) { (void) gethostbyname(0); (void) socket(AF_INET, SOCK_STREAM, 0); return 0; }
|
|---|
| 309 |
|
|---|
| 310 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 311 |
|
|---|
| 312 |
|
|---|
| 313 |
|
|---|
| 314 | #include <winsock2.h>
|
|---|
| 315 | int main(void) { (void) gethostbyname(0); return 0; }
|
|---|
| 316 |
|
|---|
| 317 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lws2_32
|
|---|
| 318 | /tmp/mplayer-conf--30995.c:1:22: error: winsock2.h: No such file or directory
|
|---|
| 319 |
|
|---|
| 320 |
|
|---|
| 321 | Result is: yes
|
|---|
| 322 | ##########################################
|
|---|
| 323 |
|
|---|
| 324 | ============ Checking for inet_pton() ============
|
|---|
| 325 |
|
|---|
| 326 | #include <sys/types.h>
|
|---|
| 327 | #include <sys/socket.h>
|
|---|
| 328 | #include <arpa/inet.h>
|
|---|
| 329 | int main(void) { (void) inet_pton(0, 0, 0); return 0; }
|
|---|
| 330 |
|
|---|
| 331 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 332 |
|
|---|
| 333 |
|
|---|
| 334 | Result is: yes (using )
|
|---|
| 335 | ##########################################
|
|---|
| 336 |
|
|---|
| 337 | ============ Checking for network ============
|
|---|
| 338 | Result is: yes
|
|---|
| 339 | ##########################################
|
|---|
| 340 |
|
|---|
| 341 | ============ Checking for inttypes.h (required) ============
|
|---|
| 342 |
|
|---|
| 343 | #include <inttypes.h>
|
|---|
| 344 | int main(void) { return 0; }
|
|---|
| 345 |
|
|---|
| 346 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 347 |
|
|---|
| 348 |
|
|---|
| 349 | Result is: yes
|
|---|
| 350 | ##########################################
|
|---|
| 351 |
|
|---|
| 352 | ============ Checking for int_fastXY_t in inttypes.h ============
|
|---|
| 353 |
|
|---|
| 354 | #include <inttypes.h>
|
|---|
| 355 | int main(void) {
|
|---|
| 356 | volatile int_fast16_t v= 0;
|
|---|
| 357 | return v; }
|
|---|
| 358 |
|
|---|
| 359 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 360 |
|
|---|
| 361 |
|
|---|
| 362 | Result is: yes
|
|---|
| 363 | ##########################################
|
|---|
| 364 |
|
|---|
| 365 | ============ Checking for word size ============
|
|---|
| 366 |
|
|---|
| 367 | #include <stdio.h>
|
|---|
| 368 | #include <sys/types.h>
|
|---|
| 369 | int main(void) { printf("%d\n", sizeof(size_t)*8); return 0; }
|
|---|
| 370 |
|
|---|
| 371 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 372 |
|
|---|
| 373 |
|
|---|
| 374 | Result is: 32
|
|---|
| 375 | ##########################################
|
|---|
| 376 |
|
|---|
| 377 | ============ Checking for stddef.h ============
|
|---|
| 378 |
|
|---|
| 379 | #include <stddef.h>
|
|---|
| 380 | int main(void) { return 0; }
|
|---|
| 381 |
|
|---|
| 382 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 383 |
|
|---|
| 384 |
|
|---|
| 385 | Result is: yes
|
|---|
| 386 | ##########################################
|
|---|
| 387 |
|
|---|
| 388 | ============ Checking for malloc.h ============
|
|---|
| 389 |
|
|---|
| 390 | #include <malloc.h>
|
|---|
| 391 | int main(void) { (void) malloc(0); return 0; }
|
|---|
| 392 |
|
|---|
| 393 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 394 |
|
|---|
| 395 |
|
|---|
| 396 | Result is: yes
|
|---|
| 397 | ##########################################
|
|---|
| 398 |
|
|---|
| 399 | ============ Checking for memalign() ============
|
|---|
| 400 |
|
|---|
| 401 | #include <malloc.h>
|
|---|
| 402 | int main (void) { (void) memalign(64, sizeof(char)); return 0; }
|
|---|
| 403 |
|
|---|
| 404 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 405 |
|
|---|
| 406 |
|
|---|
| 407 | Result is: yes
|
|---|
| 408 | ##########################################
|
|---|
| 409 |
|
|---|
| 410 | ============ Checking for alloca.h ============
|
|---|
| 411 |
|
|---|
| 412 | #include <alloca.h>
|
|---|
| 413 | int main(void) { (void) alloca(0); return 0; }
|
|---|
| 414 |
|
|---|
| 415 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 416 |
|
|---|
| 417 |
|
|---|
| 418 |
|
|---|
| 419 | #include <alloca.h>
|
|---|
| 420 | int main(void) { (void) alloca(0); return 0; }
|
|---|
| 421 |
|
|---|
| 422 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 423 |
|
|---|
| 424 |
|
|---|
| 425 | Result is: yes
|
|---|
| 426 | ##########################################
|
|---|
| 427 |
|
|---|
| 428 | ============ Checking for mman.h ============
|
|---|
| 429 |
|
|---|
| 430 | #include <sys/types.h>
|
|---|
| 431 | #include <sys/mman.h>
|
|---|
| 432 | int main(void) { (void) mmap(0, 0, 0, 0, 0, 0); return 0; }
|
|---|
| 433 |
|
|---|
| 434 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 435 |
|
|---|
| 436 |
|
|---|
| 437 | Result is: yes
|
|---|
| 438 | ##########################################
|
|---|
| 439 |
|
|---|
| 440 |
|
|---|
| 441 | #include <sys/types.h>
|
|---|
| 442 | #include <sys/mman.h>
|
|---|
| 443 | int main(void) { void *p = MAP_FAILED; return 0; }
|
|---|
| 444 |
|
|---|
| 445 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 446 |
|
|---|
| 447 |
|
|---|
| 448 | ============ Checking for dynamic loader ============
|
|---|
| 449 |
|
|---|
| 450 | #include <dlfcn.h>
|
|---|
| 451 | int main(void) { dlopen(0, 0); dlclose(0); dlsym(0, 0); return 0; }
|
|---|
| 452 |
|
|---|
| 453 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 454 | /tmp/ccbhRnlg.o: In function `main':
|
|---|
| 455 | /tmp/mplayer-conf--30995.c:2: undefined reference to `dlopen'
|
|---|
| 456 | /tmp/mplayer-conf--30995.c:2: undefined reference to `dlclose'
|
|---|
| 457 | /tmp/mplayer-conf--30995.c:2: undefined reference to `dlsym'
|
|---|
| 458 | collect2: ld returned 1 exit status
|
|---|
| 459 |
|
|---|
| 460 |
|
|---|
| 461 |
|
|---|
| 462 | #include <dlfcn.h>
|
|---|
| 463 | int main(void) { dlopen(0, 0); dlclose(0); dlsym(0, 0); return 0; }
|
|---|
| 464 |
|
|---|
| 465 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -ldl
|
|---|
| 466 |
|
|---|
| 467 |
|
|---|
| 468 | Result is: yes
|
|---|
| 469 | ##########################################
|
|---|
| 470 |
|
|---|
| 471 | ============ Checking for dynamic a/v plugins support ============
|
|---|
| 472 | Result is: no
|
|---|
| 473 | ##########################################
|
|---|
| 474 |
|
|---|
| 475 | ============ Checking for pthread ============
|
|---|
| 476 |
|
|---|
| 477 | #include <pthread.h>
|
|---|
| 478 | void* func(void *arg) { return arg; }
|
|---|
| 479 | int main(void) { pthread_t tid; return pthread_create (&tid, 0, func, 0) == 0 ? 0 : 1; }
|
|---|
| 480 |
|
|---|
| 481 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lpthreadGC2
|
|---|
| 482 | /usr/bin/ld: cannot find -lpthreadGC2
|
|---|
| 483 | collect2: ld returned 1 exit status
|
|---|
| 484 |
|
|---|
| 485 |
|
|---|
| 486 |
|
|---|
| 487 | #include <pthread.h>
|
|---|
| 488 | void* func(void *arg) { return arg; }
|
|---|
| 489 | int main(void) { pthread_t tid; return pthread_create (&tid, 0, func, 0) == 0 ? 0 : 1; }
|
|---|
| 490 |
|
|---|
| 491 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 492 | /tmp/ccWhUOwz.o: In function `main':
|
|---|
| 493 | /tmp/mplayer-conf--30995.c:3: undefined reference to `pthread_create'
|
|---|
| 494 | collect2: ld returned 1 exit status
|
|---|
| 495 |
|
|---|
| 496 |
|
|---|
| 497 |
|
|---|
| 498 | #include <pthread.h>
|
|---|
| 499 | void* func(void *arg) { return arg; }
|
|---|
| 500 | int main(void) { pthread_t tid; return pthread_create (&tid, 0, func, 0) == 0 ? 0 : 1; }
|
|---|
| 501 |
|
|---|
| 502 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lpthread
|
|---|
| 503 |
|
|---|
| 504 |
|
|---|
| 505 | Result is: yes (using -lpthread)
|
|---|
| 506 | ##########################################
|
|---|
| 507 |
|
|---|
| 508 | ============ Checking for rpath ============
|
|---|
| 509 | Result is: no
|
|---|
| 510 | ##########################################
|
|---|
| 511 |
|
|---|
| 512 | ============ Checking for iconv ============
|
|---|
| 513 |
|
|---|
| 514 | #include <stdio.h>
|
|---|
| 515 | #include <unistd.h>
|
|---|
| 516 | #include <iconv.h>
|
|---|
| 517 | #define INBUFSIZE 1024
|
|---|
| 518 | #define OUTBUFSIZE 4096
|
|---|
| 519 |
|
|---|
| 520 | char inbuffer[INBUFSIZE];
|
|---|
| 521 | char outbuffer[OUTBUFSIZE];
|
|---|
| 522 |
|
|---|
| 523 | int main(void) {
|
|---|
| 524 | size_t numread;
|
|---|
| 525 | iconv_t icdsc;
|
|---|
| 526 | char *tocode="UTF-8";
|
|---|
| 527 | char *fromcode="cp1250";
|
|---|
| 528 | if ((icdsc = iconv_open (tocode, fromcode)) != (iconv_t)(-1)) {
|
|---|
| 529 | while ((numread = read (0, inbuffer, INBUFSIZE))) {
|
|---|
| 530 | char *iptr=inbuffer;
|
|---|
| 531 | char *optr=outbuffer;
|
|---|
| 532 | size_t inleft=numread;
|
|---|
| 533 | size_t outleft=OUTBUFSIZE;
|
|---|
| 534 | if (iconv(icdsc, (const char **)&iptr, &inleft, &optr, &outleft)
|
|---|
| 535 | != (size_t)(-1)) {
|
|---|
| 536 | write (1, outbuffer, OUTBUFSIZE - outleft);
|
|---|
| 537 | }
|
|---|
| 538 | }
|
|---|
| 539 | if (iconv_close(icdsc) == -1)
|
|---|
| 540 | ;
|
|---|
| 541 | }
|
|---|
| 542 | }
|
|---|
| 543 |
|
|---|
| 544 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lm
|
|---|
| 545 | /tmp/mplayer-conf--30995.c: In function 'main':
|
|---|
| 546 | /tmp/mplayer-conf--30995.c:21: warning: passing argument 2 of 'iconv' from incompatible pointer type
|
|---|
| 547 |
|
|---|
| 548 |
|
|---|
| 549 | Result is: yes
|
|---|
| 550 | ##########################################
|
|---|
| 551 |
|
|---|
| 552 | ============ Checking for sys/soundcard.h ============
|
|---|
| 553 |
|
|---|
| 554 | #include <sys/soundcard.h>
|
|---|
| 555 | int main(void) { return 0; }
|
|---|
| 556 |
|
|---|
| 557 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 558 |
|
|---|
| 559 |
|
|---|
| 560 | Result is: yes
|
|---|
| 561 | ##########################################
|
|---|
| 562 |
|
|---|
| 563 | ============ Checking for sys/dvdio.h ============
|
|---|
| 564 |
|
|---|
| 565 | #include <unistd.h>
|
|---|
| 566 | #include <sys/dvdio.h>
|
|---|
| 567 | int main(void) { return 0; }
|
|---|
| 568 |
|
|---|
| 569 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 570 | /tmp/mplayer-conf--30995.c:2:23: error: sys/dvdio.h: No such file or directory
|
|---|
| 571 |
|
|---|
| 572 |
|
|---|
| 573 | Result is: no
|
|---|
| 574 | ##########################################
|
|---|
| 575 |
|
|---|
| 576 | ============ Checking for sys/cdio.h ============
|
|---|
| 577 |
|
|---|
| 578 | #include <unistd.h>
|
|---|
| 579 | #include <sys/cdio.h>
|
|---|
| 580 | int main(void) { return 0; }
|
|---|
| 581 |
|
|---|
| 582 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 583 | /tmp/mplayer-conf--30995.c:2:22: error: sys/cdio.h: No such file or directory
|
|---|
| 584 |
|
|---|
| 585 |
|
|---|
| 586 | Result is: no
|
|---|
| 587 | ##########################################
|
|---|
| 588 |
|
|---|
| 589 | ============ Checking for linux/cdrom.h ============
|
|---|
| 590 |
|
|---|
| 591 | #include <sys/types.h>
|
|---|
| 592 | #include <linux/cdrom.h>
|
|---|
| 593 | int main(void) { return 0; }
|
|---|
| 594 |
|
|---|
| 595 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 596 |
|
|---|
| 597 |
|
|---|
| 598 | Result is: yes
|
|---|
| 599 | ##########################################
|
|---|
| 600 |
|
|---|
| 601 | ============ Checking for dvd.h ============
|
|---|
| 602 |
|
|---|
| 603 | #include <dvd.h>
|
|---|
| 604 | int main(void) { return 0; }
|
|---|
| 605 |
|
|---|
| 606 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 607 | /tmp/mplayer-conf--30995.c:1:17: error: dvd.h: No such file or directory
|
|---|
| 608 |
|
|---|
| 609 |
|
|---|
| 610 | Result is: no
|
|---|
| 611 | ##########################################
|
|---|
| 612 |
|
|---|
| 613 | ============ Checking for termcap ============
|
|---|
| 614 |
|
|---|
| 615 | int main(void) { tgetent(); return 0; }
|
|---|
| 616 |
|
|---|
| 617 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lncurses
|
|---|
| 618 |
|
|---|
| 619 |
|
|---|
| 620 | Result is: yes (using -lncurses)
|
|---|
| 621 | ##########################################
|
|---|
| 622 |
|
|---|
| 623 | ============ Checking for termios ============
|
|---|
| 624 |
|
|---|
| 625 | #include <sys/termios.h>
|
|---|
| 626 | int main(void) { return 0; }
|
|---|
| 627 |
|
|---|
| 628 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -lncurses -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 629 |
|
|---|
| 630 |
|
|---|
| 631 | Result is: yes (using sys/termios.h)
|
|---|
| 632 | ##########################################
|
|---|
| 633 |
|
|---|
| 634 | ============ Checking for shm ============
|
|---|
| 635 |
|
|---|
| 636 | #include <sys/types.h>
|
|---|
| 637 | #include <sys/shm.h>
|
|---|
| 638 | int main(void) { shmget(0, 0, 0); shmat(0, 0, 0); shmctl(0, 0, 0); return 0; }
|
|---|
| 639 |
|
|---|
| 640 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -lncurses -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 641 |
|
|---|
| 642 |
|
|---|
| 643 | Result is: yes
|
|---|
| 644 | ##########################################
|
|---|
| 645 |
|
|---|
| 646 | ============ Checking for linux devfs ============
|
|---|
| 647 | Result is: no
|
|---|
| 648 | ##########################################
|
|---|
| 649 |
|
|---|
| 650 | ============ Checking for scandir() ============
|
|---|
| 651 |
|
|---|
| 652 | int main (void) { scandir("", 0, 0, 0); alphasort(0, 0); return 0; }
|
|---|
| 653 |
|
|---|
| 654 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -lncurses -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 655 |
|
|---|
| 656 |
|
|---|
| 657 | Result is: yes
|
|---|
| 658 | ##########################################
|
|---|
| 659 |
|
|---|
| 660 | ============ Checking for strsep() ============
|
|---|
| 661 |
|
|---|
| 662 | #include <string.h>
|
|---|
| 663 | int main (void) { char *s = "Hello, world!"; (void) strsep(&s, ","); return 0; }
|
|---|
| 664 |
|
|---|
| 665 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -lncurses -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 666 |
|
|---|
| 667 |
|
|---|
| 668 | Result is: yes
|
|---|
| 669 | ##########################################
|
|---|
| 670 |
|
|---|
| 671 | ============ Checking for strlcpy() ============
|
|---|
| 672 |
|
|---|
| 673 | #include <string.h>
|
|---|
| 674 | int main (void) { char *s = "Hello, world!", t[20]; (void) strlcpy(t, s, sizeof( t )); return 0; }
|
|---|
| 675 |
|
|---|
| 676 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -lncurses -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 677 | /tmp/ccv6sdDX.o: In function `main':
|
|---|
| 678 | /tmp/mplayer-conf--30995.c:2: undefined reference to `strlcpy'
|
|---|
| 679 | collect2: ld returned 1 exit status
|
|---|
| 680 |
|
|---|
| 681 |
|
|---|
| 682 | Result is: no
|
|---|
| 683 | ##########################################
|
|---|
| 684 |
|
|---|
| 685 | ============ Checking for strlcat() ============
|
|---|
| 686 |
|
|---|
| 687 | #include <string.h>
|
|---|
| 688 | int main (void) { char *s = "Hello, world!", t[20]; (void) strlcat(t, s, sizeof( t )); return 0; }
|
|---|
| 689 |
|
|---|
| 690 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -lncurses -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 691 | /tmp/cceFygW8.o: In function `main':
|
|---|
| 692 | /tmp/mplayer-conf--30995.c:2: undefined reference to `strlcat'
|
|---|
| 693 | collect2: ld returned 1 exit status
|
|---|
| 694 |
|
|---|
| 695 |
|
|---|
| 696 | Result is: no
|
|---|
| 697 | ##########################################
|
|---|
| 698 |
|
|---|
| 699 | ============ Checking for fseeko() ============
|
|---|
| 700 |
|
|---|
| 701 | #include <stdio.h>
|
|---|
| 702 | int main (void) { int i; i = fseeko(stdin, 0, 0); return 0; }
|
|---|
| 703 |
|
|---|
| 704 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -lncurses -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 705 |
|
|---|
| 706 |
|
|---|
| 707 | Result is: yes
|
|---|
| 708 | ##########################################
|
|---|
| 709 |
|
|---|
| 710 | ============ Checking for vsscanf() ============
|
|---|
| 711 |
|
|---|
| 712 | #include <stdarg.h>
|
|---|
| 713 | int main(void) { vsscanf(0, 0, 0); return 0; }
|
|---|
| 714 |
|
|---|
| 715 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -lncurses -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 716 |
|
|---|
| 717 |
|
|---|
| 718 | Result is: yes
|
|---|
| 719 | ##########################################
|
|---|
| 720 |
|
|---|
| 721 | ============ Checking for swab() ============
|
|---|
| 722 |
|
|---|
| 723 | #include <unistd.h>
|
|---|
| 724 | int main(void) { swab(0, 0, 0); return 0; }
|
|---|
| 725 |
|
|---|
| 726 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -lncurses -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 727 |
|
|---|
| 728 |
|
|---|
| 729 | Result is: yes
|
|---|
| 730 | ##########################################
|
|---|
| 731 |
|
|---|
| 732 | ============ Checking for POSIX select() ============
|
|---|
| 733 |
|
|---|
| 734 | #include <stdio.h>
|
|---|
| 735 | #include <stdlib.h>
|
|---|
| 736 | #include <sys/types.h>
|
|---|
| 737 | #include <string.h>
|
|---|
| 738 | #include <sys/time.h>
|
|---|
| 739 | #include <unistd.h>
|
|---|
| 740 | int main(void) {int nfds = 1; fd_set readfds; struct timeval timeout; select(nfds,&readfds,NULL,NULL,&timeout); return 0; }
|
|---|
| 741 |
|
|---|
| 742 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -lncurses -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 743 |
|
|---|
| 744 |
|
|---|
| 745 | Result is: yes
|
|---|
| 746 | ##########################################
|
|---|
| 747 |
|
|---|
| 748 | ============ Checking for gettimeofday() ============
|
|---|
| 749 |
|
|---|
| 750 | #include <stdio.h>
|
|---|
| 751 | #include <sys/time.h>
|
|---|
| 752 | int main(void) {struct timeval tv_start; gettimeofday(&tv_start, NULL); return 0; }
|
|---|
| 753 |
|
|---|
| 754 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -lncurses -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 755 |
|
|---|
| 756 |
|
|---|
| 757 | Result is: yes
|
|---|
| 758 | ##########################################
|
|---|
| 759 |
|
|---|
| 760 | ============ Checking for glob() ============
|
|---|
| 761 |
|
|---|
| 762 | #include <stdio.h>
|
|---|
| 763 | #include <glob.h>
|
|---|
| 764 | int main(void) { glob_t gg; glob("filename",0,NULL,&gg); return 0; }
|
|---|
| 765 |
|
|---|
| 766 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -lncurses -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 767 |
|
|---|
| 768 |
|
|---|
| 769 | Result is: yes
|
|---|
| 770 | ##########################################
|
|---|
| 771 |
|
|---|
| 772 | ============ Checking for setenv() ============
|
|---|
| 773 |
|
|---|
| 774 | #include <stdlib.h>
|
|---|
| 775 | int main (void){ setenv("","",0); return 0; }
|
|---|
| 776 |
|
|---|
| 777 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -lncurses -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 778 |
|
|---|
| 779 |
|
|---|
| 780 | Result is: yes
|
|---|
| 781 | ##########################################
|
|---|
| 782 |
|
|---|
| 783 | ============ Checking for sys/sysinfo.h ============
|
|---|
| 784 |
|
|---|
| 785 | #include <sys/sysinfo.h>
|
|---|
| 786 | int main(void) {
|
|---|
| 787 | struct sysinfo s_info;
|
|---|
| 788 | sysinfo(&s_info);
|
|---|
| 789 | return 0;
|
|---|
| 790 | }
|
|---|
| 791 |
|
|---|
| 792 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -lncurses -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 793 |
|
|---|
| 794 |
|
|---|
| 795 | Result is: yes
|
|---|
| 796 | ##########################################
|
|---|
| 797 |
|
|---|
| 798 | ============ Checking for pkg-config ============
|
|---|
| 799 | Result is: yes
|
|---|
| 800 | ##########################################
|
|---|
| 801 |
|
|---|
| 802 | ============ Checking for Samba support (libsmbclient) ============
|
|---|
| 803 |
|
|---|
| 804 | #include <libsmbclient.h>
|
|---|
| 805 | int main(void) { smbc_opendir("smb://"); return 0; }
|
|---|
| 806 |
|
|---|
| 807 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -lncurses -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lsmbclient
|
|---|
| 808 |
|
|---|
| 809 |
|
|---|
| 810 | Result is: yes
|
|---|
| 811 | ##########################################
|
|---|
| 812 |
|
|---|
| 813 | ============ Checking for 3dfx ============
|
|---|
| 814 | Result is: no
|
|---|
| 815 | ##########################################
|
|---|
| 816 |
|
|---|
| 817 | ============ Checking for tdfxfb ============
|
|---|
| 818 | Result is: no
|
|---|
| 819 | ##########################################
|
|---|
| 820 |
|
|---|
| 821 | ============ Checking for s3fb ============
|
|---|
| 822 | Result is: no
|
|---|
| 823 | ##########################################
|
|---|
| 824 |
|
|---|
| 825 | ============ Checking for tdfxvid ============
|
|---|
| 826 | Result is: no
|
|---|
| 827 | ##########################################
|
|---|
| 828 |
|
|---|
| 829 | ============ Checking for tga ============
|
|---|
| 830 | Result is: yes
|
|---|
| 831 | ##########################################
|
|---|
| 832 |
|
|---|
| 833 | ============ Checking for DirectFB ============
|
|---|
| 834 | Result is: no
|
|---|
| 835 | ##########################################
|
|---|
| 836 |
|
|---|
| 837 | ============ Checking for X11 headers presence ============
|
|---|
| 838 | Result is: yes (using /usr/include)
|
|---|
| 839 | ##########################################
|
|---|
| 840 |
|
|---|
| 841 | ============ Checking for X11 ============
|
|---|
| 842 |
|
|---|
| 843 | #include <X11/Xlib.h>
|
|---|
| 844 | #include <X11/Xutil.h>
|
|---|
| 845 | int main(void) { (void) XCreateWindow(0,0,0,0,0,0,0,0,0,0,0,0); return 0; }
|
|---|
| 846 |
|
|---|
| 847 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -lncurses -lsmbclient -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -I/usr/include -lXext -lX11 -lpthread
|
|---|
| 848 |
|
|---|
| 849 |
|
|---|
| 850 | Result is: yes
|
|---|
| 851 | ##########################################
|
|---|
| 852 |
|
|---|
| 853 | ============ Checking for DPMS ============
|
|---|
| 854 |
|
|---|
| 855 | #include <X11/Xmd.h>
|
|---|
| 856 | #include <X11/Xlib.h>
|
|---|
| 857 | #include <X11/Xutil.h>
|
|---|
| 858 | #include <X11/Xatom.h>
|
|---|
| 859 | #include <X11/extensions/dpms.h>
|
|---|
| 860 | int main(void) {
|
|---|
| 861 | (void) DPMSQueryExtension(0, 0, 0);
|
|---|
| 862 | }
|
|---|
| 863 |
|
|---|
| 864 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lXext -lX11 -lpthread -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lXdpms
|
|---|
| 865 | /usr/bin/ld: cannot find -lXdpms
|
|---|
| 866 | collect2: ld returned 1 exit status
|
|---|
| 867 |
|
|---|
| 868 |
|
|---|
| 869 |
|
|---|
| 870 | #include <X11/Xlib.h>
|
|---|
| 871 | #include <X11/extensions/dpms.h>
|
|---|
| 872 | int main(void) {
|
|---|
| 873 | (void) DPMSQueryExtension(0, 0, 0);
|
|---|
| 874 | }
|
|---|
| 875 |
|
|---|
| 876 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lXext -lX11 -lpthread -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 877 |
|
|---|
| 878 |
|
|---|
| 879 | Result is: yes (using Xdpms 4)
|
|---|
| 880 | ##########################################
|
|---|
| 881 |
|
|---|
| 882 | ============ Checking for Xv ============
|
|---|
| 883 |
|
|---|
| 884 | #include <X11/Xlib.h>
|
|---|
| 885 | #include <X11/extensions/Xvlib.h>
|
|---|
| 886 | int main(void) {
|
|---|
| 887 | (void) XvGetPortAttribute(0, 0, 0, 0);
|
|---|
| 888 | (void) XvQueryPortAttributes(0, 0, 0);
|
|---|
| 889 | return 0; }
|
|---|
| 890 |
|
|---|
| 891 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lXext -lX11 -lpthread -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lXv
|
|---|
| 892 |
|
|---|
| 893 |
|
|---|
| 894 | Result is: yes
|
|---|
| 895 | ##########################################
|
|---|
| 896 |
|
|---|
| 897 | ============ Checking for XvMC ============
|
|---|
| 898 | Result is: no
|
|---|
| 899 | ##########################################
|
|---|
| 900 |
|
|---|
| 901 | ============ Checking for Xinerama ============
|
|---|
| 902 | Result is: no
|
|---|
| 903 | ##########################################
|
|---|
| 904 |
|
|---|
| 905 | ============ Checking for Xxf86vm ============
|
|---|
| 906 |
|
|---|
| 907 | #include <X11/Xlib.h>
|
|---|
| 908 | #include <X11/extensions/xf86vmode.h>
|
|---|
| 909 | int main(void) { (void) XF86VidModeQueryExtension(0, 0, 0); return 0; }
|
|---|
| 910 |
|
|---|
| 911 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lXext -lX11 -lpthread -lXv -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lXxf86vm
|
|---|
| 912 |
|
|---|
| 913 |
|
|---|
| 914 | Result is: yes
|
|---|
| 915 | ##########################################
|
|---|
| 916 |
|
|---|
| 917 | ============ Checking for XF86keysym ============
|
|---|
| 918 |
|
|---|
| 919 | #include <X11/Xlib.h>
|
|---|
| 920 | #include <X11/XF86keysym.h>
|
|---|
| 921 | int main(void) { return XF86XK_AudioPause; }
|
|---|
| 922 |
|
|---|
| 923 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lXext -lX11 -lpthread -lXv -lXxf86vm -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 924 |
|
|---|
| 925 |
|
|---|
| 926 | Result is: yes
|
|---|
| 927 | ##########################################
|
|---|
| 928 |
|
|---|
| 929 | ============ Checking for DGA ============
|
|---|
| 930 |
|
|---|
| 931 | #include <X11/Xlib.h>
|
|---|
| 932 | #include <X11/extensions/xf86dga.h>
|
|---|
| 933 | int main (void) { (void) XF86DGASetViewPort(0, 0, 0, 0); return 0; }
|
|---|
| 934 |
|
|---|
| 935 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lXext -lX11 -lpthread -lXv -lXxf86vm -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lXxf86dga -lXxf86vm
|
|---|
| 936 |
|
|---|
| 937 |
|
|---|
| 938 |
|
|---|
| 939 | #include <X11/Xlib.h>
|
|---|
| 940 | #include <X11/extensions/xf86dga.h>
|
|---|
| 941 | int main (void) { (void) XDGASetViewport(0, 0, 0, 0, 0); return 0; }
|
|---|
| 942 |
|
|---|
| 943 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lXext -lX11 -lpthread -lXv -lXxf86vm -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lXxf86dga
|
|---|
| 944 |
|
|---|
| 945 |
|
|---|
| 946 | Result is: 2 (using DGA 2.0)
|
|---|
| 947 | ##########################################
|
|---|
| 948 |
|
|---|
| 949 | ============ Checking for OpenGL ============
|
|---|
| 950 |
|
|---|
| 951 | #include <GL/gl.h>
|
|---|
| 952 | int main(void) { return 0; }
|
|---|
| 953 |
|
|---|
| 954 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lGL -lm
|
|---|
| 955 |
|
|---|
| 956 |
|
|---|
| 957 | Result is: yes
|
|---|
| 958 | ##########################################
|
|---|
| 959 |
|
|---|
| 960 | ============ Checking for /dev/mga_vid ============
|
|---|
| 961 | Result is: no
|
|---|
| 962 | ##########################################
|
|---|
| 963 |
|
|---|
| 964 | ============ Checking for xmga ============
|
|---|
| 965 | Result is: no
|
|---|
| 966 | ##########################################
|
|---|
| 967 |
|
|---|
| 968 | ============ Checking for GGI ============
|
|---|
| 969 | Result is: no
|
|---|
| 970 | ##########################################
|
|---|
| 971 |
|
|---|
| 972 | ============ Checking for GGI extension: libggiwmh ============
|
|---|
| 973 |
|
|---|
| 974 | #include <ggi/ggi.h>
|
|---|
| 975 | #include <ggi/wmh.h>
|
|---|
| 976 | int main(void) { return 0; }
|
|---|
| 977 |
|
|---|
| 978 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lggi -lggiwmh
|
|---|
| 979 | /tmp/mplayer-conf--30995.c:1:21: error: ggi/ggi.h: No such file or directory
|
|---|
| 980 | /tmp/mplayer-conf--30995.c:2:21: error: ggi/wmh.h: No such file or directory
|
|---|
| 981 |
|
|---|
| 982 |
|
|---|
| 983 | Result is: no
|
|---|
| 984 | ##########################################
|
|---|
| 985 |
|
|---|
| 986 | ============ Checking for AA ============
|
|---|
| 987 | Result is: no
|
|---|
| 988 | ##########################################
|
|---|
| 989 |
|
|---|
| 990 | ============ Checking for CACA ============
|
|---|
| 991 | ./configure: 4265: caca-config: not found
|
|---|
| 992 | Result is: no
|
|---|
| 993 | ##########################################
|
|---|
| 994 |
|
|---|
| 995 | ============ Checking for SVGAlib ============
|
|---|
| 996 | Result is: no
|
|---|
| 997 | ##########################################
|
|---|
| 998 |
|
|---|
| 999 | ============ Checking for FBDev ============
|
|---|
| 1000 | Result is: no
|
|---|
| 1001 | ##########################################
|
|---|
| 1002 |
|
|---|
| 1003 | ============ Checking for DVB ============
|
|---|
| 1004 |
|
|---|
| 1005 | #include <sys/poll.h>
|
|---|
| 1006 | #include <sys/ioctl.h>
|
|---|
| 1007 | #include <stdio.h>
|
|---|
| 1008 | #include <time.h>
|
|---|
| 1009 | #include <unistd.h>
|
|---|
| 1010 |
|
|---|
| 1011 | #include <ost/dmx.h>
|
|---|
| 1012 | #include <ost/frontend.h>
|
|---|
| 1013 | #include <ost/sec.h>
|
|---|
| 1014 | #include <ost/video.h>
|
|---|
| 1015 | #include <ost/audio.h>
|
|---|
| 1016 | int main(void) {return 0;}
|
|---|
| 1017 |
|
|---|
| 1018 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 1019 | /tmp/mplayer-conf--30995.c:7:21: error: ost/dmx.h: No such file or directory
|
|---|
| 1020 | /tmp/mplayer-conf--30995.c:8:26: error: ost/frontend.h: No such file or directory
|
|---|
| 1021 | /tmp/mplayer-conf--30995.c:9:21: error: ost/sec.h: No such file or directory
|
|---|
| 1022 | /tmp/mplayer-conf--30995.c:10:23: error: ost/video.h: No such file or directory
|
|---|
| 1023 | /tmp/mplayer-conf--30995.c:11:23: error: ost/audio.h: No such file or directory
|
|---|
| 1024 |
|
|---|
| 1025 |
|
|---|
| 1026 |
|
|---|
| 1027 | #include <sys/poll.h>
|
|---|
| 1028 | #include <sys/ioctl.h>
|
|---|
| 1029 | #include <stdio.h>
|
|---|
| 1030 | #include <time.h>
|
|---|
| 1031 | #include <unistd.h>
|
|---|
| 1032 |
|
|---|
| 1033 | #include <ost/dmx.h>
|
|---|
| 1034 | #include <ost/frontend.h>
|
|---|
| 1035 | #include <ost/sec.h>
|
|---|
| 1036 | #include <ost/video.h>
|
|---|
| 1037 | #include <ost/audio.h>
|
|---|
| 1038 | int main(void) {return 0;}
|
|---|
| 1039 |
|
|---|
| 1040 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -I/usr/src/DVB/ost/include
|
|---|
| 1041 | /tmp/mplayer-conf--30995.c:7:21: error: ost/dmx.h: No such file or directory
|
|---|
| 1042 | /tmp/mplayer-conf--30995.c:8:26: error: ost/frontend.h: No such file or directory
|
|---|
| 1043 | /tmp/mplayer-conf--30995.c:9:21: error: ost/sec.h: No such file or directory
|
|---|
| 1044 | /tmp/mplayer-conf--30995.c:10:23: error: ost/video.h: No such file or directory
|
|---|
| 1045 | /tmp/mplayer-conf--30995.c:11:23: error: ost/audio.h: No such file or directory
|
|---|
| 1046 |
|
|---|
| 1047 |
|
|---|
| 1048 | Result is: no
|
|---|
| 1049 | ##########################################
|
|---|
| 1050 |
|
|---|
| 1051 | ============ Checking for DVB HEAD ============
|
|---|
| 1052 |
|
|---|
| 1053 | #include <sys/poll.h>
|
|---|
| 1054 | #include <sys/ioctl.h>
|
|---|
| 1055 | #include <stdio.h>
|
|---|
| 1056 | #include <time.h>
|
|---|
| 1057 | #include <unistd.h>
|
|---|
| 1058 |
|
|---|
| 1059 | #include <linux/dvb/dmx.h>
|
|---|
| 1060 | #include <linux/dvb/frontend.h>
|
|---|
| 1061 | #include <linux/dvb/video.h>
|
|---|
| 1062 | #include <linux/dvb/audio.h>
|
|---|
| 1063 | int main(void) {return 0;}
|
|---|
| 1064 |
|
|---|
| 1065 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 1066 |
|
|---|
| 1067 |
|
|---|
| 1068 | Result is: yes
|
|---|
| 1069 | ##########################################
|
|---|
| 1070 |
|
|---|
| 1071 | ============ Checking for PNG support ============
|
|---|
| 1072 |
|
|---|
| 1073 | #include <png.h>
|
|---|
| 1074 | #include <string.h>
|
|---|
| 1075 | int main(void) {
|
|---|
| 1076 | printf("png.h : %s\n", PNG_LIBPNG_VER_STRING);
|
|---|
| 1077 | printf("libpng: %s\n", png_libpng_ver);
|
|---|
| 1078 | return (strcmp(PNG_LIBPNG_VER_STRING, png_libpng_ver));
|
|---|
| 1079 | }
|
|---|
| 1080 |
|
|---|
| 1081 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lpng -lz -lm
|
|---|
| 1082 |
|
|---|
| 1083 |
|
|---|
| 1084 | png.h : 1.2.15beta5
|
|---|
| 1085 | libpng: 1.2.15beta5
|
|---|
| 1086 | Result is: yes
|
|---|
| 1087 | ##########################################
|
|---|
| 1088 |
|
|---|
| 1089 | ============ Checking for JPEG support ============
|
|---|
| 1090 |
|
|---|
| 1091 | #include <stdio.h>
|
|---|
| 1092 | #include <stdlib.h>
|
|---|
| 1093 | #include <setjmp.h>
|
|---|
| 1094 | #include <string.h>
|
|---|
| 1095 | #include <jpeglib.h>
|
|---|
| 1096 | int main(void) {
|
|---|
| 1097 | return 0;
|
|---|
| 1098 | }
|
|---|
| 1099 |
|
|---|
| 1100 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -ljpeg -lm
|
|---|
| 1101 |
|
|---|
| 1102 |
|
|---|
| 1103 | Result is: yes
|
|---|
| 1104 | ##########################################
|
|---|
| 1105 |
|
|---|
| 1106 | ============ Checking for PNM support ============
|
|---|
| 1107 | Result is: yes
|
|---|
| 1108 | ##########################################
|
|---|
| 1109 |
|
|---|
| 1110 | ============ Checking for GIF support ============
|
|---|
| 1111 |
|
|---|
| 1112 | #include <gif_lib.h>
|
|---|
| 1113 | int main(void) {
|
|---|
| 1114 | return 0;
|
|---|
| 1115 | }
|
|---|
| 1116 |
|
|---|
| 1117 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lungif
|
|---|
| 1118 |
|
|---|
| 1119 |
|
|---|
| 1120 |
|
|---|
| 1121 | #include <signal.h>
|
|---|
| 1122 | #include <gif_lib.h>
|
|---|
| 1123 | void catch() { exit(1); }
|
|---|
| 1124 | int main(void) {
|
|---|
| 1125 | signal(SIGSEGV, catch); // catch segfault
|
|---|
| 1126 | printf("EGifPutExtensionFirst is at address %p\n", EGifPutExtensionFirst);
|
|---|
| 1127 | EGifSetGifVersion("89a"); // this will segfault a buggy gif lib.
|
|---|
| 1128 | return 0;
|
|---|
| 1129 | }
|
|---|
| 1130 |
|
|---|
| 1131 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lungif
|
|---|
| 1132 | /tmp/mplayer-conf--30995.c: In function 'catch':
|
|---|
| 1133 | /tmp/mplayer-conf--30995.c:3: warning: incompatible implicit declaration of built-in function 'exit'
|
|---|
| 1134 | /tmp/mplayer-conf--30995.c: In function 'main':
|
|---|
| 1135 | /tmp/mplayer-conf--30995.c:6: warning: incompatible implicit declaration of built-in function 'printf'
|
|---|
| 1136 |
|
|---|
| 1137 |
|
|---|
| 1138 | EGifPutExtensionFirst is at address 0x804854c
|
|---|
| 1139 | Result is: yes
|
|---|
| 1140 | ##########################################
|
|---|
| 1141 |
|
|---|
| 1142 | ============ Checking for broken giflib workaround ============
|
|---|
| 1143 |
|
|---|
| 1144 | #include <gif_lib.h>
|
|---|
| 1145 | int main(void) {
|
|---|
| 1146 | GifFileType gif;
|
|---|
| 1147 | printf("UserData is at address %p\n", gif.UserData);
|
|---|
| 1148 | return 0;
|
|---|
| 1149 | }
|
|---|
| 1150 |
|
|---|
| 1151 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lungif
|
|---|
| 1152 | /tmp/mplayer-conf--30995.c: In function 'main':
|
|---|
| 1153 | /tmp/mplayer-conf--30995.c:4: warning: incompatible implicit declaration of built-in function 'printf'
|
|---|
| 1154 |
|
|---|
| 1155 |
|
|---|
| 1156 | UserData is at address 0xafd89784
|
|---|
| 1157 | Result is: disabled
|
|---|
| 1158 | ##########################################
|
|---|
| 1159 |
|
|---|
| 1160 | ============ Checking for VESA support ============
|
|---|
| 1161 | Result is: no
|
|---|
| 1162 | ##########################################
|
|---|
| 1163 |
|
|---|
| 1164 | ============ Checking for SDL ============
|
|---|
| 1165 | ./configure: 4600: sdl-config: not found
|
|---|
| 1166 | ./configure: 4600: sdl11-config: not found
|
|---|
| 1167 | Result is: no
|
|---|
| 1168 | ##########################################
|
|---|
| 1169 |
|
|---|
| 1170 | ============ Checking for NAS ============
|
|---|
| 1171 |
|
|---|
| 1172 | #include <audio/audiolib.h>
|
|---|
| 1173 | int main(void) { return 0; }
|
|---|
| 1174 |
|
|---|
| 1175 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lm -laudio -lXt
|
|---|
| 1176 |
|
|---|
| 1177 |
|
|---|
| 1178 | Result is: yes
|
|---|
| 1179 | ##########################################
|
|---|
| 1180 |
|
|---|
| 1181 | ============ Checking for DXR2 ============
|
|---|
| 1182 |
|
|---|
| 1183 | #include <dxr2ioctl.h>
|
|---|
| 1184 | int main(void) { return 0; }
|
|---|
| 1185 |
|
|---|
| 1186 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 1187 | /tmp/mplayer-conf--30995.c:1:23: error: dxr2ioctl.h: No such file or directory
|
|---|
| 1188 |
|
|---|
| 1189 |
|
|---|
| 1190 |
|
|---|
| 1191 | #include <dxr2ioctl.h>
|
|---|
| 1192 | int main(void) { return 0; }
|
|---|
| 1193 |
|
|---|
| 1194 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -I/usr/local/include/dxr2
|
|---|
| 1195 | /tmp/mplayer-conf--30995.c:1:23: error: dxr2ioctl.h: No such file or directory
|
|---|
| 1196 |
|
|---|
| 1197 |
|
|---|
| 1198 |
|
|---|
| 1199 | #include <dxr2ioctl.h>
|
|---|
| 1200 | int main(void) { return 0; }
|
|---|
| 1201 |
|
|---|
| 1202 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -I/usr/include/dxr2
|
|---|
| 1203 | /tmp/mplayer-conf--30995.c:1:23: error: dxr2ioctl.h: No such file or directory
|
|---|
| 1204 |
|
|---|
| 1205 |
|
|---|
| 1206 | Result is: no
|
|---|
| 1207 | ##########################################
|
|---|
| 1208 |
|
|---|
| 1209 | ============ Checking for DXR3/H+ ============
|
|---|
| 1210 |
|
|---|
| 1211 | #include <linux/em8300.h>
|
|---|
| 1212 | int main(void) { return 0; }
|
|---|
| 1213 |
|
|---|
| 1214 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 1215 | /tmp/mplayer-conf--30995.c:1:26: error: linux/em8300.h: No such file or directory
|
|---|
| 1216 |
|
|---|
| 1217 |
|
|---|
| 1218 | Result is: no
|
|---|
| 1219 | ##########################################
|
|---|
| 1220 |
|
|---|
| 1221 | ============ Checking for IVTV TV-Out ============
|
|---|
| 1222 |
|
|---|
| 1223 | #include <stdlib.h>
|
|---|
| 1224 | #include <inttypes.h>
|
|---|
| 1225 | #include <linux/types.h>
|
|---|
| 1226 | #include <linux/videodev2.h>
|
|---|
| 1227 | #include <linux/ivtv.h>
|
|---|
| 1228 | int main(void) { return 0; }
|
|---|
| 1229 |
|
|---|
| 1230 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 1231 | /tmp/mplayer-conf--30995.c:5:24: error: linux/ivtv.h: No such file or directory
|
|---|
| 1232 |
|
|---|
| 1233 |
|
|---|
| 1234 | Result is: no
|
|---|
| 1235 | ##########################################
|
|---|
| 1236 |
|
|---|
| 1237 | ============ Checking for OSS Audio ============
|
|---|
| 1238 |
|
|---|
| 1239 | #include <sys/ioctl.h>
|
|---|
| 1240 | #include <sys/soundcard.h>
|
|---|
| 1241 | int main(void) { int arg = SNDCTL_DSP_SETFRAGMENT; return 0; }
|
|---|
| 1242 |
|
|---|
| 1243 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 1244 |
|
|---|
| 1245 |
|
|---|
| 1246 |
|
|---|
| 1247 | #include <sys/ioctl.h>
|
|---|
| 1248 | #include <sys/soundcard.h>
|
|---|
| 1249 | #ifdef OPEN_SOUND_SYSTEM
|
|---|
| 1250 | int main(void) { return 0; }
|
|---|
| 1251 | #else
|
|---|
| 1252 | #error Not the real thing
|
|---|
| 1253 | #endif
|
|---|
| 1254 |
|
|---|
| 1255 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 1256 |
|
|---|
| 1257 |
|
|---|
| 1258 | Result is: yes
|
|---|
| 1259 | ##########################################
|
|---|
| 1260 |
|
|---|
| 1261 | ============ Checking for aRts ============
|
|---|
| 1262 | ./configure: 4855: artsc-config: not found
|
|---|
| 1263 | Result is: no
|
|---|
| 1264 | ##########################################
|
|---|
| 1265 |
|
|---|
| 1266 | ============ Checking for EsounD ============
|
|---|
| 1267 | ./configure: 4881: esd-config: not found
|
|---|
| 1268 | Result is: no
|
|---|
| 1269 | ##########################################
|
|---|
| 1270 |
|
|---|
| 1271 | ============ Checking for Polyp ============
|
|---|
| 1272 | Result is: no
|
|---|
| 1273 | ##########################################
|
|---|
| 1274 |
|
|---|
| 1275 | ============ Checking for JACK ============
|
|---|
| 1276 |
|
|---|
| 1277 | #include <jack/jack.h>
|
|---|
| 1278 | int main(void) { jack_client_new("test"); return 0; }
|
|---|
| 1279 |
|
|---|
| 1280 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -ljack
|
|---|
| 1281 | /tmp/mplayer-conf--30995.c:1:23: error: jack/jack.h: No such file or directory
|
|---|
| 1282 |
|
|---|
| 1283 |
|
|---|
| 1284 |
|
|---|
| 1285 | #include <jack/jack.h>
|
|---|
| 1286 | int main(void) { jack_client_new("test"); return 0; }
|
|---|
| 1287 |
|
|---|
| 1288 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 1289 | /tmp/mplayer-conf--30995.c:1:23: error: jack/jack.h: No such file or directory
|
|---|
| 1290 |
|
|---|
| 1291 |
|
|---|
| 1292 | Result is: no
|
|---|
| 1293 | ##########################################
|
|---|
| 1294 |
|
|---|
| 1295 | ============ Checking for OpenAL ============
|
|---|
| 1296 |
|
|---|
| 1297 | #ifdef OPENAL_AL_H
|
|---|
| 1298 | #include <OpenAL/al.h>
|
|---|
| 1299 | #else
|
|---|
| 1300 | #include <AL/al.h>
|
|---|
| 1301 | #endif
|
|---|
| 1302 | int main(void) {
|
|---|
| 1303 | alSourceQueueBuffers(0, 0, 0);
|
|---|
| 1304 | // alGetSourcei(0, AL_SAMPLE_OFFSET, 0);
|
|---|
| 1305 | return 0;
|
|---|
| 1306 | }
|
|---|
| 1307 |
|
|---|
| 1308 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lopenal
|
|---|
| 1309 | /tmp/mplayer-conf--30995.c:4:19: error: AL/al.h: No such file or directory
|
|---|
| 1310 |
|
|---|
| 1311 |
|
|---|
| 1312 |
|
|---|
| 1313 | #ifdef OPENAL_AL_H
|
|---|
| 1314 | #include <OpenAL/al.h>
|
|---|
| 1315 | #else
|
|---|
| 1316 | #include <AL/al.h>
|
|---|
| 1317 | #endif
|
|---|
| 1318 | int main(void) {
|
|---|
| 1319 | alSourceQueueBuffers(0, 0, 0);
|
|---|
| 1320 | // alGetSourcei(0, AL_SAMPLE_OFFSET, 0);
|
|---|
| 1321 | return 0;
|
|---|
| 1322 | }
|
|---|
| 1323 |
|
|---|
| 1324 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -DOPENAL_AL_H=1 -lopenal
|
|---|
| 1325 | /tmp/mplayer-conf--30995.c:2:23: error: OpenAL/al.h: No such file or directory
|
|---|
| 1326 |
|
|---|
| 1327 |
|
|---|
| 1328 |
|
|---|
| 1329 | #ifdef OPENAL_AL_H
|
|---|
| 1330 | #include <OpenAL/al.h>
|
|---|
| 1331 | #else
|
|---|
| 1332 | #include <AL/al.h>
|
|---|
| 1333 | #endif
|
|---|
| 1334 | int main(void) {
|
|---|
| 1335 | alSourceQueueBuffers(0, 0, 0);
|
|---|
| 1336 | // alGetSourcei(0, AL_SAMPLE_OFFSET, 0);
|
|---|
| 1337 | return 0;
|
|---|
| 1338 | }
|
|---|
| 1339 |
|
|---|
| 1340 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -framework OpenAL
|
|---|
| 1341 | gcc: OpenAL: No such file or directory
|
|---|
| 1342 | cc1: error: unrecognized command line option "-framework"
|
|---|
| 1343 |
|
|---|
| 1344 |
|
|---|
| 1345 |
|
|---|
| 1346 | #ifdef OPENAL_AL_H
|
|---|
| 1347 | #include <OpenAL/al.h>
|
|---|
| 1348 | #else
|
|---|
| 1349 | #include <AL/al.h>
|
|---|
| 1350 | #endif
|
|---|
| 1351 | int main(void) {
|
|---|
| 1352 | alSourceQueueBuffers(0, 0, 0);
|
|---|
| 1353 | // alGetSourcei(0, AL_SAMPLE_OFFSET, 0);
|
|---|
| 1354 | return 0;
|
|---|
| 1355 | }
|
|---|
| 1356 |
|
|---|
| 1357 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -DOPENAL_AL_H=1 -framework OpenAL
|
|---|
| 1358 | gcc: OpenAL: No such file or directory
|
|---|
| 1359 | cc1: error: unrecognized command line option "-framework"
|
|---|
| 1360 |
|
|---|
| 1361 |
|
|---|
| 1362 | Result is: no
|
|---|
| 1363 | ##########################################
|
|---|
| 1364 |
|
|---|
| 1365 | ============ Checking for ALSA audio ============
|
|---|
| 1366 |
|
|---|
| 1367 | #include <sys/asoundlib.h>
|
|---|
| 1368 | #if !((SND_LIB_MAJOR == 0) && (SND_LIB_MINOR == 5))
|
|---|
| 1369 | #error "alsa version != 0.5.x"
|
|---|
| 1370 | #endif
|
|---|
| 1371 | int main(void) { return 0; }
|
|---|
| 1372 |
|
|---|
| 1373 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lasound -ldl -lpthread
|
|---|
| 1374 | In file included from /tmp/mplayer-conf--30995.c:1:
|
|---|
| 1375 | /usr/include/sys/asoundlib.h:1:2: warning: #warning This header is deprecated, use <alsa/asoundlib.h> instead.
|
|---|
| 1376 | /tmp/mplayer-conf--30995.c:3:2: error: #error "alsa version != 0.5.x"
|
|---|
| 1377 |
|
|---|
| 1378 |
|
|---|
| 1379 |
|
|---|
| 1380 | #include <sys/asoundlib.h>
|
|---|
| 1381 | #if !((SND_LIB_MAJOR == 0) && (SND_LIB_MINOR == 9))
|
|---|
| 1382 | #error "alsa version != 0.9.x"
|
|---|
| 1383 | #endif
|
|---|
| 1384 | int main(void) { return 0; }
|
|---|
| 1385 |
|
|---|
| 1386 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lasound -ldl -lpthread
|
|---|
| 1387 | In file included from /tmp/mplayer-conf--30995.c:1:
|
|---|
| 1388 | /usr/include/sys/asoundlib.h:1:2: warning: #warning This header is deprecated, use <alsa/asoundlib.h> instead.
|
|---|
| 1389 | /tmp/mplayer-conf--30995.c:3:2: error: #error "alsa version != 0.9.x"
|
|---|
| 1390 |
|
|---|
| 1391 |
|
|---|
| 1392 |
|
|---|
| 1393 | #include <alsa/asoundlib.h>
|
|---|
| 1394 | #if !((SND_LIB_MAJOR == 0) && (SND_LIB_MINOR == 9))
|
|---|
| 1395 | #error "alsa version != 0.9.x"
|
|---|
| 1396 | #endif
|
|---|
| 1397 | int main(void) { return 0; }
|
|---|
| 1398 |
|
|---|
| 1399 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lasound -ldl -lpthread
|
|---|
| 1400 | /tmp/mplayer-conf--30995.c:3:2: error: #error "alsa version != 0.9.x"
|
|---|
| 1401 |
|
|---|
| 1402 |
|
|---|
| 1403 |
|
|---|
| 1404 | #include <sys/asoundlib.h>
|
|---|
| 1405 | #if !((SND_LIB_MAJOR == 1) && (SND_LIB_MINOR == 0))
|
|---|
| 1406 | #error "alsa version != 1.0.x"
|
|---|
| 1407 | #endif
|
|---|
| 1408 | int main(void) { return 0; }
|
|---|
| 1409 |
|
|---|
| 1410 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lasound -ldl -lpthread
|
|---|
| 1411 | In file included from /tmp/mplayer-conf--30995.c:1:
|
|---|
| 1412 | /usr/include/sys/asoundlib.h:1:2: warning: #warning This header is deprecated, use <alsa/asoundlib.h> instead.
|
|---|
| 1413 |
|
|---|
| 1414 |
|
|---|
| 1415 |
|
|---|
| 1416 | #include <alsa/asoundlib.h>
|
|---|
| 1417 | #if !((SND_LIB_MAJOR == 1) && (SND_LIB_MINOR == 0))
|
|---|
| 1418 | #error "alsa version != 1.0.x"
|
|---|
| 1419 | #endif
|
|---|
| 1420 | int main(void) { return 0; }
|
|---|
| 1421 |
|
|---|
| 1422 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lasound -ldl -lpthread
|
|---|
| 1423 |
|
|---|
| 1424 |
|
|---|
| 1425 | Result is: yes (using alsa 1.0.x and alsa/asoundlib.h)
|
|---|
| 1426 | ##########################################
|
|---|
| 1427 |
|
|---|
| 1428 | ============ Checking for Sun audio ============
|
|---|
| 1429 |
|
|---|
| 1430 | #include <sys/types.h>
|
|---|
| 1431 | #include <sys/audioio.h>
|
|---|
| 1432 | int main(void) { audio_info_t info; AUDIO_INITINFO(&info); return 0; }
|
|---|
| 1433 |
|
|---|
| 1434 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 1435 | /tmp/mplayer-conf--30995.c:2:25: error: sys/audioio.h: No such file or directory
|
|---|
| 1436 | /tmp/mplayer-conf--30995.c: In function 'main':
|
|---|
| 1437 | /tmp/mplayer-conf--30995.c:3: error: 'audio_info_t' undeclared (first use in this function)
|
|---|
| 1438 | /tmp/mplayer-conf--30995.c:3: error: (Each undeclared identifier is reported only once
|
|---|
| 1439 | /tmp/mplayer-conf--30995.c:3: error: for each function it appears in.)
|
|---|
| 1440 | /tmp/mplayer-conf--30995.c:3: error: expected ';' before 'info'
|
|---|
| 1441 | /tmp/mplayer-conf--30995.c:3: error: 'info' undeclared (first use in this function)
|
|---|
| 1442 |
|
|---|
| 1443 |
|
|---|
| 1444 | Result is: no
|
|---|
| 1445 | ##########################################
|
|---|
| 1446 |
|
|---|
| 1447 | ============ Checking for VCD support ============
|
|---|
| 1448 | Result is: yes
|
|---|
| 1449 | ##########################################
|
|---|
| 1450 |
|
|---|
| 1451 | ============ Checking for dvdread ============
|
|---|
| 1452 | Result is: yes (internal)
|
|---|
| 1453 | ##########################################
|
|---|
| 1454 |
|
|---|
| 1455 | ============ Checking for internal libdvdcss ============
|
|---|
| 1456 | Result is: yes
|
|---|
| 1457 | ##########################################
|
|---|
| 1458 |
|
|---|
| 1459 | ============ Checking for cdparanoia ============
|
|---|
| 1460 |
|
|---|
| 1461 | #include <cdda_interface.h>
|
|---|
| 1462 | #include <cdda_paranoia.h>
|
|---|
| 1463 | // This need a better test. How ?
|
|---|
| 1464 | int main(void) {
|
|---|
| 1465 | void *test = cdda_verbose_set;
|
|---|
| 1466 | return test == (void *)1;
|
|---|
| 1467 | }
|
|---|
| 1468 |
|
|---|
| 1469 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lcdda_interface -lcdda_paranoia -lm
|
|---|
| 1470 |
|
|---|
| 1471 |
|
|---|
| 1472 | Result is: yes
|
|---|
| 1473 | ##########################################
|
|---|
| 1474 |
|
|---|
| 1475 | ============ Checking for libcdio ============
|
|---|
| 1476 | Result is: auto (using cdparanoia)
|
|---|
| 1477 | ##########################################
|
|---|
| 1478 |
|
|---|
| 1479 | ============ Checking for bitmap font support ============
|
|---|
| 1480 | Result is: yes
|
|---|
| 1481 | ##########################################
|
|---|
| 1482 |
|
|---|
| 1483 | ============ Checking for freetype >= 2.0.9 ============
|
|---|
| 1484 |
|
|---|
| 1485 | #include <stdio.h>
|
|---|
| 1486 | #include <ft2build.h>
|
|---|
| 1487 | #include FT_FREETYPE_H
|
|---|
| 1488 | #if ((FREETYPE_MAJOR < 2) || ((FREETYPE_MINOR == 0) && (FREETYPE_PATCH < 9)))
|
|---|
| 1489 | #error "Need FreeType 2.0.9 or newer"
|
|---|
| 1490 | #endif
|
|---|
| 1491 | int main()
|
|---|
| 1492 | {
|
|---|
| 1493 | FT_Library library;
|
|---|
| 1494 | FT_Int major=-1,minor=-1,patch=-1;
|
|---|
| 1495 | int err=FT_Init_FreeType(&library);
|
|---|
| 1496 | if(err){
|
|---|
| 1497 | printf("Couldn't initialize freetype2 lib, err code: %d\n",err);
|
|---|
| 1498 | exit(err);
|
|---|
| 1499 | }
|
|---|
| 1500 | FT_Library_Version(library,&major,&minor,&patch); // in v2.1.0+ only :(((
|
|---|
| 1501 | printf("freetype2 header version: %d.%d.%d library version: %d.%d.%d\n",
|
|---|
| 1502 | FREETYPE_MAJOR,FREETYPE_MINOR,FREETYPE_PATCH,
|
|---|
| 1503 | (int)major,(int)minor,(int)patch );
|
|---|
| 1504 | if(major!=FREETYPE_MAJOR || minor!=FREETYPE_MINOR){
|
|---|
| 1505 | printf("Library and header version mismatch! Fix it in your distribution!\n");
|
|---|
| 1506 | exit(1);
|
|---|
| 1507 | }
|
|---|
| 1508 | return 0;
|
|---|
| 1509 | }
|
|---|
| 1510 |
|
|---|
| 1511 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -I/usr/include/freetype2 -lfreetype -lz
|
|---|
| 1512 |
|
|---|
| 1513 |
|
|---|
| 1514 | freetype2 header version: 2.2.1 library version: 2.2.1
|
|---|
| 1515 | Result is: yes
|
|---|
| 1516 | ##########################################
|
|---|
| 1517 |
|
|---|
| 1518 | ============ Checking for fontconfig ============
|
|---|
| 1519 |
|
|---|
| 1520 | #include <stdio.h>
|
|---|
| 1521 | #include <fontconfig/fontconfig.h>
|
|---|
| 1522 | int main()
|
|---|
| 1523 | {
|
|---|
| 1524 | int err = FcInit();
|
|---|
| 1525 | if(err == FcFalse){
|
|---|
| 1526 | printf("Couldn't initialize fontconfig lib\n");
|
|---|
| 1527 | exit(err);
|
|---|
| 1528 | }
|
|---|
| 1529 | return 0;
|
|---|
| 1530 |
|
|---|
| 1531 | }
|
|---|
| 1532 |
|
|---|
| 1533 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lfontconfig
|
|---|
| 1534 | /tmp/mplayer-conf--30995.c: In function 'main':
|
|---|
| 1535 | /tmp/mplayer-conf--30995.c:8: warning: incompatible implicit declaration of built-in function 'exit'
|
|---|
| 1536 |
|
|---|
| 1537 |
|
|---|
| 1538 | Result is: yes
|
|---|
| 1539 | ##########################################
|
|---|
| 1540 |
|
|---|
| 1541 | ============ Checking for SSA/ASS support ============
|
|---|
| 1542 |
|
|---|
| 1543 | #include <ft2build.h>
|
|---|
| 1544 | #include FT_FREETYPE_H
|
|---|
| 1545 | #if ((FREETYPE_MAJOR < 2) || (FREETYPE_MINOR < 1) || ((FREETYPE_MINOR == 1) && (FREETYPE_PATCH < 8)))
|
|---|
| 1546 | #error "Need FreeType 2.1.8 or newer"
|
|---|
| 1547 | #endif
|
|---|
| 1548 | int main() { return 0; }
|
|---|
| 1549 |
|
|---|
| 1550 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -I/usr/include/freetype2 -lfreetype -lz
|
|---|
| 1551 |
|
|---|
| 1552 |
|
|---|
| 1553 | Result is: yes
|
|---|
| 1554 | ##########################################
|
|---|
| 1555 |
|
|---|
| 1556 | ============ Checking for fribidi with charsets ============
|
|---|
| 1557 |
|
|---|
| 1558 | #include <stdio.h>
|
|---|
| 1559 | /* workaround for fribidi 0.10.4 and below */
|
|---|
| 1560 | #define FRIBIDI_CHARSET_UTF8 FRIBIDI_CHAR_SET_UTF8
|
|---|
| 1561 | #include <fribidi/fribidi.h>
|
|---|
| 1562 | int main()
|
|---|
| 1563 | {
|
|---|
| 1564 | if(fribidi_parse_charset("UTF-8") != FRIBIDI_CHAR_SET_UTF8) {
|
|---|
| 1565 | printf("Fribidi headers are not consistents with the library!\n");
|
|---|
| 1566 | exit(1);
|
|---|
| 1567 | }
|
|---|
| 1568 | return 0;
|
|---|
| 1569 | }
|
|---|
| 1570 |
|
|---|
| 1571 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -I/usr/include -L/usr/lib -lfribidi
|
|---|
| 1572 | /tmp/mplayer-conf--30995.c: In function 'main':
|
|---|
| 1573 | /tmp/mplayer-conf--30995.c:9: warning: incompatible implicit declaration of built-in function 'exit'
|
|---|
| 1574 |
|
|---|
| 1575 |
|
|---|
| 1576 | Result is: yes
|
|---|
| 1577 | ##########################################
|
|---|
| 1578 |
|
|---|
| 1579 | ============ Checking for ENCA ============
|
|---|
| 1580 |
|
|---|
| 1581 | #include <enca.h>
|
|---|
| 1582 | int main()
|
|---|
| 1583 | {
|
|---|
| 1584 | const char **langs;
|
|---|
| 1585 | size_t langcnt;
|
|---|
| 1586 | langs = enca_get_languages(&langcnt);
|
|---|
| 1587 | return 0;
|
|---|
| 1588 | }
|
|---|
| 1589 |
|
|---|
| 1590 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lenca -lm
|
|---|
| 1591 | /tmp/mplayer-conf--30995.c:1:18: error: enca.h: No such file or directory
|
|---|
| 1592 | /tmp/mplayer-conf--30995.c: In function 'main':
|
|---|
| 1593 | /tmp/mplayer-conf--30995.c:5: error: 'size_t' undeclared (first use in this function)
|
|---|
| 1594 | /tmp/mplayer-conf--30995.c:5: error: (Each undeclared identifier is reported only once
|
|---|
| 1595 | /tmp/mplayer-conf--30995.c:5: error: for each function it appears in.)
|
|---|
| 1596 | /tmp/mplayer-conf--30995.c:5: error: expected ';' before 'langcnt'
|
|---|
| 1597 | /tmp/mplayer-conf--30995.c:6: error: 'langcnt' undeclared (first use in this function)
|
|---|
| 1598 | /tmp/mplayer-conf--30995.c:6: warning: assignment makes pointer from integer without a cast
|
|---|
| 1599 |
|
|---|
| 1600 |
|
|---|
| 1601 | Result is: no
|
|---|
| 1602 | ##########################################
|
|---|
| 1603 |
|
|---|
| 1604 | ============ Checking for zlib ============
|
|---|
| 1605 |
|
|---|
| 1606 | #include <zlib.h>
|
|---|
| 1607 | int main(void) { (void) inflate(0, Z_NO_FLUSH); return 0; }
|
|---|
| 1608 |
|
|---|
| 1609 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lz
|
|---|
| 1610 |
|
|---|
| 1611 |
|
|---|
| 1612 | Result is: yes
|
|---|
| 1613 | ##########################################
|
|---|
| 1614 |
|
|---|
| 1615 | ============ Checking for RTC ============
|
|---|
| 1616 |
|
|---|
| 1617 | #include <sys/ioctl.h>
|
|---|
| 1618 | #ifdef __linux__
|
|---|
| 1619 | #include <linux/rtc.h>
|
|---|
| 1620 | #else
|
|---|
| 1621 | #include <rtc.h>
|
|---|
| 1622 | #define RTC_PIE_ON RTCIO_PIE_ON
|
|---|
| 1623 | #endif
|
|---|
| 1624 | int main(void) { return RTC_PIE_ON; }
|
|---|
| 1625 |
|
|---|
| 1626 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 1627 |
|
|---|
| 1628 |
|
|---|
| 1629 | Result is: yes
|
|---|
| 1630 | ##########################################
|
|---|
| 1631 |
|
|---|
| 1632 | ============ Checking for liblzo2 support ============
|
|---|
| 1633 |
|
|---|
| 1634 | #include <lzo/lzo1x.h>
|
|---|
| 1635 | int main(void) { lzo_init();return 0; }
|
|---|
| 1636 |
|
|---|
| 1637 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -llzo2
|
|---|
| 1638 |
|
|---|
| 1639 |
|
|---|
| 1640 | Result is: yes
|
|---|
| 1641 | ##########################################
|
|---|
| 1642 |
|
|---|
| 1643 | ============ Checking for mad support ============
|
|---|
| 1644 |
|
|---|
| 1645 | #include <mad.h>
|
|---|
| 1646 | int main(void) { return 0; }
|
|---|
| 1647 |
|
|---|
| 1648 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lmad
|
|---|
| 1649 |
|
|---|
| 1650 |
|
|---|
| 1651 | Result is: yes
|
|---|
| 1652 | ##########################################
|
|---|
| 1653 |
|
|---|
| 1654 | ============ Checking for Twolame ============
|
|---|
| 1655 |
|
|---|
| 1656 | #include <twolame.h>
|
|---|
| 1657 | int main(void) { twolame_init(); return 0; }
|
|---|
| 1658 |
|
|---|
| 1659 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -ltwolame -lm
|
|---|
| 1660 | /tmp/mplayer-conf--30995.c:1:21: error: twolame.h: No such file or directory
|
|---|
| 1661 |
|
|---|
| 1662 |
|
|---|
| 1663 | Result is: no
|
|---|
| 1664 | ##########################################
|
|---|
| 1665 |
|
|---|
| 1666 | ============ Checking for Toolame ============
|
|---|
| 1667 |
|
|---|
| 1668 | #include <toolame.h>
|
|---|
| 1669 | int main(void) { toolame_init(); return 0; }
|
|---|
| 1670 |
|
|---|
| 1671 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -ltoolame -lm
|
|---|
| 1672 | /tmp/mplayer-conf--30995.c:1:21: error: toolame.h: No such file or directory
|
|---|
| 1673 |
|
|---|
| 1674 |
|
|---|
| 1675 | Result is: no
|
|---|
| 1676 | ##########################################
|
|---|
| 1677 |
|
|---|
| 1678 | ============ Checking for OggVorbis support ============
|
|---|
| 1679 | Result is: yes (internal Tremor)
|
|---|
| 1680 | ##########################################
|
|---|
| 1681 |
|
|---|
| 1682 | ============ Checking for libspeex (version >= 1.1 required) ============
|
|---|
| 1683 |
|
|---|
| 1684 | #include <speex/speex.h>
|
|---|
| 1685 | int main(void) {
|
|---|
| 1686 | SpeexBits bits;
|
|---|
| 1687 | void *dec;
|
|---|
| 1688 | speex_decode_int(dec, &bits, dec);
|
|---|
| 1689 | }
|
|---|
| 1690 |
|
|---|
| 1691 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lspeex -lm
|
|---|
| 1692 | /tmp/mplayer-conf--30995.c:1:25: error: speex/speex.h: No such file or directory
|
|---|
| 1693 | /tmp/mplayer-conf--30995.c: In function 'main':
|
|---|
| 1694 | /tmp/mplayer-conf--30995.c:3: error: 'SpeexBits' undeclared (first use in this function)
|
|---|
| 1695 | /tmp/mplayer-conf--30995.c:3: error: (Each undeclared identifier is reported only once
|
|---|
| 1696 | /tmp/mplayer-conf--30995.c:3: error: for each function it appears in.)
|
|---|
| 1697 | /tmp/mplayer-conf--30995.c:3: error: expected ';' before 'bits'
|
|---|
| 1698 | /tmp/mplayer-conf--30995.c:5: error: 'bits' undeclared (first use in this function)
|
|---|
| 1699 |
|
|---|
| 1700 |
|
|---|
| 1701 | Result is: no
|
|---|
| 1702 | ##########################################
|
|---|
| 1703 |
|
|---|
| 1704 | ============ Checking for OggTheora support ============
|
|---|
| 1705 |
|
|---|
| 1706 | #include <theora/theora.h>
|
|---|
| 1707 | #include <string.h>
|
|---|
| 1708 | int main(void)
|
|---|
| 1709 | {
|
|---|
| 1710 | /* theora is in flux, make sure that all interface routines and
|
|---|
| 1711 | * datatypes exist and work the way we expect it, so we don't break
|
|---|
| 1712 | * mplayer */
|
|---|
| 1713 | ogg_packet op;
|
|---|
| 1714 | theora_comment tc;
|
|---|
| 1715 | theora_info inf;
|
|---|
| 1716 | theora_state st;
|
|---|
| 1717 | yuv_buffer yuv;
|
|---|
| 1718 | int r;
|
|---|
| 1719 | double t;
|
|---|
| 1720 |
|
|---|
| 1721 | theora_info_init (&inf);
|
|---|
| 1722 | theora_comment_init (&tc);
|
|---|
| 1723 |
|
|---|
| 1724 | return 0;
|
|---|
| 1725 |
|
|---|
| 1726 | /* we don't want to execute this kind of nonsense; just for making sure
|
|---|
| 1727 | * that compilation works... */
|
|---|
| 1728 | memset(&op, 0, sizeof(op));
|
|---|
| 1729 | r = theora_decode_header (&inf, &tc, &op);
|
|---|
| 1730 | r = theora_decode_init (&st, &inf);
|
|---|
| 1731 | t = theora_granule_time (&st, op.granulepos);
|
|---|
| 1732 | r = theora_decode_packetin (&st, &op);
|
|---|
| 1733 | r = theora_decode_YUVout (&st, &yuv);
|
|---|
| 1734 | theora_clear (&st);
|
|---|
| 1735 |
|
|---|
| 1736 | return 0;
|
|---|
| 1737 | }
|
|---|
| 1738 |
|
|---|
| 1739 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -ltheora -logg
|
|---|
| 1740 |
|
|---|
| 1741 |
|
|---|
| 1742 | Result is: yes
|
|---|
| 1743 | ##########################################
|
|---|
| 1744 |
|
|---|
| 1745 | ============ Checking for mp3lib support ============
|
|---|
| 1746 | Result is: yes
|
|---|
| 1747 | ##########################################
|
|---|
| 1748 |
|
|---|
| 1749 | ============ Checking for liba52 support ============
|
|---|
| 1750 | Result is: yes
|
|---|
| 1751 | ##########################################
|
|---|
| 1752 |
|
|---|
| 1753 | ============ Checking for libmpeg2 support ============
|
|---|
| 1754 | Result is: yes
|
|---|
| 1755 | ##########################################
|
|---|
| 1756 |
|
|---|
| 1757 | ============ Checking for libmpcdec (musepack, version >= 1.2.1 required) ============
|
|---|
| 1758 |
|
|---|
| 1759 | #include <mpcdec/mpcdec.h>
|
|---|
| 1760 | int main(void) {
|
|---|
| 1761 | mpc_streaminfo info;
|
|---|
| 1762 | mpc_decoder decoder;
|
|---|
| 1763 | mpc_decoder_set_streaminfo(&decoder, &info);
|
|---|
| 1764 | mpc_decoder_decode_frame(&decoder, NULL, 0, NULL);
|
|---|
| 1765 | }
|
|---|
| 1766 |
|
|---|
| 1767 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lmpcdec -lm
|
|---|
| 1768 | /tmp/mplayer-conf--30995.c:1:27: error: mpcdec/mpcdec.h: No such file or directory
|
|---|
| 1769 | /tmp/mplayer-conf--30995.c: In function 'main':
|
|---|
| 1770 | /tmp/mplayer-conf--30995.c:3: error: 'mpc_streaminfo' undeclared (first use in this function)
|
|---|
| 1771 | /tmp/mplayer-conf--30995.c:3: error: (Each undeclared identifier is reported only once
|
|---|
| 1772 | /tmp/mplayer-conf--30995.c:3: error: for each function it appears in.)
|
|---|
| 1773 | /tmp/mplayer-conf--30995.c:3: error: expected ';' before 'info'
|
|---|
| 1774 | /tmp/mplayer-conf--30995.c:4: error: 'mpc_decoder' undeclared (first use in this function)
|
|---|
| 1775 | /tmp/mplayer-conf--30995.c:4: error: expected ';' before 'decoder'
|
|---|
| 1776 | /tmp/mplayer-conf--30995.c:5: error: 'decoder' undeclared (first use in this function)
|
|---|
| 1777 | /tmp/mplayer-conf--30995.c:5: error: 'info' undeclared (first use in this function)
|
|---|
| 1778 | /tmp/mplayer-conf--30995.c:6: error: 'NULL' undeclared (first use in this function)
|
|---|
| 1779 |
|
|---|
| 1780 |
|
|---|
| 1781 | Result is: no
|
|---|
| 1782 | ##########################################
|
|---|
| 1783 |
|
|---|
| 1784 | ============ Checking for FAAC (AAC encoder) support ============
|
|---|
| 1785 |
|
|---|
| 1786 | #include <inttypes.h>
|
|---|
| 1787 | #include <faac.h>
|
|---|
| 1788 | int main(void) { unsigned long x, y; faacEncOpen(48000, 2, &x, &y); return 0; }
|
|---|
| 1789 |
|
|---|
| 1790 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -O4 -lfaac -lm
|
|---|
| 1791 | /tmp/mplayer-conf--30995.c:2:18: error: faac.h: No such file or directory
|
|---|
| 1792 |
|
|---|
| 1793 |
|
|---|
| 1794 |
|
|---|
| 1795 | #include <inttypes.h>
|
|---|
| 1796 | #include <faac.h>
|
|---|
| 1797 | int main(void) { unsigned long x, y; faacEncOpen(48000, 2, &x, &y); return 0; }
|
|---|
| 1798 |
|
|---|
| 1799 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -O4 -lfaac -lmp4v2 -lstdc++ -lm
|
|---|
| 1800 | /tmp/mplayer-conf--30995.c:2:18: error: faac.h: No such file or directory
|
|---|
| 1801 |
|
|---|
| 1802 |
|
|---|
| 1803 | Result is: no (in libavcodec: )
|
|---|
| 1804 | ##########################################
|
|---|
| 1805 |
|
|---|
| 1806 | ============ Checking for FAAD2 (AAC) support ============
|
|---|
| 1807 | Result is: yes (internal floating-point)
|
|---|
| 1808 | ##########################################
|
|---|
| 1809 |
|
|---|
| 1810 | ============ Checking for LADSPA plugin support ============
|
|---|
| 1811 |
|
|---|
| 1812 | #include <stdio.h>
|
|---|
| 1813 | #include <ladspa.h>
|
|---|
| 1814 | int main(void) {
|
|---|
| 1815 | const LADSPA_Descriptor *ld = NULL;
|
|---|
| 1816 | return 0;
|
|---|
| 1817 | }
|
|---|
| 1818 |
|
|---|
| 1819 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 1820 | /tmp/mplayer-conf--30995.c:2:20: error: ladspa.h: No such file or directory
|
|---|
| 1821 | /tmp/mplayer-conf--30995.c: In function 'main':
|
|---|
| 1822 | /tmp/mplayer-conf--30995.c:4: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
|
|---|
| 1823 | /tmp/mplayer-conf--30995.c:4: error: 'ld' undeclared (first use in this function)
|
|---|
| 1824 | /tmp/mplayer-conf--30995.c:4: error: (Each undeclared identifier is reported only once
|
|---|
| 1825 | /tmp/mplayer-conf--30995.c:4: error: for each function it appears in.)
|
|---|
| 1826 |
|
|---|
| 1827 |
|
|---|
| 1828 | Result is: no
|
|---|
| 1829 | ##########################################
|
|---|
| 1830 |
|
|---|
| 1831 | ============ Checking for Win32 codecs ============
|
|---|
| 1832 | Result is: yes (using /usr/lib/win32)
|
|---|
| 1833 | ##########################################
|
|---|
| 1834 |
|
|---|
| 1835 | ============ Checking for XAnim codecs ============
|
|---|
| 1836 | Result is: yes (using /usr/lib/win32)
|
|---|
| 1837 | ##########################################
|
|---|
| 1838 |
|
|---|
| 1839 | ============ Checking for RealPlayer codecs ============
|
|---|
| 1840 | Result is: yes (using /opt/RealPlayer8/Codecs)
|
|---|
| 1841 | ##########################################
|
|---|
| 1842 |
|
|---|
| 1843 | ============ Checking for LIVE555 Streaming Media libraries ============
|
|---|
| 1844 |
|
|---|
| 1845 | #include <liveMedia.hh>
|
|---|
| 1846 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 1847 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 1848 | #endif
|
|---|
| 1849 | int main(void) {}
|
|---|
| 1850 |
|
|---|
| 1851 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.cpp -I/usr/include/liveMedia/include -I/usr/include/UsageEnvironment/include -I/usr/include/groupsock/include -lstdc++
|
|---|
| 1852 | /tmp/mplayer-conf--30995.cpp:1:24: error: liveMedia.hh: No such file or directory
|
|---|
| 1853 | /tmp/mplayer-conf--30995.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/>
|
|---|
| 1854 |
|
|---|
| 1855 |
|
|---|
| 1856 |
|
|---|
| 1857 | #include <liveMedia.hh>
|
|---|
| 1858 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 1859 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 1860 | #endif
|
|---|
| 1861 | int main(void) {}
|
|---|
| 1862 |
|
|---|
| 1863 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.cpp -I/usr/include/freetype2/liveMedia/include -I/usr/include/freetype2/UsageEnvironment/include -I/usr/include/freetype2/groupsock/include -lstdc++
|
|---|
| 1864 | /tmp/mplayer-conf--30995.cpp:1:24: error: liveMedia.hh: No such file or directory
|
|---|
| 1865 | /tmp/mplayer-conf--30995.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/>
|
|---|
| 1866 |
|
|---|
| 1867 |
|
|---|
| 1868 |
|
|---|
| 1869 | #include <liveMedia.hh>
|
|---|
| 1870 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 1871 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 1872 | #endif
|
|---|
| 1873 | int main(void) {}
|
|---|
| 1874 |
|
|---|
| 1875 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.cpp -I/usr/include/liveMedia/include -I/usr/include/UsageEnvironment/include -I/usr/include/groupsock/include -lstdc++
|
|---|
| 1876 | /tmp/mplayer-conf--30995.cpp:1:24: error: liveMedia.hh: No such file or directory
|
|---|
| 1877 | /tmp/mplayer-conf--30995.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/>
|
|---|
| 1878 |
|
|---|
| 1879 |
|
|---|
| 1880 |
|
|---|
| 1881 | #include <liveMedia.hh>
|
|---|
| 1882 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 1883 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 1884 | #endif
|
|---|
| 1885 | int main(void) {}
|
|---|
| 1886 |
|
|---|
| 1887 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.cpp -I/usr/local/stow/mplayer/lib/live/liveMedia/include -I/usr/local/stow/mplayer/lib/live/UsageEnvironment/include -I/usr/local/stow/mplayer/lib/live/groupsock/include -lstdc++
|
|---|
| 1888 | /tmp/mplayer-conf--30995.cpp:1:24: error: liveMedia.hh: No such file or directory
|
|---|
| 1889 | /tmp/mplayer-conf--30995.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/>
|
|---|
| 1890 |
|
|---|
| 1891 |
|
|---|
| 1892 |
|
|---|
| 1893 | #include <liveMedia.hh>
|
|---|
| 1894 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 1895 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 1896 | #endif
|
|---|
| 1897 | int main(void) {}
|
|---|
| 1898 |
|
|---|
| 1899 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.cpp -I/usr/lib/live/liveMedia/include -I/usr/lib/live/UsageEnvironment/include -I/usr/lib/live/groupsock/include -lstdc++
|
|---|
| 1900 | /tmp/mplayer-conf--30995.cpp:1:24: error: liveMedia.hh: No such file or directory
|
|---|
| 1901 | /tmp/mplayer-conf--30995.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/>
|
|---|
| 1902 |
|
|---|
| 1903 |
|
|---|
| 1904 |
|
|---|
| 1905 | #include <liveMedia.hh>
|
|---|
| 1906 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 1907 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 1908 | #endif
|
|---|
| 1909 | int main(void) {}
|
|---|
| 1910 |
|
|---|
| 1911 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.cpp -I/usr/local/live/liveMedia/include -I/usr/local/live/UsageEnvironment/include -I/usr/local/live/groupsock/include -lstdc++
|
|---|
| 1912 | /tmp/mplayer-conf--30995.cpp:1:24: error: liveMedia.hh: No such file or directory
|
|---|
| 1913 | /tmp/mplayer-conf--30995.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/>
|
|---|
| 1914 |
|
|---|
| 1915 |
|
|---|
| 1916 |
|
|---|
| 1917 | #include <liveMedia.hh>
|
|---|
| 1918 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 1919 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 1920 | #endif
|
|---|
| 1921 | int main(void) {}
|
|---|
| 1922 |
|
|---|
| 1923 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.cpp -I/usr/local/lib/live/liveMedia/include -I/usr/local/lib/live/UsageEnvironment/include -I/usr/local/lib/live/groupsock/include -lstdc++
|
|---|
| 1924 | /tmp/mplayer-conf--30995.cpp:1:24: error: liveMedia.hh: No such file or directory
|
|---|
| 1925 | /tmp/mplayer-conf--30995.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/>
|
|---|
| 1926 |
|
|---|
| 1927 |
|
|---|
| 1928 |
|
|---|
| 1929 | #include <liveMedia.hh>
|
|---|
| 1930 | #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
|
|---|
| 1931 | #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
|
|---|
| 1932 | #endif
|
|---|
| 1933 | int main(void) {}
|
|---|
| 1934 |
|
|---|
| 1935 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.cpp -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/groupsock -lstdc++
|
|---|
| 1936 | /tmp/mplayer-conf--30995.cpp:1:24: error: liveMedia.hh: No such file or directory
|
|---|
| 1937 | /tmp/mplayer-conf--30995.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/>
|
|---|
| 1938 |
|
|---|
| 1939 |
|
|---|
| 1940 | Result is: no
|
|---|
| 1941 | ##########################################
|
|---|
| 1942 |
|
|---|
| 1943 | ============ Checking for FFmpeg libavutil ============
|
|---|
| 1944 | Result is: yes (static)
|
|---|
| 1945 | ##########################################
|
|---|
| 1946 |
|
|---|
| 1947 | ============ Checking for FFmpeg libavcodec ============
|
|---|
| 1948 | Result is: yes (static)
|
|---|
| 1949 | ##########################################
|
|---|
| 1950 |
|
|---|
| 1951 | ============ Checking for FFmpeg libavformat ============
|
|---|
| 1952 | Result is: yes (static)
|
|---|
| 1953 | ##########################################
|
|---|
| 1954 |
|
|---|
| 1955 | ============ Checking for FFmpeg libpostproc ============
|
|---|
| 1956 | Result is: yes (static)
|
|---|
| 1957 | ##########################################
|
|---|
| 1958 |
|
|---|
| 1959 | ============ Checking for md5sum support ============
|
|---|
| 1960 | Result is: yes
|
|---|
| 1961 | ##########################################
|
|---|
| 1962 |
|
|---|
| 1963 | ============ Checking for libamr narrowband ============
|
|---|
| 1964 |
|
|---|
| 1965 | #include <amrnb/interf_dec.h>
|
|---|
| 1966 | int main(void) { Speech_Decode_Frame_init(); return 0; }
|
|---|
| 1967 |
|
|---|
| 1968 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lamrnb
|
|---|
| 1969 | /tmp/mplayer-conf--30995.c:1:30: error: amrnb/interf_dec.h: No such file or directory
|
|---|
| 1970 |
|
|---|
| 1971 |
|
|---|
| 1972 | Result is: no
|
|---|
| 1973 | ##########################################
|
|---|
| 1974 |
|
|---|
| 1975 | ============ Checking for libamr wideband ============
|
|---|
| 1976 |
|
|---|
| 1977 | #include <amrwb/dec_if.h>
|
|---|
| 1978 | int main(void) { D_IF_init(); return 0; }
|
|---|
| 1979 |
|
|---|
| 1980 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lamrwb
|
|---|
| 1981 | /tmp/mplayer-conf--30995.c:1:26: error: amrwb/dec_if.h: No such file or directory
|
|---|
| 1982 |
|
|---|
| 1983 |
|
|---|
| 1984 | Result is: no
|
|---|
| 1985 | ##########################################
|
|---|
| 1986 |
|
|---|
| 1987 | ============ Checking for libdv-0.9.5+ ============
|
|---|
| 1988 |
|
|---|
| 1989 | #include <libdv/dv.h>
|
|---|
| 1990 | int main(void) { dv_encoder_t* enc=dv_encoder_new(1,1,1); return 0; }
|
|---|
| 1991 |
|
|---|
| 1992 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -ldv -lpthread -lm
|
|---|
| 1993 |
|
|---|
| 1994 |
|
|---|
| 1995 | Result is: yes
|
|---|
| 1996 | ##########################################
|
|---|
| 1997 |
|
|---|
| 1998 | ============ Checking for zr ============
|
|---|
| 1999 | Result is: no
|
|---|
| 2000 | ##########################################
|
|---|
| 2001 |
|
|---|
| 2002 | ============ Checking for bl ============
|
|---|
| 2003 | Result is: no
|
|---|
| 2004 | ##########################################
|
|---|
| 2005 |
|
|---|
| 2006 | ============ Checking for XviD ============
|
|---|
| 2007 |
|
|---|
| 2008 | #include <xvid.h>
|
|---|
| 2009 | int main(void) { xvid_global(0, 0, 0, 0); return 0; }
|
|---|
| 2010 |
|
|---|
| 2011 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lxvidcore -lm
|
|---|
| 2012 |
|
|---|
| 2013 |
|
|---|
| 2014 | Result is: yes
|
|---|
| 2015 | ##########################################
|
|---|
| 2016 |
|
|---|
| 2017 | ============ Checking for XviD two pass plugin ============
|
|---|
| 2018 |
|
|---|
| 2019 | #include <xvid.h>
|
|---|
| 2020 | int main(void) { xvid_plugin_2pass2_t s; s.vbv_size=0; return 0; }
|
|---|
| 2021 |
|
|---|
| 2022 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 2023 | /tmp/mplayer-conf--30995.c: In function 'main':
|
|---|
| 2024 | /tmp/mplayer-conf--30995.c:2: error: 'xvid_plugin_2pass2_t' has no member named 'vbv_size'
|
|---|
| 2025 |
|
|---|
| 2026 |
|
|---|
| 2027 | Result is: no
|
|---|
| 2028 | ##########################################
|
|---|
| 2029 |
|
|---|
| 2030 | ============ Checking for x264 ============
|
|---|
| 2031 |
|
|---|
| 2032 | #include <inttypes.h>
|
|---|
| 2033 | #include <x264.h>
|
|---|
| 2034 | #if X264_BUILD < 53
|
|---|
| 2035 | #error We do not support old versions of x264. Get the latest from SVN.
|
|---|
| 2036 | #endif
|
|---|
| 2037 | int main(void) { x264_encoder_open((void*)0); return 0; }
|
|---|
| 2038 |
|
|---|
| 2039 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lx264 -lpthread
|
|---|
| 2040 | /tmp/mplayer-conf--30995.c:2:18: error: x264.h: No such file or directory
|
|---|
| 2041 | /tmp/mplayer-conf--30995.c:4:2: error: #error We do not support old versions of x264. Get the latest from SVN.
|
|---|
| 2042 |
|
|---|
| 2043 |
|
|---|
| 2044 |
|
|---|
| 2045 | #include <inttypes.h>
|
|---|
| 2046 | #include <x264.h>
|
|---|
| 2047 | #if X264_BUILD < 53
|
|---|
| 2048 | #error We do not support old versions of x264. Get the latest from SVN.
|
|---|
| 2049 | #endif
|
|---|
| 2050 | int main(void) { x264_encoder_open((void*)0); return 0; }
|
|---|
| 2051 |
|
|---|
| 2052 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lx264 -lpthread -lm
|
|---|
| 2053 | /tmp/mplayer-conf--30995.c:2:18: error: x264.h: No such file or directory
|
|---|
| 2054 | /tmp/mplayer-conf--30995.c:4:2: error: #error We do not support old versions of x264. Get the latest from SVN.
|
|---|
| 2055 |
|
|---|
| 2056 |
|
|---|
| 2057 | Result is: no (in libavcodec: no)
|
|---|
| 2058 | ##########################################
|
|---|
| 2059 |
|
|---|
| 2060 | ============ Checking for nut ============
|
|---|
| 2061 |
|
|---|
| 2062 | #include <stdio.h>
|
|---|
| 2063 | #include <stdlib.h>
|
|---|
| 2064 | #include <inttypes.h>
|
|---|
| 2065 | #include <libnut.h>
|
|---|
| 2066 | int main(void) { (void)nut_error(0); return 0; }
|
|---|
| 2067 |
|
|---|
| 2068 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lnut
|
|---|
| 2069 | /tmp/mplayer-conf--30995.c:4:20: error: libnut.h: No such file or directory
|
|---|
| 2070 |
|
|---|
| 2071 |
|
|---|
| 2072 | Result is: no
|
|---|
| 2073 | ##########################################
|
|---|
| 2074 |
|
|---|
| 2075 | ============ Checking for libmp3lame (for mencoder) ============
|
|---|
| 2076 |
|
|---|
| 2077 | #include <lame/lame.h>
|
|---|
| 2078 | int main(void) { lame_version_t lv; (void) lame_init(); get_lame_version_numerical(&lv); printf("%d%d\n",lv.major,lv.minor); return 0; }
|
|---|
| 2079 |
|
|---|
| 2080 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lmp3lame -lm
|
|---|
| 2081 |
|
|---|
| 2082 |
|
|---|
| 2083 | 398
|
|---|
| 2084 |
|
|---|
| 2085 | #include <lame/lame.h>
|
|---|
| 2086 | int main(void) { lame_set_preset(NULL, STANDARD_FAST); return 0; }
|
|---|
| 2087 |
|
|---|
| 2088 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -lmp3lame -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lmp3lame -lm
|
|---|
| 2089 |
|
|---|
| 2090 |
|
|---|
| 2091 |
|
|---|
| 2092 | #include <lame/lame.h>
|
|---|
| 2093 | int main(void) { lame_set_preset(NULL, MEDIUM_FAST); return 0; }
|
|---|
| 2094 |
|
|---|
| 2095 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -lmp3lame -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lmp3lame -lm
|
|---|
| 2096 |
|
|---|
| 2097 |
|
|---|
| 2098 | Result is: yes
|
|---|
| 2099 | ##########################################
|
|---|
| 2100 |
|
|---|
| 2101 | ============ Checking for mencoder ============
|
|---|
| 2102 | Result is: yes
|
|---|
| 2103 | ##########################################
|
|---|
| 2104 |
|
|---|
| 2105 | ============ Checking for fastmemcpy ============
|
|---|
| 2106 | Result is: yes
|
|---|
| 2107 | ##########################################
|
|---|
| 2108 |
|
|---|
| 2109 | ============ Checking for UniquE RAR File Library ============
|
|---|
| 2110 | Result is: yes
|
|---|
| 2111 | ##########################################
|
|---|
| 2112 |
|
|---|
| 2113 | ============ Checking for TV interface ============
|
|---|
| 2114 | Result is: yes
|
|---|
| 2115 | ##########################################
|
|---|
| 2116 |
|
|---|
| 2117 | ============ Checking for Video 4 Linux TV interface ============
|
|---|
| 2118 |
|
|---|
| 2119 | #include <stdlib.h>
|
|---|
| 2120 | #include <linux/videodev.h>
|
|---|
| 2121 | int main(void) { return 0; }
|
|---|
| 2122 |
|
|---|
| 2123 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -lmp3lame -lmp3lame -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 2124 |
|
|---|
| 2125 |
|
|---|
| 2126 | Result is: yes
|
|---|
| 2127 | ##########################################
|
|---|
| 2128 |
|
|---|
| 2129 | ============ Checking for Video 4 Linux 2 TV interface ============
|
|---|
| 2130 |
|
|---|
| 2131 | #include <stdlib.h>
|
|---|
| 2132 | #include <linux/types.h>
|
|---|
| 2133 | #include <linux/videodev2.h>
|
|---|
| 2134 | int main(void) { return 0; }
|
|---|
| 2135 |
|
|---|
| 2136 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -lmp3lame -lmp3lame -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 2137 |
|
|---|
| 2138 |
|
|---|
| 2139 | Result is: yes
|
|---|
| 2140 | ##########################################
|
|---|
| 2141 |
|
|---|
| 2142 | ============ Checking for Radio interface ============
|
|---|
| 2143 | Result is: no
|
|---|
| 2144 | ##########################################
|
|---|
| 2145 |
|
|---|
| 2146 | ============ Checking for Capture for Radio interface ============
|
|---|
| 2147 | Result is: no
|
|---|
| 2148 | ##########################################
|
|---|
| 2149 |
|
|---|
| 2150 | ============ Checking for Video 4 Linux 2 Radio interface ============
|
|---|
| 2151 | Result is: no
|
|---|
| 2152 | ##########################################
|
|---|
| 2153 |
|
|---|
| 2154 | ============ Checking for Video 4 Linux Radio interface ============
|
|---|
| 2155 | Result is: no
|
|---|
| 2156 | ##########################################
|
|---|
| 2157 |
|
|---|
| 2158 | ============ Checking for Video 4 Linux 2 MPEG PVR interface ============
|
|---|
| 2159 |
|
|---|
| 2160 | #include <stdlib.h>
|
|---|
| 2161 | #include <inttypes.h>
|
|---|
| 2162 | #include <linux/types.h>
|
|---|
| 2163 | #include <linux/videodev2.h>
|
|---|
| 2164 | int main(void) { struct v4l2_ext_controls ext; return 0; }
|
|---|
| 2165 |
|
|---|
| 2166 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -lmp3lame -lmp3lame -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 2167 |
|
|---|
| 2168 |
|
|---|
| 2169 | Result is: yes
|
|---|
| 2170 | ##########################################
|
|---|
| 2171 |
|
|---|
| 2172 | ============ Checking for audio select() ============
|
|---|
| 2173 | Result is: yes
|
|---|
| 2174 | ##########################################
|
|---|
| 2175 |
|
|---|
| 2176 | ============ Checking for ftp ============
|
|---|
| 2177 | Result is: yes
|
|---|
| 2178 | ##########################################
|
|---|
| 2179 |
|
|---|
| 2180 | ============ Checking for vstream client ============
|
|---|
| 2181 |
|
|---|
| 2182 | #include <vstream-client.h>
|
|---|
| 2183 | void vstream_error(const char *format, ... ) {}
|
|---|
| 2184 | int main(void) { vstream_start(); return 0; }
|
|---|
| 2185 |
|
|---|
| 2186 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -lmp3lame -lmp3lame -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -lvstream-client
|
|---|
| 2187 | /tmp/mplayer-conf--30995.c:1:28: error: vstream-client.h: No such file or directory
|
|---|
| 2188 |
|
|---|
| 2189 |
|
|---|
| 2190 | Result is: no
|
|---|
| 2191 | ##########################################
|
|---|
| 2192 |
|
|---|
| 2193 | ============ Checking for byte order ============
|
|---|
| 2194 |
|
|---|
| 2195 | short ascii_name[] = { (('M'<<8)|'P'),(('l'<<8)|'a'),(('y'<<8)|'e'),(('r'<<8)|'B'),
|
|---|
| 2196 | (('i'<<8)|'g'),(('E'<<8)|'n'),(('d'<<8)|'i'),(('a'<<8)|'n'),0};
|
|---|
| 2197 | int main(){
|
|---|
| 2198 | return (int)ascii_name;
|
|---|
| 2199 | }
|
|---|
| 2200 |
|
|---|
| 2201 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -lmp3lame -lmp3lame -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 2202 |
|
|---|
| 2203 |
|
|---|
| 2204 | Result is: little-endian
|
|---|
| 2205 | ##########################################
|
|---|
| 2206 |
|
|---|
| 2207 | ============ Checking for OSD menu ============
|
|---|
| 2208 | Result is: no
|
|---|
| 2209 | ##########################################
|
|---|
| 2210 |
|
|---|
| 2211 | ============ Checking for QuickTime codecs ============
|
|---|
| 2212 | Result is: yes
|
|---|
| 2213 | ##########################################
|
|---|
| 2214 |
|
|---|
| 2215 | ============ Checking for Subtitles sorting ============
|
|---|
| 2216 | Result is: yes
|
|---|
| 2217 | ##########################################
|
|---|
| 2218 |
|
|---|
| 2219 | ============ Checking for XMMS inputplugin support ============
|
|---|
| 2220 | Result is: no
|
|---|
| 2221 | ##########################################
|
|---|
| 2222 |
|
|---|
| 2223 | ============ Checking for inet6 ============
|
|---|
| 2224 |
|
|---|
| 2225 | #include <sys/types.h>
|
|---|
| 2226 | #include <sys/socket.h>
|
|---|
| 2227 | #include <netinet/in.h>
|
|---|
| 2228 | int main(void) { struct sockaddr_in6 six; socket(AF_INET6, SOCK_STREAM, AF_INET6); }
|
|---|
| 2229 |
|
|---|
| 2230 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -lmp3lame -lmp3lame -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 2231 |
|
|---|
| 2232 |
|
|---|
| 2233 | Result is: yes
|
|---|
| 2234 | ##########################################
|
|---|
| 2235 |
|
|---|
| 2236 | ============ Checking for gethostbyname2 ============
|
|---|
| 2237 |
|
|---|
| 2238 | #include <sys/types.h>
|
|---|
| 2239 | #include <sys/socket.h>
|
|---|
| 2240 | #include <netdb.h>
|
|---|
| 2241 | int main(void) { gethostbyname2("", AF_INET); }
|
|---|
| 2242 |
|
|---|
| 2243 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -lmp3lame -lmp3lame -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 2244 |
|
|---|
| 2245 |
|
|---|
| 2246 | Result is: yes
|
|---|
| 2247 | ##########################################
|
|---|
| 2248 |
|
|---|
| 2249 | ============ Checking for GUI ============
|
|---|
| 2250 | ============ Checking for XShape extension ============
|
|---|
| 2251 |
|
|---|
| 2252 | #include <X11/Xlib.h>
|
|---|
| 2253 | #include <X11/Xproto.h>
|
|---|
| 2254 | #include <X11/Xutil.h>
|
|---|
| 2255 | #include <X11/extensions/shape.h>
|
|---|
| 2256 | #include <stdlib.h>
|
|---|
| 2257 | int main(void) {
|
|---|
| 2258 | char *name = ":0.0";
|
|---|
| 2259 | Display *wsDisplay;
|
|---|
| 2260 | int exitvar = 0;
|
|---|
| 2261 | int eventbase, errorbase;
|
|---|
| 2262 | if (getenv("DISPLAY"))
|
|---|
| 2263 | name=getenv("DISPLAY");
|
|---|
| 2264 | wsDisplay=XOpenDisplay(name);
|
|---|
| 2265 | if (!XShapeQueryExtension(wsDisplay,&eventbase,&errorbase))
|
|---|
| 2266 | exitvar=1;
|
|---|
| 2267 | XCloseDisplay(wsDisplay);
|
|---|
| 2268 | return exitvar;
|
|---|
| 2269 | }
|
|---|
| 2270 |
|
|---|
| 2271 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -lmp3lame -lmp3lame -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 2272 |
|
|---|
| 2273 |
|
|---|
| 2274 | Result is: yes
|
|---|
| 2275 | ##########################################
|
|---|
| 2276 |
|
|---|
| 2277 | ============ Checking for GTK+ version ============
|
|---|
| 2278 | Result is: 2.10.13
|
|---|
| 2279 | ##########################################
|
|---|
| 2280 |
|
|---|
| 2281 | ============ Checking for glib version ============
|
|---|
| 2282 | Result is: 2.12.12
|
|---|
| 2283 | ##########################################
|
|---|
| 2284 |
|
|---|
| 2285 | ============ Checking for automatic gdb attach ============
|
|---|
| 2286 | Result is: no
|
|---|
| 2287 | ##########################################
|
|---|
| 2288 |
|
|---|
| 2289 | ============ Checking for compiler support for noexecstack ============
|
|---|
| 2290 |
|
|---|
| 2291 | int main(void) { return 0; }
|
|---|
| 2292 |
|
|---|
| 2293 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -lmp3lame -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lglib-2.0 -lmp3lame -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -Wl,-z,noexecstack
|
|---|
| 2294 |
|
|---|
| 2295 |
|
|---|
| 2296 | Result is: yes
|
|---|
| 2297 | ##########################################
|
|---|
| 2298 |
|
|---|
| 2299 | ============ Checking for ftello() ============
|
|---|
| 2300 |
|
|---|
| 2301 | #include <stdio.h>
|
|---|
| 2302 | #include <sys/types.h>
|
|---|
| 2303 | int main (void) { ftello(stdin); return 0; }
|
|---|
| 2304 |
|
|---|
| 2305 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -Wl,-z,noexecstack -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -lmp3lame -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lglib-2.0 -lmp3lame -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c
|
|---|
| 2306 |
|
|---|
| 2307 |
|
|---|
| 2308 | Result is: yes
|
|---|
| 2309 | ##########################################
|
|---|
| 2310 |
|
|---|
| 2311 | ============ Checking for VIDIX ============
|
|---|
| 2312 | Result is: no
|
|---|
| 2313 | ##########################################
|
|---|
| 2314 |
|
|---|
| 2315 | ============ Checking for joystick ============
|
|---|
| 2316 | Result is: no
|
|---|
| 2317 | ##########################################
|
|---|
| 2318 |
|
|---|
| 2319 | ============ Checking for lirc ============
|
|---|
| 2320 |
|
|---|
| 2321 | #include <lirc/lirc_client.h>
|
|---|
| 2322 | int main(void) { return 0; }
|
|---|
| 2323 |
|
|---|
| 2324 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -Wl,-z,noexecstack -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lpthread -ldl -rdynamic -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -lmp3lame -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lglib-2.0 -lmp3lame -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -llirc_client
|
|---|
| 2325 |
|
|---|
| 2326 |
|
|---|
| 2327 | Result is: yes
|
|---|
| 2328 | ##########################################
|
|---|
| 2329 |
|
|---|
| 2330 | ============ Checking for lircc ============
|
|---|
| 2331 |
|
|---|
| 2332 | #include <lirc/lircc.h>
|
|---|
| 2333 | int main(void) { return 0; }
|
|---|
| 2334 |
|
|---|
| 2335 | gcc -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -I/usr/include -I/usr/include/freetype2 -I/usr/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -Wl,-z,noexecstack -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lpthread -ldl -rdynamic -llirc_client -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -lmp3lame -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lglib-2.0 -lmp3lame -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -llircc
|
|---|
| 2336 | /tmp/mplayer-conf--30995.c:1:24: error: lirc/lircc.h: No such file or directory
|
|---|
| 2337 |
|
|---|
| 2338 |
|
|---|
| 2339 | Result is: no
|
|---|
| 2340 | ##########################################
|
|---|
| 2341 |
|
|---|
| 2342 | ============ Checking for color console output ============
|
|---|
| 2343 | Result is: no
|
|---|
| 2344 | ##########################################
|
|---|
| 2345 |
|
|---|
| 2346 |
|
|---|
| 2347 | int main() { return 0; }
|
|---|
| 2348 |
|
|---|
| 2349 | gcc -I. -I.. -I../libavutil -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include -I/usr/include/freetype2 -I/usr/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -Wl,-z,noexecstack -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lpthread -ldl -rdynamic -llirc_client -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -lmp3lame -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lglib-2.0 -lmp3lame -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -Wdeclaration-after-statement
|
|---|
| 2350 |
|
|---|
| 2351 |
|
|---|
| 2352 |
|
|---|
| 2353 | int main() { return 0; }
|
|---|
| 2354 |
|
|---|
| 2355 | gcc -Wdeclaration-after-statement -I. -I.. -I../libavutil -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include -I/usr/include/freetype2 -I/usr/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -Wl,-z,noexecstack -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lpthread -ldl -rdynamic -llirc_client -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -lmp3lame -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lglib-2.0 -lmp3lame -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -Wno-pointer-sign
|
|---|
| 2356 |
|
|---|
| 2357 |
|
|---|
| 2358 |
|
|---|
| 2359 | int main() { return 0; }
|
|---|
| 2360 |
|
|---|
| 2361 | gcc -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -O4 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -g3 -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/include -I/usr/include/freetype2 -I/usr/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -Wl,-z,noexecstack -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -L/usr/lib -lfribidi -lz -llzo2 -lmad -ltheora -logg -ldv -lxvidcore -lm -lpthread -ldl -rdynamic -llirc_client -lXext -lX11 -lpthread -lXv -lXxf86vm -lXxf86dga -lGL -ldl -laudio -lXt -lmp3lame -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lglib-2.0 -lmp3lame -o /tmp/mplayer-conf--30995.o /tmp/mplayer-conf--30995.c -Wdisabled-optimization
|
|---|
| 2362 |
|
|---|
| 2363 |
|
|---|
| 2364 | ============ Checking for DVD support (libdvdnav) ============
|
|---|
| 2365 | ./configure: 7379: dvdnav-config: not found
|
|---|
| 2366 | Result is: no
|
|---|
| 2367 | ##########################################
|
|---|
| 2368 |
|
|---|