Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- configuration:
- ============ Checking for cc version ============
- Result is: 4.4.1
- ##########################################
- ============ Checking for host cc ============
- Result is: cc
- ##########################################
- ============ Checking for cross compilation ============
- int main(void) { return 0; }
- cc -I. -I/usr/local/include -L/usr/local/lib -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: no
- ##########################################
- ============ Checking for CPU vendor ============
- Result is: GenuineIntel (6:23:10)
- ##########################################
- ============ Checking for CPU type ============
- Result is: Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz
- ##########################################
- ============ Checking for kernel support of mmx ============
- #include <stdlib.h>
- #include <signal.h>
- void catch() { exit(1); }
- int main(void) {
- signal(SIGILL, catch);
- __asm__ volatile ("emms":::"memory"); return 0;
- }
- cc -I. -I/usr/local/include -L/usr/local/lib -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for kernel support of mmxext ============
- #include <stdlib.h>
- #include <signal.h>
- void catch() { exit(1); }
- int main(void) {
- signal(SIGILL, catch);
- __asm__ volatile ("sfence":::"memory"); return 0;
- }
- cc -I. -I/usr/local/include -L/usr/local/lib -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for kernel support of sse ============
- #include <stdlib.h>
- #include <signal.h>
- void catch() { exit(1); }
- int main(void) {
- signal(SIGILL, catch);
- __asm__ volatile ("xorps %%xmm0, %%xmm0":::"memory"); return 0;
- }
- cc -I. -I/usr/local/include -L/usr/local/lib -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for kernel support of sse2 ============
- #include <stdlib.h>
- #include <signal.h>
- void catch() { exit(1); }
- int main(void) {
- signal(SIGILL, catch);
- __asm__ volatile ("xorpd %%xmm0, %%xmm0":::"memory"); return 0;
- }
- cc -I. -I/usr/local/include -L/usr/local/lib -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for kernel support of ssse3 ============
- #include <stdlib.h>
- #include <signal.h>
- void catch() { exit(1); }
- int main(void) {
- signal(SIGILL, catch);
- __asm__ volatile ("pabsd %%xmm0, %%xmm0":::"memory"); return 0;
- }
- cc -I. -I/usr/local/include -L/usr/local/lib -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for kernel support of cmov ============
- #include <stdlib.h>
- #include <signal.h>
- void catch() { exit(1); }
- int main(void) {
- signal(SIGILL, catch);
- __asm__ volatile ("cmovb %%eax,%%ebx":::"memory"); return 0;
- }
- cc -I. -I/usr/local/include -L/usr/local/lib -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for mtrr support ============
- Result is: yes
- ##########################################
- ============ Checking for GCC & CPU optimization abilities ============
- int main(void) { return 0; }
- cc -I. -I/usr/local/include -L/usr/local/lib -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -march=native
- Result is: native
- ##########################################
- ============ Checking for byte order ============
- short ascii_name[] = { (('M'<<8)|'P'),(('l'<<8)|'a'),(('y'<<8)|'e'),(('r'<<8)|'B'),
- (('i'<<8)|'g'),(('E'<<8)|'n'),(('d'<<8)|'i'),(('a'<<8)|'n'),0};
- int main(void) { return (int)ascii_name; }
- cc -I. -I/usr/local/include -L/usr/local/lib -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:3: warning: cast from pointer to integer of different size
- Result is: little-endian
- ##########################################
- ============ Checking for extern symbol prefix ============
- int ff_extern;
- cc -I. -I/usr/local/include -L/usr/local/lib -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -c
- Result is:
- ##########################################
- ============ Checking for assembler support of -pipe option ============
- int main(void) { return 0; }
- cc -I. -I/usr/local/include -L/usr/local/lib -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -pipe
- Result is: yes
- ##########################################
- ============ Checking for compiler support of named assembler arguments ============
- Result is: yes
- ##########################################
- int main(void) { return 0; }
- cc -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -std=gnu99
- int main(void) { return 0; }
- cc -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -Wdeclaration-after-statement
- int main(void) { return 0; }
- cc -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -Wno-pointer-sign
- int main(void) { return 0; }
- cc -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -Wdisabled-optimization
- int main(void) { return 0; }
- cc -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -Wundef
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -mno-omit-leaf-frame-pointer
- ============ Checking for .align is a power of two ============
- int main(void) { __asm__ (".align 3"); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c: Assembler messages:
- /tmp/mplayer-conf--15605.c:1: Error: alignment not a power of 2
- Result is: no
- ##########################################
- ============ Checking for 10 assembler operands ============
- int main(void) {
- int x=0;
- __asm__ volatile(
- ""
- :"+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x)
- );
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for yasm ============
- pabsw xmm0, xmm0
- yasm -f elf -DARCH_X86_64 -m amd64 -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.S
- Result is: yasm
- ##########################################
- ============ Checking for bswap ============
- Result is: yes
- ##########################################
- ============ Checking for -lposix ============
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lposix
- /usr/bin/ld: cannot find -lposix
- collect2: ld returned 1 exit status
- Result is: no
- ##########################################
- ============ Checking for -lm ============
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lm
- Result is: yes
- ##########################################
- ============ Checking for langinfo ============
- #include <langinfo.h>
- int main(void) { nl_langinfo(CODESET); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for language ============
- Result is: messages: en - man pages: en - documentation: en
- ##########################################
- ============ Checking for enable sighandler ============
- Result is: yes
- ##########################################
- ============ Checking for runtime cpudetection ============
- Result is: no
- ##########################################
- ============ Checking for restrict keyword ============
- void foo(char * restrict p); int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: restrict
- ##########################################
- ============ Checking for __builtin_expect ============
- int foo(int a) {
- a = __builtin_expect(a, 10);
- return a == 10 ? 0 : 1;
- }
- int main(void) { return foo(10) && foo(0); }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for kstat ============
- #include <kstat.h>
- int main(void) { (void) kstat_open(); (void) kstat_close(0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lkstat
- /tmp/mplayer-conf--15605.c:1:19: error: kstat.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'kstat_open'
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'kstat_close'
- Result is: no
- ##########################################
- ============ Checking for posix4 ============
- #include <time.h>
- int main(void) { (void) nanosleep(0, 0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lposix4
- /usr/bin/ld: cannot find -lposix4
- collect2: ld returned 1 exit status
- Result is: no
- ##########################################
- ============ Checking for llrint ============
- #include <math.h>
- int main(void) { long (*foo)(float); foo = llrint; (void)(*foo)(0.0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -D_ISOC99_SOURCE -lm
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: assignment from incompatible pointer type
- Result is: yes
- ##########################################
- ============ Checking for lrint ============
- #include <math.h>
- int main(void) { long (*foo)(float); foo = lrint; (void)(*foo)(0.0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -D_ISOC99_SOURCE -lm
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: assignment from incompatible pointer type
- Result is: yes
- ##########################################
- ============ Checking for lrintf ============
- #include <math.h>
- int main(void) { long (*foo)(float); foo = lrintf; (void)(*foo)(0.0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -D_ISOC99_SOURCE -lm
- Result is: yes
- ##########################################
- ============ Checking for round ============
- #include <math.h>
- int main(void) { long (*foo)(float); foo = round; (void)(*foo)(0.0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -D_ISOC99_SOURCE -lm
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: assignment from incompatible pointer type
- Result is: yes
- ##########################################
- ============ Checking for roundf ============
- #include <math.h>
- int main(void) { long (*foo)(float); foo = roundf; (void)(*foo)(0.0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -D_ISOC99_SOURCE -lm
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: assignment from incompatible pointer type
- Result is: yes
- ##########################################
- ============ Checking for truncf ============
- #include <math.h>
- int main(void) { long (*foo)(float); foo = truncf; (void)(*foo)(0.0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -D_ISOC99_SOURCE -lm
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: assignment from incompatible pointer type
- Result is: yes
- ##########################################
- ============ Checking for mkstemp ============
- #include <stdlib.h>
- int main(void) { char a; mkstemp(&a); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for nanosleep ============
- #include <time.h>
- int main(void) { (void) nanosleep(0, 0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for socklib ============
- #include <netdb.h>
- #include <sys/socket.h>
- int main(void) { (void) gethostbyname(0); (void) socket(AF_INET, SOCK_STREAM, 0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- #include <winsock2.h>
- int main(void) { (void) gethostbyname(0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lws2_32
- /tmp/mplayer-conf--15605.c:1:22: error: winsock2.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'gethostbyname'
- Result is: yes
- ##########################################
- ============ Checking for arpa/inet.h ============
- #include <arpa/inet.h>
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for inet_pton() ============
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <arpa/inet.h>
- int main(void) { (void) inet_pton(0, 0, 0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for inet_aton() ============
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <arpa/inet.h>
- int main(void) { (void) inet_aton(0, 0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for socklen_t ============
- #include <sys/socket.h>
- int main(void) { socklen_t v = 0; return v; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for closesocket() ============
- #include <winsock2.h>
- int main(void) { closesocket(~0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:1:22: error: winsock2.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'closesocket'
- Result is: no
- ##########################################
- ============ Checking for network ============
- Result is: yes
- ##########################################
- ============ Checking for inet6 ============
- #include <sys/types.h>
- #if !defined(_WIN32) || defined(__CYGWIN__)
- #include <sys/socket.h>
- #include <netinet/in.h>
- #else
- #include <ws2tcpip.h>
- #endif
- int main(void) { struct sockaddr_in6 six; socket(AF_INET6, SOCK_STREAM, AF_INET6); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:8: warning: unused variable 'six'
- Result is: yes
- ##########################################
- ============ Checking for gethostbyname2 ============
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <netdb.h>
- int main(void) { gethostbyname2("", AF_INET); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for inttypes.h (required) ============
- #include <inttypes.h>
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for int_fastXY_t in inttypes.h ============
- #include <inttypes.h>
- int main(void) {
- volatile int_fast16_t v= 0;
- return v; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for malloc.h ============
- #include <malloc.h>
- int main(void) { (void) malloc(0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- In file included from /tmp/mplayer-conf--15605.c:1:
- /usr/include/malloc.h:3:2: error: #error "<malloc.h> has been replaced by <stdlib.h>"
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'malloc'
- /tmp/mplayer-conf--15605.c:2: warning: incompatible implicit declaration of built-in function 'malloc'
- Result is: no
- ##########################################
- ============ Checking for memalign() ============
- #include <malloc.h>
- int main(void) { (void) memalign(64, sizeof(char)); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- In file included from /tmp/mplayer-conf--15605.c:1:
- /usr/include/malloc.h:3:2: error: #error "<malloc.h> has been replaced by <stdlib.h>"
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'memalign'
- Result is: no
- ##########################################
- ============ Checking for posix_memalign() ============
- #define _XOPEN_SOURCE 600
- #include <stdlib.h>
- int main(void) { posix_memalign(NULL, 0, 0); }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for alloca.h ============
- #include <alloca.h>
- int main(void) { (void) alloca(0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:1:20: error: alloca.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'alloca'
- /tmp/mplayer-conf--15605.c:2: warning: incompatible implicit declaration of built-in function 'alloca'
- #include <alloca.h>
- int main(void) { (void) alloca(0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:1:20: error: alloca.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'alloca'
- /tmp/mplayer-conf--15605.c:2: warning: incompatible implicit declaration of built-in function 'alloca'
- Result is: no
- ##########################################
- ============ Checking for fastmemcpy ============
- Result is: yes
- ##########################################
- ============ Checking for mman.h ============
- #include <sys/types.h>
- #include <sys/mman.h>
- int main(void) { (void) mmap(0, 0, 0, 0, 0, 0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- #include <sys/types.h>
- #include <sys/mman.h>
- int main(void) { void *p = MAP_FAILED; return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:3: warning: unused variable 'p'
- ============ Checking for dynamic loader ============
- #include <stddef.h>
- #include <dlfcn.h>
- int main(void) { dlopen(NULL, 0); dlclose(NULL); dlsym(NULL, NULL); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for dynamic a/v plugins support ============
- Result is: no
- ##########################################
- ============ Checking for pthread ============
- #include <pthread.h>
- void* func(void *arg) { return arg; }
- int main(void) { pthread_t tid; return pthread_create(&tid, 0, func, 0) == 0 ? 0 : 1; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -D_THREAD_SAFE -lpthreadGC2
- /usr/bin/ld: cannot find -lpthreadGC2
- collect2: ld returned 1 exit status
- #include <pthread.h>
- void* func(void *arg) { return arg; }
- int main(void) { pthread_t tid; return pthread_create(&tid, 0, func, 0) == 0 ? 0 : 1; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -D_THREAD_SAFE
- /var/tmp//ccsZxGto.o(.text+0x23): In function `main':
- : undefined reference to `pthread_create'
- collect2: ld returned 1 exit status
- #include <pthread.h>
- void* func(void *arg) { return arg; }
- int main(void) { pthread_t tid; return pthread_create(&tid, 0, func, 0) == 0 ? 0 : 1; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -D_THREAD_SAFE -lpthread
- Result is: yes (using -lpthread)
- ##########################################
- ============ Checking for w32threads ============
- Result is: no (using pthread instead)
- ##########################################
- ============ Checking for rpath ============
- Result is: no
- ##########################################
- ============ Checking for iconv ============
- #include <stdio.h>
- #include <unistd.h>
- #include <iconv.h>
- #define INBUFSIZE 1024
- #define OUTBUFSIZE 4096
- char inbuffer[INBUFSIZE];
- char outbuffer[OUTBUFSIZE];
- int main(void) {
- size_t numread;
- iconv_t icdsc;
- char *tocode="UTF-8";
- char *fromcode="cp1250";
- if ((icdsc = iconv_open(tocode, fromcode)) != (iconv_t)(-1)) {
- while ((numread = read(0, inbuffer, INBUFSIZE))) {
- char *iptr=inbuffer;
- char *optr=outbuffer;
- size_t inleft=numread;
- size_t outleft=OUTBUFSIZE;
- if (iconv(icdsc, (const char **)&iptr, &inleft, &optr, &outleft)
- != (size_t)(-1)) {
- write(1, outbuffer, OUTBUFSIZE - outleft);
- }
- }
- if (iconv_close(icdsc) == -1)
- ;
- }
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lm
- /var/tmp//ccwiYXZh.o(.text+0x17): In function `main':
- : undefined reference to `libiconv_open'
- /var/tmp//ccwiYXZh.o(.text+0x85): In function `main':
- : undefined reference to `libiconv'
- /var/tmp//ccwiYXZh.o(.text+0xb4): In function `main':
- : undefined reference to `libiconv_close'
- collect2: ld returned 1 exit status
- #include <stdio.h>
- #include <unistd.h>
- #include <iconv.h>
- #define INBUFSIZE 1024
- #define OUTBUFSIZE 4096
- char inbuffer[INBUFSIZE];
- char outbuffer[OUTBUFSIZE];
- int main(void) {
- size_t numread;
- iconv_t icdsc;
- char *tocode="UTF-8";
- char *fromcode="cp1250";
- if ((icdsc = iconv_open(tocode, fromcode)) != (iconv_t)(-1)) {
- while ((numread = read(0, inbuffer, INBUFSIZE))) {
- char *iptr=inbuffer;
- char *optr=outbuffer;
- size_t inleft=numread;
- size_t outleft=OUTBUFSIZE;
- if (iconv(icdsc, (const char **)&iptr, &inleft, &optr, &outleft)
- != (size_t)(-1)) {
- write(1, outbuffer, OUTBUFSIZE - outleft);
- }
- }
- if (iconv_close(icdsc) == -1)
- ;
- }
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lm -liconv
- Result is: yes
- ##########################################
- ============ Checking for soundcard.h ============
- #include <sys/soundcard.h>
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes (sys/soundcard.h)
- ##########################################
- ============ Checking for sys/dvdio.h ============
- #include <unistd.h>
- #include <sys/dvdio.h>
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for sys/cdio.h ============
- #include <unistd.h>
- #include <sys/cdio.h>
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for linux/cdrom.h ============
- #include <sys/types.h>
- #include <linux/cdrom.h>
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:2:25: error: linux/cdrom.h: No such file or directory
- Result is: no
- ##########################################
- ============ Checking for dvd.h ============
- #include <dvd.h>
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:1:17: error: dvd.h: No such file or directory
- Result is: no
- ##########################################
- ============ Checking for termcap ============
- #include <stddef.h>
- #include <term.h>
- int main(void) { tgetent(NULL, NULL); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lncurses
- Result is: yes (using -lncurses)
- ##########################################
- ============ Checking for termios ============
- #include <sys/termios.h>
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes (using sys/termios.h)
- ##########################################
- ============ Checking for shm ============
- #include <sys/types.h>
- #include <sys/shm.h>
- int main(void) { shmget(0, 0, 0); shmat(0, 0, 0); shmctl(0, 0, 0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for strsep() ============
- #include <string.h>
- int main(void) { char *s = "Hello, world!"; (void) strsep(&s, ","); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for vsscanf() ============
- #define _ISOC99_SOURCE
- #include <stdarg.h>
- #include <stdio.h>
- int main(void) { vsscanf(0, 0, 0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:4: warning: null argument where non-null required (argument 2)
- /tmp/mplayer-conf--15605.c:4: warning: too many arguments for format
- /tmp/mplayer-conf--15605.c:4: warning: too many arguments for format
- Result is: yes
- ##########################################
- ============ Checking for swab() ============
- #define _XOPEN_SOURCE 600
- #include <unistd.h>
- int main(void) { swab(0, 0, 0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for POSIX select() ============
- #include <stdio.h>
- #include <stdlib.h>
- #include <sys/types.h>
- #include <string.h>
- #include <sys/time.h>
- #include <unistd.h>
- int main(void) {int nfds = 1; fd_set readfds; struct timeval timeout; select(nfds,&readfds,NULL,NULL,&timeout); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for audio select() ============
- Result is: yes
- ##########################################
- ============ Checking for gettimeofday() ============
- #include <stdio.h>
- #include <sys/time.h>
- int main(void) {struct timeval tv_start; gettimeofday(&tv_start, NULL); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for glob() ============
- #include <stdio.h>
- #include <glob.h>
- int main(void) { glob_t gg; glob("filename",0,NULL,&gg); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for setenv() ============
- #include <stdlib.h>
- int main(void) { setenv("","",0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for sys/sysinfo.h ============
- #include <sys/sysinfo.h>
- int main(void) {
- struct sysinfo s_info;
- sysinfo(&s_info);
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:1:25: error: sys/sysinfo.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:3: error: storage size of 's_info' isn't known
- /tmp/mplayer-conf--15605.c:4: warning: implicit declaration of function 'sysinfo'
- /tmp/mplayer-conf--15605.c:3: warning: unused variable 's_info'
- Result is: no
- ##########################################
- ============ Checking for pkg-config ============
- Result is: yes
- ##########################################
- ============ Checking for Samba support (libsmbclient) ============
- #include <libsmbclient.h>
- int main(void) { smbc_opendir("smb://"); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lsmbclient
- /tmp/mplayer-conf--15605.c:1:26: error: libsmbclient.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'smbc_opendir'
- #include <libsmbclient.h>
- int main(void) { smbc_opendir("smb://"); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lsmbclient
- /tmp/mplayer-conf--15605.c:1:26: error: libsmbclient.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'smbc_opendir'
- #include <libsmbclient.h>
- int main(void) { smbc_opendir("smb://"); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lsmbclient -lnsl
- /tmp/mplayer-conf--15605.c:1:26: error: libsmbclient.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'smbc_opendir'
- #include <libsmbclient.h>
- int main(void) { smbc_opendir("smb://"); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lsmbclient -lssl -lnsl
- /tmp/mplayer-conf--15605.c:1:26: error: libsmbclient.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'smbc_opendir'
- Result is: no
- ##########################################
- ============ Checking for tdfxfb ============
- Result is: no
- ##########################################
- ============ Checking for s3fb ============
- Result is: no
- ##########################################
- ============ Checking for wii ============
- Result is: no
- ##########################################
- ============ Checking for tdfxvid ============
- Result is: no
- ##########################################
- ============ Checking for xvr100 ============
- #include <unistd.h>
- #include <sys/fbio.h>
- #include <sys/visual_io.h>
- int main(void) {
- struct vis_identifier ident;
- struct fbgattr attr;
- ioctl(0, VIS_GETIDENTIFIER, &ident);
- ioctl(0, FBIOGATTR, &attr);
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:3:27: error: sys/visual_io.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:5: error: storage size of 'ident' isn't known
- /tmp/mplayer-conf--15605.c:7: error: 'VIS_GETIDENTIFIER' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:7: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:7: error: for each function it appears in.)
- /tmp/mplayer-conf--15605.c:5: warning: unused variable 'ident'
- Result is: no
- ##########################################
- ============ Checking for tga ============
- Result is: yes
- ##########################################
- ============ Checking for md5sum support ============
- Result is: yes
- ##########################################
- ============ Checking for yuv4mpeg support ============
- Result is: yes
- ##########################################
- ============ Checking for bl ============
- Result is: no
- ##########################################
- ============ Checking for DirectFB ============
- #include <directfb.h>
- int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -ldirectfb
- /tmp/mplayer-conf--15605.c:1:22: error: directfb.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: error: 'IDirectFB' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:2: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:2: error: for each function it appears in.)
- /tmp/mplayer-conf--15605.c:2: error: 'foo' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'DirectFBInit'
- #include <directfb.h>
- int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -I/usr/local/include/directfb -ldirectfb
- /tmp/mplayer-conf--15605.c:1:22: error: directfb.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: error: 'IDirectFB' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:2: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:2: error: for each function it appears in.)
- /tmp/mplayer-conf--15605.c:2: error: 'foo' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'DirectFBInit'
- #include <directfb.h>
- int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -I/usr/include/directfb -ldirectfb
- /tmp/mplayer-conf--15605.c:1:22: error: directfb.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: error: 'IDirectFB' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:2: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:2: error: for each function it appears in.)
- /tmp/mplayer-conf--15605.c:2: error: 'foo' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'DirectFBInit'
- #include <directfb.h>
- int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -I/usr/local/include -ldirectfb
- /tmp/mplayer-conf--15605.c:1:22: error: directfb.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: error: 'IDirectFB' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:2: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:2: error: for each function it appears in.)
- /tmp/mplayer-conf--15605.c:2: error: 'foo' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'DirectFBInit'
- Result is: no
- ##########################################
- ============ Checking for X11 headers presence ============
- Result is: yes
- ##########################################
- ============ Checking for X11 ============
- #include <X11/Xlib.h>
- #include <X11/Xutil.h>
- int main(void) { (void) XCreateWindow(0,0,0,0,0,0,0,0,0,0,0,0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lXext -lX11 -lpthread
- Result is: yes
- ##########################################
- ============ Checking for Xss screensaver extensions ============
- #include <X11/Xlib.h>
- #include <X11/extensions/scrnsaver.h>
- int main(void) { XScreenSaverSuspend(NULL, True); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lXss
- /tmp/mplayer-conf--15605.c:2:38: error: X11/extensions/scrnsaver.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:3: warning: implicit declaration of function 'XScreenSaverSuspend'
- Result is: no
- ##########################################
- ============ Checking for DPMS ============
- #include <X11/Xmd.h>
- #include <X11/Xlib.h>
- #include <X11/Xutil.h>
- #include <X11/Xatom.h>
- #include <X11/extensions/dpms.h>
- int main(void) { (void) DPMSQueryExtension(0, 0, 0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lXdpms
- /usr/bin/ld: cannot find -lXdpms
- collect2: ld returned 1 exit status
- #include <X11/Xlib.h>
- #include <X11/extensions/dpms.h>
- int main(void) { (void) DPMSQueryExtension(0, 0, 0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lXext
- Result is: yes (using Xdpms 4)
- ##########################################
- ============ Checking for Xv ============
- #include <X11/Xlib.h>
- #include <X11/extensions/Xvlib.h>
- int main(void) {
- (void) XvGetPortAttribute(0, 0, 0, 0);
- (void) XvQueryPortAttributes(0, 0, 0);
- return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lXv
- /tmp/mplayer-conf--15605.c:2:34: error: X11/extensions/Xvlib.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:4: warning: implicit declaration of function 'XvGetPortAttribute'
- /tmp/mplayer-conf--15605.c:5: warning: implicit declaration of function 'XvQueryPortAttributes'
- Result is: no
- ##########################################
- ============ Checking for XvMC ============
- Result is: no
- ##########################################
- ============ Checking for VDPAU ============
- #include <vdpau/vdpau_x11.h>
- int main(void) {return VDP_VIDEO_MIXER_ATTRIBUTE_SKIP_CHROMA_DEINTERLACE;}
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:1:29: error: vdpau/vdpau_x11.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: error: 'VDP_VIDEO_MIXER_ATTRIBUTE_SKIP_CHROMA_DEINTERLACE' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:2: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:2: error: for each function it appears in.)
- Result is: no
- ##########################################
- ============ Checking for Xinerama ============
- #include <X11/Xlib.h>
- #include <X11/extensions/Xinerama.h>
- int main(void) { (void) XineramaIsActive(0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lXinerama
- /tmp/mplayer-conf--15605.c:2:37: error: X11/extensions/Xinerama.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:3: warning: implicit declaration of function 'XineramaIsActive'
- Result is: no
- ##########################################
- ============ Checking for Xxf86vm ============
- #include <X11/Xlib.h>
- #include <X11/extensions/xf86vmode.h>
- int main(void) { (void) XF86VidModeQueryExtension(0, 0, 0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lXxf86vm
- Result is: yes
- ##########################################
- ============ Checking for XF86keysym ============
- #include <X11/Xlib.h>
- #include <X11/XF86keysym.h>
- int main(void) { return XF86XK_AudioPause; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for DGA ============
- #include <X11/Xlib.h>
- #include <X11/extensions/xf86dga.h>
- int main(void) { (void) XDGASetViewport(0, 0, 0, 0, 0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lXxf86dga
- /tmp/mplayer-conf--15605.c:2:36: error: X11/extensions/xf86dga.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:3: warning: implicit declaration of function 'XDGASetViewport'
- #include <X11/Xlib.h>
- #include <X11/extensions/xf86dga.h>
- int main(void) { (void) XF86DGASetViewPort(0, 0, 0, 0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lXxf86dga -lXxf86vm
- /tmp/mplayer-conf--15605.c:2:36: error: X11/extensions/xf86dga.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:3: warning: implicit declaration of function 'XF86DGASetViewPort'
- Result is: no
- ##########################################
- ============ Checking for 3dfx ============
- Result is: no
- ##########################################
- ============ Checking for OpenGL ============
- #ifdef GL_WIN32
- #include <windows.h>
- #include <GL/gl.h>
- #else
- #include <GL/gl.h>
- #include <X11/Xlib.h>
- #include <GL/glx.h>
- #endif
- int main(void) {
- #ifdef GL_WIN32
- HDC dc;
- wglCreateContext(dc);
- #else
- glXCreateContext(NULL, NULL, NULL, True);
- #endif
- glFinish();
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lGL -lm
- Result is: yes
- ##########################################
- ============ Checking for VIDIX ============
- Result is: yes
- ##########################################
- ============ Checking for VIDIX PCI device name database ============
- Result is: yes
- ##########################################
- ============ Checking for VIDIX dhahelper support ============
- Result is: no
- ##########################################
- ============ Checking for VIDIX svgalib_helper support ============
- Result is: no
- ##########################################
- ============ Checking for /dev/mga_vid ============
- Result is: no
- ##########################################
- ============ Checking for xmga ============
- Result is: no
- ##########################################
- ============ Checking for GGI ============
- #include <ggi/ggi.h>
- int main(void) { ggiInit(); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lggi
- /tmp/mplayer-conf--15605.c:1:21: error: ggi/ggi.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'ggiInit'
- Result is: no
- ##########################################
- ============ Checking for GGI extension: libggiwmh ============
- #include <ggi/ggi.h>
- #include <ggi/wmh.h>
- int main(void) { ggiInit(); ggiWmhInit(); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lggi -lggiwmh
- /tmp/mplayer-conf--15605.c:1:21: error: ggi/ggi.h: No such file or directory
- /tmp/mplayer-conf--15605.c:2:21: error: ggi/wmh.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:3: warning: implicit declaration of function 'ggiInit'
- /tmp/mplayer-conf--15605.c:3: warning: implicit declaration of function 'ggiWmhInit'
- Result is: no
- ##########################################
- ============ Checking for AA ============
- #include <aalib.h>
- extern struct aa_hardware_params aa_defparams;
- extern struct aa_renderparams aa_defrenderparams;
- int main(void) {
- aa_context *c;
- aa_renderparams *p;
- (void) aa_init(0, 0, 0);
- c = aa_autoinit(&aa_defparams);
- p = aa_getrenderparams();
- aa_autoinitkbd(c,0);
- return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -laa
- /tmp/mplayer-conf--15605.c:2: warning: redundant redeclaration of 'aa_defparams'
- /usr/local/include/aalib.h:371: note: previous declaration of 'aa_defparams' was here
- /tmp/mplayer-conf--15605.c:3: warning: redundant redeclaration of 'aa_defrenderparams'
- /usr/local/include/aalib.h:377: note: previous declaration of 'aa_defrenderparams' was here
- Result is: yes
- ##########################################
- ============ Checking for CACA ============
- caca-config: not found
- Result is: no
- ##########################################
- ============ Checking for SVGAlib ============
- #include <vga.h>
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lvga -lm
- /tmp/mplayer-conf--15605.c:1:17: error: vga.h: No such file or directory
- Result is: no
- ##########################################
- ============ Checking for FBDev ============
- Result is: no
- ##########################################
- ============ Checking for DVB ============
- #include <poll.h>
- #include <sys/ioctl.h>
- #include <stdio.h>
- #include <time.h>
- #include <unistd.h>
- #include <ost/dmx.h>
- #include <ost/frontend.h>
- #include <ost/sec.h>
- #include <ost/video.h>
- #include <ost/audio.h>
- int main(void) {return 0;}
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:6:21: error: ost/dmx.h: No such file or directory
- /tmp/mplayer-conf--15605.c:7:26: error: ost/frontend.h: No such file or directory
- /tmp/mplayer-conf--15605.c:8:21: error: ost/sec.h: No such file or directory
- /tmp/mplayer-conf--15605.c:9:23: error: ost/video.h: No such file or directory
- /tmp/mplayer-conf--15605.c:10:23: error: ost/audio.h: No such file or directory
- #include <poll.h>
- #include <sys/ioctl.h>
- #include <stdio.h>
- #include <time.h>
- #include <unistd.h>
- #include <ost/dmx.h>
- #include <ost/frontend.h>
- #include <ost/sec.h>
- #include <ost/video.h>
- #include <ost/audio.h>
- int main(void) {return 0;}
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -I/usr/src/DVB/ost/include
- /tmp/mplayer-conf--15605.c:6:21: error: ost/dmx.h: No such file or directory
- /tmp/mplayer-conf--15605.c:7:26: error: ost/frontend.h: No such file or directory
- /tmp/mplayer-conf--15605.c:8:21: error: ost/sec.h: No such file or directory
- /tmp/mplayer-conf--15605.c:9:23: error: ost/video.h: No such file or directory
- /tmp/mplayer-conf--15605.c:10:23: error: ost/audio.h: No such file or directory
- Result is: no
- ##########################################
- ============ Checking for DVB HEAD ============
- #include <poll.h>
- #include <sys/ioctl.h>
- #include <stdio.h>
- #include <time.h>
- #include <unistd.h>
- #include <linux/dvb/dmx.h>
- #include <linux/dvb/frontend.h>
- #include <linux/dvb/video.h>
- #include <linux/dvb/audio.h>
- int main(void) {return 0;}
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:6:27: error: linux/dvb/dmx.h: No such file or directory
- /tmp/mplayer-conf--15605.c:7:32: error: linux/dvb/frontend.h: No such file or directory
- /tmp/mplayer-conf--15605.c:8:29: error: linux/dvb/video.h: No such file or directory
- /tmp/mplayer-conf--15605.c:9:29: error: linux/dvb/audio.h: No such file or directory
- #include <poll.h>
- #include <sys/ioctl.h>
- #include <stdio.h>
- #include <time.h>
- #include <unistd.h>
- #include <linux/dvb/dmx.h>
- #include <linux/dvb/frontend.h>
- #include <linux/dvb/video.h>
- #include <linux/dvb/audio.h>
- int main(void) {return 0;}
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -I/usr/src/DVB/include
- /tmp/mplayer-conf--15605.c:6:27: error: linux/dvb/dmx.h: No such file or directory
- /tmp/mplayer-conf--15605.c:7:32: error: linux/dvb/frontend.h: No such file or directory
- /tmp/mplayer-conf--15605.c:8:29: error: linux/dvb/video.h: No such file or directory
- /tmp/mplayer-conf--15605.c:9:29: error: linux/dvb/audio.h: No such file or directory
- Result is: no
- ##########################################
- ============ Checking for PNG support ============
- #include <png.h>
- #include <string.h>
- int main(void) {
- printf("png.h : %s\n", PNG_LIBPNG_VER_STRING);
- printf("libpng: %s\n", png_libpng_ver);
- return strcmp(PNG_LIBPNG_VER_STRING, png_libpng_ver);
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lpng -lz -lm
- /tmp/mplayer-conf--15605.c:1:17: error: png.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:4: warning: implicit declaration of function 'printf'
- /tmp/mplayer-conf--15605.c:4: warning: incompatible implicit declaration of built-in function 'printf'
- /tmp/mplayer-conf--15605.c:4: error: 'PNG_LIBPNG_VER_STRING' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:4: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:4: error: for each function it appears in.)
- /tmp/mplayer-conf--15605.c:5: error: 'png_libpng_ver' undeclared (first use in this function)
- Result is: no
- ##########################################
- ============ Checking for MNG support ============
- #include <libmng.h>
- int main(void) {
- const char * p_ver = mng_version_text();
- return !p_ver || p_ver[0] == 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lmng -lz -lm
- /tmp/mplayer-conf--15605.c:1:20: error: libmng.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:3: warning: implicit declaration of function 'mng_version_text'
- /tmp/mplayer-conf--15605.c:3: warning: initialization makes pointer from integer without a cast
- Result is: no
- ##########################################
- ============ Checking for JPEG support ============
- #include <stdio.h>
- #include <stdlib.h>
- #include <setjmp.h>
- #include <string.h>
- #include <jpeglib.h>
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -ljpeg -lm
- /tmp/mplayer-conf--15605.c:5:21: error: jpeglib.h: No such file or directory
- Result is: no
- ##########################################
- ============ Checking for PNM support ============
- Result is: yes
- ##########################################
- ============ Checking for GIF support ============
- #include <gif_lib.h>
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lungif
- /tmp/mplayer-conf--15605.c:1:21: error: gif_lib.h: No such file or directory
- #include <gif_lib.h>
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lgif
- /tmp/mplayer-conf--15605.c:1:21: error: gif_lib.h: No such file or directory
- Result is: no
- ##########################################
- ============ Checking for VESA support ============
- #include <vbe.h>
- int main(void) { vbeVersion(); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lvbe -llrmi
- /tmp/mplayer-conf--15605.c:1:17: error: vbe.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'vbeVersion'
- Result is: no
- ##########################################
- ============ Checking for SDL ============
- 1.2.13
- 1.2.13
- #include <SDL.h>
- int main(int argc, char *argv[]) {
- SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE);
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -I/usr/local/include/SDL -I/usr/local/include -D_GNU_SOURCE=1 -D_REENTRANT -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread
- Result is: yes (using sdl-config)
- ##########################################
- ============ Checking for DXR2 ============
- #include <dxr2ioctl.h>
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:1:23: error: dxr2ioctl.h: No such file or directory
- #include <dxr2ioctl.h>
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -I/usr/local/include/dxr2
- /tmp/mplayer-conf--15605.c:1:23: error: dxr2ioctl.h: No such file or directory
- #include <dxr2ioctl.h>
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -I/usr/include/dxr2
- /tmp/mplayer-conf--15605.c:1:23: error: dxr2ioctl.h: No such file or directory
- Result is: no
- ##########################################
- ============ Checking for DXR3/H+ ============
- #include <linux/em8300.h>
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:1:26: error: linux/em8300.h: No such file or directory
- Result is: no
- ##########################################
- ============ Checking for IVTV TV-Out (pre linux-2.6.24) ============
- #include <stdlib.h>
- #include <inttypes.h>
- #include <linux/types.h>
- #include <linux/videodev2.h>
- #include <linux/ivtv.h>
- #include <sys/ioctl.h>
- int main(void) {
- struct ivtv_cfg_stop_decode sd;
- struct ivtv_cfg_start_decode sd1;
- ioctl(0, IVTV_IOC_START_DECODE, &sd1);
- ioctl(0, IVTV_IOC_STOP_DECODE, &sd);
- return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:3:25: error: linux/types.h: No such file or directory
- /tmp/mplayer-conf--15605.c:4:29: error: linux/videodev2.h: No such file or directory
- /tmp/mplayer-conf--15605.c:5:24: error: linux/ivtv.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:8: error: storage size of 'sd' isn't known
- /tmp/mplayer-conf--15605.c:9: error: storage size of 'sd1' isn't known
- /tmp/mplayer-conf--15605.c:10: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:10: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:10: error: for each function it appears in.)
- /tmp/mplayer-conf--15605.c:11: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:9: warning: unused variable 'sd1'
- /tmp/mplayer-conf--15605.c:8: warning: unused variable 'sd'
- Result is: no
- ##########################################
- ============ Checking for V4L2 MPEG Decoder ============
- #include <stdlib.h>
- #include <inttypes.h>
- #include <linux/types.h>
- #include <linux/videodev2.h>
- #include <linux/version.h>
- int main(void) {
- #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,22)
- #error kernel headers too old, need 2.6.22
- bad_kernel_version();
- #endif
- struct v4l2_ext_controls ctrls;
- ctrls.ctrl_class = V4L2_CTRL_CLASS_MPEG;
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:3:25: error: linux/types.h: No such file or directory
- /tmp/mplayer-conf--15605.c:4:29: error: linux/videodev2.h: No such file or directory
- /tmp/mplayer-conf--15605.c:5:27: error: linux/version.h: No such file or directory
- /tmp/mplayer-conf--15605.c:7:5: warning: "LINUX_VERSION_CODE" is not defined
- /tmp/mplayer-conf--15605.c:7:26: warning: "KERNEL_VERSION" is not defined
- /tmp/mplayer-conf--15605.c:7:40: error: missing binary operator before token "("
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:11: error: storage size of 'ctrls' isn't known
- /tmp/mplayer-conf--15605.c:12: error: 'V4L2_CTRL_CLASS_MPEG' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:12: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:12: error: for each function it appears in.)
- /tmp/mplayer-conf--15605.c:11: warning: unused variable 'ctrls'
- Result is: no
- ##########################################
- ============ Checking for OSS Audio ============
- #include <sys/ioctl.h>
- #include <sys/soundcard.h>
- int main(void) { int arg = SNDCTL_DSP_SETFRAGMENT; return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:3: warning: unused variable 'arg'
- #include <sys/ioctl.h>
- #include <sys/soundcard.h>
- #ifdef OPEN_SOUND_SYSTEM
- int main(void) { return 0; }
- #else
- #error Not the real thing
- #endif
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:6:2: error: #error Not the real thing
- Result is: yes
- ##########################################
- ============ Checking for aRts ============
- artsc-config: not found
- Result is: no
- ##########################################
- ============ Checking for EsounD ============
- esd-config: not found
- Result is: no
- ##########################################
- ============ Checking for NAS ============
- #include <audio/audiolib.h>
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lm -laudio -lXt
- /tmp/mplayer-conf--15605.c:1:28: error: audio/audiolib.h: No such file or directory
- Result is: no
- ##########################################
- ============ Checking for pulse ============
- Result is: no
- ##########################################
- ============ Checking for JACK ============
- #include <jack/jack.h>
- int main(void) { jack_client_open("test", JackUseExactName, NULL); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -ljack
- /tmp/mplayer-conf--15605.c:1:23: error: jack/jack.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'jack_client_open'
- /tmp/mplayer-conf--15605.c:2: error: 'JackUseExactName' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:2: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:2: error: for each function it appears in.)
- /tmp/mplayer-conf--15605.c:2: error: 'NULL' undeclared (first use in this function)
- #include <jack/jack.h>
- int main(void) { jack_client_open("test", JackUseExactName, NULL); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:1:23: error: jack/jack.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'jack_client_open'
- /tmp/mplayer-conf--15605.c:2: error: 'JackUseExactName' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:2: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:2: error: for each function it appears in.)
- /tmp/mplayer-conf--15605.c:2: error: 'NULL' undeclared (first use in this function)
- Result is: no
- ##########################################
- ============ Checking for OpenAL ============
- #ifdef OPENAL_AL_H
- #include <OpenAL/al.h>
- #else
- #include <AL/al.h>
- #endif
- int main(void) {
- alSourceQueueBuffers(0, 0, 0);
- // alGetSourcei(0, AL_SAMPLE_OFFSET, 0);
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lopenal
- /tmp/mplayer-conf--15605.c:4:19: error: AL/al.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:7: warning: implicit declaration of function 'alSourceQueueBuffers'
- #ifdef OPENAL_AL_H
- #include <OpenAL/al.h>
- #else
- #include <AL/al.h>
- #endif
- int main(void) {
- alSourceQueueBuffers(0, 0, 0);
- // alGetSourcei(0, AL_SAMPLE_OFFSET, 0);
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -DOPENAL_AL_H=1 -lopenal
- /tmp/mplayer-conf--15605.c:2:23: error: OpenAL/al.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:7: warning: implicit declaration of function 'alSourceQueueBuffers'
- #ifdef OPENAL_AL_H
- #include <OpenAL/al.h>
- #else
- #include <AL/al.h>
- #endif
- int main(void) {
- alSourceQueueBuffers(0, 0, 0);
- // alGetSourcei(0, AL_SAMPLE_OFFSET, 0);
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lopenal32
- /tmp/mplayer-conf--15605.c:4:19: error: AL/al.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:7: warning: implicit declaration of function 'alSourceQueueBuffers'
- #ifdef OPENAL_AL_H
- #include <OpenAL/al.h>
- #else
- #include <AL/al.h>
- #endif
- int main(void) {
- alSourceQueueBuffers(0, 0, 0);
- // alGetSourcei(0, AL_SAMPLE_OFFSET, 0);
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -DOPENAL_AL_H=1 -lopenal32
- /tmp/mplayer-conf--15605.c:2:23: error: OpenAL/al.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:7: warning: implicit declaration of function 'alSourceQueueBuffers'
- #ifdef OPENAL_AL_H
- #include <OpenAL/al.h>
- #else
- #include <AL/al.h>
- #endif
- int main(void) {
- alSourceQueueBuffers(0, 0, 0);
- // alGetSourcei(0, AL_SAMPLE_OFFSET, 0);
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -framework OpenAL
- cc: OpenAL: No such file or directory
- cc1: error: unrecognized command line option "-framework"
- #ifdef OPENAL_AL_H
- #include <OpenAL/al.h>
- #else
- #include <AL/al.h>
- #endif
- int main(void) {
- alSourceQueueBuffers(0, 0, 0);
- // alGetSourcei(0, AL_SAMPLE_OFFSET, 0);
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -DOPENAL_AL_H=1 -framework OpenAL
- cc: OpenAL: No such file or directory
- cc1: error: unrecognized command line option "-framework"
- Result is: no
- ##########################################
- ============ Checking for ALSA audio ============
- Result is: no (alloca missing)
- ##########################################
- ============ Checking for Sun audio ============
- #include <sys/types.h>
- #include <sys/audioio.h>
- int main(void) { audio_info_t info; AUDIO_INITINFO(&info); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:2:25: error: sys/audioio.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:3: error: 'audio_info_t' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:3: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:3: error: for each function it appears in.)
- /tmp/mplayer-conf--15605.c:3: error: expected ';' before 'info'
- /tmp/mplayer-conf--15605.c:3: warning: implicit declaration of function 'AUDIO_INITINFO'
- /tmp/mplayer-conf--15605.c:3: error: 'info' undeclared (first use in this function)
- Result is: no
- ##########################################
- ============ Checking for VCD support ============
- Result is: yes
- ##########################################
- ============ Checking for dvdread ============
- Result is: yes (internal)
- ##########################################
- ============ Checking for internal libdvdcss ============
- Result is: yes
- ##########################################
- ============ Checking for cdparanoia ============
- #include <cdda_interface.h>
- #include <cdda_paranoia.h>
- // This need a better test. How ?
- int main(void) { void *test = cdda_verbose_set; return test == (void *)1; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lcdda_interface -lcdda_paranoia -lm
- /tmp/mplayer-conf--15605.c:1:28: error: cdda_interface.h: No such file or directory
- /tmp/mplayer-conf--15605.c:2:27: error: cdda_paranoia.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:4: error: 'cdda_verbose_set' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:4: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:4: error: for each function it appears in.)
- #include <cdda_interface.h>
- #include <cdda_paranoia.h>
- // This need a better test. How ?
- int main(void) { void *test = cdda_verbose_set; return test == (void *)1; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -I/usr/include/cdda -lcdda_interface -lcdda_paranoia -lm
- /tmp/mplayer-conf--15605.c:1:28: error: cdda_interface.h: No such file or directory
- /tmp/mplayer-conf--15605.c:2:27: error: cdda_paranoia.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:4: error: 'cdda_verbose_set' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:4: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:4: error: for each function it appears in.)
- #include <cdda_interface.h>
- #include <cdda_paranoia.h>
- // This need a better test. How ?
- int main(void) { void *test = cdda_verbose_set; return test == (void *)1; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -I/usr/local/include/cdda -lcdda_interface -lcdda_paranoia -lm
- /tmp/mplayer-conf--15605.c:1:28: error: cdda_interface.h: No such file or directory
- /tmp/mplayer-conf--15605.c:2:27: error: cdda_paranoia.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:4: error: 'cdda_verbose_set' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:4: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:4: error: for each function it appears in.)
- Result is: no
- ##########################################
- ============ Checking for libcdio ============
- #include <stdio.h>
- #include <cdio/version.h>
- #include <cdio/cdda.h>
- #include <cdio/paranoia.h>
- int main(void) {
- void *test = cdda_verbose_set;
- printf("%s\n", CDIO_VERSION);
- return test == (void *)1;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lcdio_cdda -lcdio -lcdio_paranoia -lm
- /tmp/mplayer-conf--15605.c:2:26: error: cdio/version.h: No such file or directory
- /tmp/mplayer-conf--15605.c:3:23: error: cdio/cdda.h: No such file or directory
- /tmp/mplayer-conf--15605.c:4:27: error: cdio/paranoia.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:6: error: 'cdda_verbose_set' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:6: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:6: error: for each function it appears in.)
- /tmp/mplayer-conf--15605.c:7: error: 'CDIO_VERSION' undeclared (first use in this function)
- #include <stdio.h>
- #include <cdio/version.h>
- #include <cdio/cdda.h>
- #include <cdio/paranoia.h>
- int main(void) {
- void *test = cdda_verbose_set;
- printf("%s\n", CDIO_VERSION);
- return test == (void *)1;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lcdio_cdda -lcdio -lcdio_paranoia -lwinmm -lm
- /tmp/mplayer-conf--15605.c:2:26: error: cdio/version.h: No such file or directory
- /tmp/mplayer-conf--15605.c:3:23: error: cdio/cdda.h: No such file or directory
- /tmp/mplayer-conf--15605.c:4:27: error: cdio/paranoia.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:6: error: 'cdda_verbose_set' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:6: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:6: error: for each function it appears in.)
- /tmp/mplayer-conf--15605.c:7: error: 'CDIO_VERSION' undeclared (first use in this function)
- Result is: no
- ##########################################
- ============ Checking for bitmap font support ============
- Result is: yes
- ##########################################
- ============ Checking for freetype >= 2.0.9 ============
- #include <stdio.h>
- #include <ft2build.h>
- #include FT_FREETYPE_H
- #if ((FREETYPE_MAJOR < 2) || ((FREETYPE_MINOR == 0) && (FREETYPE_PATCH < 9)))
- #error "Need FreeType 2.0.9 or newer"
- #endif
- int main(void) {
- FT_Library library;
- FT_Int major=-1,minor=-1,patch=-1;
- int err=FT_Init_FreeType(&library);
- if (err) {
- printf("Couldn't initialize freetype2 lib, err code: %d\n",err);
- exit(err);
- }
- FT_Library_Version(library,&major,&minor,&patch); // in v2.1.0+ only :(((
- printf("freetype2 header version: %d.%d.%d library version: %d.%d.%d\n",
- FREETYPE_MAJOR,FREETYPE_MINOR,FREETYPE_PATCH,
- (int)major,(int)minor,(int)patch );
- if (major!=FREETYPE_MAJOR || minor!=FREETYPE_MINOR) {
- printf("Library and header version mismatch! Fix it in your distribution!\n");
- exit(1);
- }
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -L/usr/local/lib -ffast-math -liconv -lncurses -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -I/usr/local/include/freetype2 -I/usr/local/include -L/usr/local/lib -lfreetype -lz
- freetype2 header version: 2.3.9 library version: 2.3.9
- Result is: yes
- ##########################################
- ============ Checking for fontconfig ============
- #include <stdio.h>
- #include <stdlib.h>
- #include <fontconfig/fontconfig.h>
- int main(void) {
- int err = FcInit();
- if (err == FcFalse) {
- printf("Couldn't initialize fontconfig lib\n");
- exit(err);
- }
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lfontconfig
- Result is: yes
- ##########################################
- ============ Checking for SSA/ASS support ============
- #include <ft2build.h>
- #include FT_FREETYPE_H
- #if ((FREETYPE_MAJOR < 2) || (FREETYPE_MINOR < 1) || ((FREETYPE_MINOR == 1) && (FREETYPE_PATCH < 8)))
- #error "Need FreeType 2.1.8 or newer"
- #endif
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -I/usr/local/include/freetype2 -I/usr/local/include -L/usr/local/lib -lfreetype -lz
- Result is: yes
- ##########################################
- ============ Checking for fribidi with charsets ============
- Result is: no
- ##########################################
- ============ Checking for ENCA ============
- #include <sys/types.h>
- #include <enca.h>
- int main(void) {
- const char **langs;
- size_t langcnt;
- langs = enca_get_languages(&langcnt);
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lenca -lm
- /tmp/mplayer-conf--15605.c:2:18: error: enca.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:6: warning: implicit declaration of function 'enca_get_languages'
- /tmp/mplayer-conf--15605.c:6: warning: assignment makes pointer from integer without a cast
- Result is: no
- ##########################################
- ============ Checking for zlib ============
- #include <zlib.h>
- int main(void) { (void) inflate(0, Z_NO_FLUSH); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lz
- Result is: yes
- ##########################################
- ============ Checking for bzlib ============
- #include <bzlib.h>
- int main(void) { BZ2_bzlibVersion(); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lbz2
- Result is: yes
- ##########################################
- ============ Checking for RTC ============
- #include <sys/ioctl.h>
- #ifdef __linux__
- #include <linux/rtc.h>
- #else
- #include <rtc.h>
- #define RTC_PIE_ON RTCIO_PIE_ON
- #endif
- int main(void) { return RTC_PIE_ON; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:5:17: error: rtc.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:8: error: 'RTCIO_PIE_ON' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:8: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:8: error: for each function it appears in.)
- Result is: no
- ##########################################
- ============ Checking for liblzo2 support ============
- #include <lzo/lzo1x.h>
- int main(void) { lzo_init();return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -llzo2
- /tmp/mplayer-conf--15605.c:1:23: error: lzo/lzo1x.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'lzo_init'
- Result is: no
- ##########################################
- ============ Checking for mad support ============
- #include <mad.h>
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lmad
- /tmp/mplayer-conf--15605.c:1:17: error: mad.h: No such file or directory
- Result is: no
- ##########################################
- ============ Checking for Twolame ============
- #include <twolame.h>
- int main(void) { twolame_init(); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -ltwolame -lm
- /tmp/mplayer-conf--15605.c:1:21: error: twolame.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'twolame_init'
- Result is: no
- ##########################################
- ============ Checking for Toolame ============
- #include <toolame.h>
- int main(void) { toolame_init(); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -ltoolame -lm
- /tmp/mplayer-conf--15605.c:1:21: error: toolame.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'toolame_init'
- Result is: no
- ##########################################
- ============ Checking for OggVorbis support ============
- Result is: yes (internal Tremor)
- ##########################################
- ============ Checking for libspeex (version >= 1.1 required) ============
- #include <speex/speex.h>
- int main(void) { SpeexBits bits; void *dec; speex_decode_int(dec, &bits, dec); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lspeex -lm
- /tmp/mplayer-conf--15605.c:1:25: error: speex/speex.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: error: 'SpeexBits' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:2: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:2: error: for each function it appears in.)
- /tmp/mplayer-conf--15605.c:2: error: expected ';' before 'bits'
- /tmp/mplayer-conf--15605.c:2: warning: ISO C90 forbids mixed declarations and code
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'speex_decode_int'
- /tmp/mplayer-conf--15605.c:2: error: 'bits' undeclared (first use in this function)
- Result is: no
- ##########################################
- ============ Checking for OggTheora support ============
- #include <theora/theora.h>
- #include <string.h>
- int main(void) {
- /* Theora is in flux, make sure that all interface routines and datatypes
- * exist and work the way we expect it, so we don't break MPlayer. */
- ogg_packet op;
- theora_comment tc;
- theora_info inf;
- theora_state st;
- yuv_buffer yuv;
- int r;
- double t;
- theora_info_init(&inf);
- theora_comment_init(&tc);
- return 0;
- /* we don't want to execute this kind of nonsense; just for making sure
- * that compilation works... */
- memset(&op, 0, sizeof(op));
- r = theora_decode_header(&inf, &tc, &op);
- r = theora_decode_init(&st, &inf);
- t = theora_granule_time(&st, op.granulepos);
- r = theora_decode_packetin(&st, &op);
- r = theora_decode_YUVout(&st, &yuv);
- theora_clear(&st);
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -I/usr/local/include -L/usr/local/lib -ltheora -logg
- Result is: yes
- ##########################################
- ============ Checking for internal mp3lib support ============
- Result is: yes
- ##########################################
- ============ Checking for liba52 support ============
- Result is: yes (internal)
- ##########################################
- ============ Checking for internal libmpeg2 support ============
- Result is: yes
- ##########################################
- ============ Checking for libdca support ============
- #include <inttypes.h>
- #include <dts.h>
- int main(void) { dts_init(0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -ldts -lm
- /tmp/mplayer-conf--15605.c:2:17: error: dts.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:3: warning: implicit declaration of function 'dts_init'
- #include <inttypes.h>
- #include <dts.h>
- int main(void) { dts_init(0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -ldca -lm
- /tmp/mplayer-conf--15605.c:2:17: error: dts.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:3: warning: implicit declaration of function 'dts_init'
- Result is: no
- ##########################################
- ============ Checking for libmpcdec (musepack, version >= 1.2.1 required) ============
- #include <stddef.h>
- #include <mpcdec/mpcdec.h>
- int main(void) {
- mpc_streaminfo info;
- mpc_decoder decoder;
- mpc_decoder_set_streaminfo(&decoder, &info);
- mpc_decoder_decode_frame(&decoder, NULL, 0, NULL);
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lmpcdec -lm
- /tmp/mplayer-conf--15605.c:2:27: error: mpcdec/mpcdec.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:4: error: 'mpc_streaminfo' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:4: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:4: error: for each function it appears in.)
- /tmp/mplayer-conf--15605.c:4: error: expected ';' before 'info'
- /tmp/mplayer-conf--15605.c:5: error: 'mpc_decoder' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:5: error: expected ';' before 'decoder'
- /tmp/mplayer-conf--15605.c:6: warning: implicit declaration of function 'mpc_decoder_set_streaminfo'
- /tmp/mplayer-conf--15605.c:6: error: 'decoder' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:6: error: 'info' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:7: warning: implicit declaration of function 'mpc_decoder_decode_frame'
- Result is: no
- ##########################################
- ============ Checking for FAAC support ============
- #include <inttypes.h>
- #include <faac.h>
- int main(void) { unsigned long x, y; faacEncOpen(48000, 2, &x, &y); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -O4 -lfaac -lm
- Result is: yes (in libavcodec: yes)
- ##########################################
- ============ Checking for FAAD2 support ============
- Result is: yes (internal floating-point)
- ##########################################
- ============ Checking for LADSPA plugin support ============
- #include <stdio.h>
- #include <ladspa.h>
- int main(void) {
- const LADSPA_Descriptor *ld = NULL;
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:2:20: error: ladspa.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:4: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
- /tmp/mplayer-conf--15605.c:4: error: 'ld' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:4: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:4: error: for each function it appears in.)
- Result is: no
- ##########################################
- ============ Checking for libbs2b audio filter support ============
- #include <bs2b.h>
- #if BS2B_VERSION_MAJOR < 3
- #error Please use libbs2b >= 3.0.0, older versions are not supported.
- #endif
- int main(void) {
- t_bs2bdp filter;
- filter=bs2b_open();
- bs2b_close(filter);
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lm -lbs2b
- /tmp/mplayer-conf--15605.c:1:18: error: bs2b.h: No such file or directory
- /tmp/mplayer-conf--15605.c:2:5: warning: "BS2B_VERSION_MAJOR" is not defined
- /tmp/mplayer-conf--15605.c:3:2: error: #error Please use libbs2b >= 3.0.0, older versions are not supported.
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:6: error: 't_bs2bdp' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:6: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:6: error: for each function it appears in.)
- /tmp/mplayer-conf--15605.c:6: error: expected ';' before 'filter'
- /tmp/mplayer-conf--15605.c:7: error: 'filter' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:7: warning: implicit declaration of function 'bs2b_open'
- /tmp/mplayer-conf--15605.c:8: warning: implicit declaration of function 'bs2b_close'
- #include <bs2b.h>
- #if BS2B_VERSION_MAJOR < 3
- #error Please use libbs2b >= 3.0.0, older versions are not supported.
- #endif
- int main(void) {
- t_bs2bdp filter;
- filter=bs2b_open();
- bs2b_close(filter);
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -I/usr/include/bs2b -lm -lbs2b
- /tmp/mplayer-conf--15605.c:1:18: error: bs2b.h: No such file or directory
- /tmp/mplayer-conf--15605.c:2:5: warning: "BS2B_VERSION_MAJOR" is not defined
- /tmp/mplayer-conf--15605.c:3:2: error: #error Please use libbs2b >= 3.0.0, older versions are not supported.
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:6: error: 't_bs2bdp' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:6: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:6: error: for each function it appears in.)
- /tmp/mplayer-conf--15605.c:6: error: expected ';' before 'filter'
- /tmp/mplayer-conf--15605.c:7: error: 'filter' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:7: warning: implicit declaration of function 'bs2b_open'
- /tmp/mplayer-conf--15605.c:8: warning: implicit declaration of function 'bs2b_close'
- #include <bs2b.h>
- #if BS2B_VERSION_MAJOR < 3
- #error Please use libbs2b >= 3.0.0, older versions are not supported.
- #endif
- int main(void) {
- t_bs2bdp filter;
- filter=bs2b_open();
- bs2b_close(filter);
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -I/usr/local/include -lm -lbs2b
- /tmp/mplayer-conf--15605.c:1:18: error: bs2b.h: No such file or directory
- /tmp/mplayer-conf--15605.c:2:5: warning: "BS2B_VERSION_MAJOR" is not defined
- /tmp/mplayer-conf--15605.c:3:2: error: #error Please use libbs2b >= 3.0.0, older versions are not supported.
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:6: error: 't_bs2bdp' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:6: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:6: error: for each function it appears in.)
- /tmp/mplayer-conf--15605.c:6: error: expected ';' before 'filter'
- /tmp/mplayer-conf--15605.c:7: error: 'filter' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:7: warning: implicit declaration of function 'bs2b_open'
- /tmp/mplayer-conf--15605.c:8: warning: implicit declaration of function 'bs2b_close'
- #include <bs2b.h>
- #if BS2B_VERSION_MAJOR < 3
- #error Please use libbs2b >= 3.0.0, older versions are not supported.
- #endif
- int main(void) {
- t_bs2bdp filter;
- filter=bs2b_open();
- bs2b_close(filter);
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -I/usr/local/include/bs2b -lm -lbs2b
- /tmp/mplayer-conf--15605.c:1:18: error: bs2b.h: No such file or directory
- /tmp/mplayer-conf--15605.c:2:5: warning: "BS2B_VERSION_MAJOR" is not defined
- /tmp/mplayer-conf--15605.c:3:2: error: #error Please use libbs2b >= 3.0.0, older versions are not supported.
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:6: error: 't_bs2bdp' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:6: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:6: error: for each function it appears in.)
- /tmp/mplayer-conf--15605.c:6: error: expected ';' before 'filter'
- /tmp/mplayer-conf--15605.c:7: error: 'filter' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:7: warning: implicit declaration of function 'bs2b_open'
- /tmp/mplayer-conf--15605.c:8: warning: implicit declaration of function 'bs2b_close'
- Result is: no
- ##########################################
- ============ Checking for Win32 codecs ============
- Result is: no
- ##########################################
- ============ Checking for XAnim codecs ============
- Result is: yes (using /usr/local/lib/codecs)
- ##########################################
- ============ Checking for RealPlayer codecs ============
- Result is: yes (using /usr/local/lib/codecs)
- ##########################################
- ============ Checking for QuickTime codecs ============
- Result is: auto
- ##########################################
- ============ Checking for Nemesi Streaming Media libraries ============
- Result is: no
- ##########################################
- ============ Checking for LIVE555 Streaming Media libraries ============
- #include <liveMedia.hh>
- #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
- #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
- #endif
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.cpp -Ilibdvdread4/liveMedia/include -Ilibdvdread4/UsageEnvironment/include -Ilibdvdread4/groupsock/include -lstdc++
- cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
- /tmp/mplayer-conf--15605.cpp:1:24: error: liveMedia.hh: No such file or directory
- /tmp/mplayer-conf--15605.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
- /tmp/mplayer-conf--15605.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/>
- #include <liveMedia.hh>
- #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
- #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
- #endif
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.cpp -I./liveMedia/include -I./UsageEnvironment/include -I./groupsock/include -lstdc++
- cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
- /tmp/mplayer-conf--15605.cpp:1:24: error: liveMedia.hh: No such file or directory
- /tmp/mplayer-conf--15605.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
- /tmp/mplayer-conf--15605.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/>
- #include <liveMedia.hh>
- #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
- #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
- #endif
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.cpp -I/usr/local/include/liveMedia/include -I/usr/local/include/UsageEnvironment/include -I/usr/local/include/groupsock/include -lstdc++
- cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
- /tmp/mplayer-conf--15605.cpp:1:24: error: liveMedia.hh: No such file or directory
- /tmp/mplayer-conf--15605.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
- /tmp/mplayer-conf--15605.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/>
- #include <liveMedia.hh>
- #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
- #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
- #endif
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.cpp -D_THREAD_SAFE/liveMedia/include -D_THREAD_SAFE/UsageEnvironment/include -D_THREAD_SAFE/groupsock/include -lstdc++
- cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
- <command-line>: warning: missing whitespace after the macro name
- <command-line>: warning: "_THREAD_SAFE" redefined
- <command-line>: warning: this is the location of the previous definition
- <command-line>: warning: missing whitespace after the macro name
- <command-line>: warning: "_THREAD_SAFE" redefined
- <command-line>: warning: this is the location of the previous definition
- <command-line>: warning: missing whitespace after the macro name
- <command-line>: warning: "_THREAD_SAFE" redefined
- <command-line>: warning: this is the location of the previous definition
- /tmp/mplayer-conf--15605.cpp:1:24: error: liveMedia.hh: No such file or directory
- /tmp/mplayer-conf--15605.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
- /tmp/mplayer-conf--15605.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/>
- #include <liveMedia.hh>
- #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
- #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
- #endif
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.cpp -I/usr/local/include/SDL/liveMedia/include -I/usr/local/include/SDL/UsageEnvironment/include -I/usr/local/include/SDL/groupsock/include -lstdc++
- cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
- /tmp/mplayer-conf--15605.cpp:1:24: error: liveMedia.hh: No such file or directory
- /tmp/mplayer-conf--15605.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
- /tmp/mplayer-conf--15605.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/>
- #include <liveMedia.hh>
- #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
- #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
- #endif
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.cpp -I/usr/local/include/liveMedia/include -I/usr/local/include/UsageEnvironment/include -I/usr/local/include/groupsock/include -lstdc++
- cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
- /tmp/mplayer-conf--15605.cpp:1:24: error: liveMedia.hh: No such file or directory
- /tmp/mplayer-conf--15605.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
- /tmp/mplayer-conf--15605.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/>
- #include <liveMedia.hh>
- #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
- #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
- #endif
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.cpp -D_REENTRANT/liveMedia/include -D_REENTRANT/UsageEnvironment/include -D_REENTRANT/groupsock/include -lstdc++
- cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
- <command-line>: warning: missing whitespace after the macro name
- <command-line>: warning: "_REENTRANT" redefined
- <command-line>: warning: this is the location of the previous definition
- <command-line>: warning: missing whitespace after the macro name
- <command-line>: warning: "_REENTRANT" redefined
- <command-line>: warning: this is the location of the previous definition
- <command-line>: warning: missing whitespace after the macro name
- <command-line>: warning: "_REENTRANT" redefined
- <command-line>: warning: this is the location of the previous definition
- /tmp/mplayer-conf--15605.cpp:1:24: error: liveMedia.hh: No such file or directory
- /tmp/mplayer-conf--15605.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
- /tmp/mplayer-conf--15605.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/>
- #include <liveMedia.hh>
- #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
- #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
- #endif
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.cpp -I/usr/local/include/freetype2/liveMedia/include -I/usr/local/include/freetype2/UsageEnvironment/include -I/usr/local/include/freetype2/groupsock/include -lstdc++
- cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
- /tmp/mplayer-conf--15605.cpp:1:24: error: liveMedia.hh: No such file or directory
- /tmp/mplayer-conf--15605.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
- /tmp/mplayer-conf--15605.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/>
- #include <liveMedia.hh>
- #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
- #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
- #endif
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.cpp -I/usr/local/include/liveMedia/include -I/usr/local/include/UsageEnvironment/include -I/usr/local/include/groupsock/include -lstdc++
- cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
- /tmp/mplayer-conf--15605.cpp:1:24: error: liveMedia.hh: No such file or directory
- /tmp/mplayer-conf--15605.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
- /tmp/mplayer-conf--15605.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/>
- #include <liveMedia.hh>
- #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
- #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
- #endif
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.cpp -I/usr/local/include/liveMedia/include -I/usr/local/include/UsageEnvironment/include -I/usr/local/include/groupsock/include -lstdc++
- cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
- /tmp/mplayer-conf--15605.cpp:1:24: error: liveMedia.hh: No such file or directory
- /tmp/mplayer-conf--15605.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
- /tmp/mplayer-conf--15605.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/>
- #include <liveMedia.hh>
- #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
- #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
- #endif
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.cpp -I/usr/local/lib/live/liveMedia/include -I/usr/local/lib/live/UsageEnvironment/include -I/usr/local/lib/live/groupsock/include -lstdc++
- cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
- /tmp/mplayer-conf--15605.cpp:1:24: error: liveMedia.hh: No such file or directory
- /tmp/mplayer-conf--15605.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
- /tmp/mplayer-conf--15605.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/>
- #include <liveMedia.hh>
- #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
- #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
- #endif
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.cpp -I/usr/lib/live/liveMedia/include -I/usr/lib/live/UsageEnvironment/include -I/usr/lib/live/groupsock/include -lstdc++
- cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
- /tmp/mplayer-conf--15605.cpp:1:24: error: liveMedia.hh: No such file or directory
- /tmp/mplayer-conf--15605.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
- /tmp/mplayer-conf--15605.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/>
- #include <liveMedia.hh>
- #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
- #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
- #endif
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.cpp -I/usr/lib64/live/liveMedia/include -I/usr/lib64/live/UsageEnvironment/include -I/usr/lib64/live/groupsock/include -lstdc++
- cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
- /tmp/mplayer-conf--15605.cpp:1:24: error: liveMedia.hh: No such file or directory
- /tmp/mplayer-conf--15605.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
- /tmp/mplayer-conf--15605.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/>
- #include <liveMedia.hh>
- #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
- #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
- #endif
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.cpp -I/usr/local/live/liveMedia/include -I/usr/local/live/UsageEnvironment/include -I/usr/local/live/groupsock/include -lstdc++
- cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
- /tmp/mplayer-conf--15605.cpp:1:24: error: liveMedia.hh: No such file or directory
- /tmp/mplayer-conf--15605.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
- /tmp/mplayer-conf--15605.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/>
- #include <liveMedia.hh>
- #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
- #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
- #endif
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.cpp -I/usr/local/lib/live/liveMedia/include -I/usr/local/lib/live/UsageEnvironment/include -I/usr/local/lib/live/groupsock/include -lstdc++
- cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
- /tmp/mplayer-conf--15605.cpp:1:24: error: liveMedia.hh: No such file or directory
- /tmp/mplayer-conf--15605.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
- /tmp/mplayer-conf--15605.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/>
- #include <liveMedia.hh>
- #if (LIVEMEDIA_LIBRARY_VERSION_INT < 1141257600)
- #error Please upgrade to version 2006.03.03 or later of the "LIVE555 Streaming Media" libraries - available from <www.live555.com/liveMedia/>
- #endif
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.cpp -I/usr/include/liveMedia -I/usr/include/UsageEnvironment -I/usr/include/groupsock -lstdc++
- cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
- cc1plus: warning: command line option "-std=gnu99" is valid for C/ObjC but not for C++
- /tmp/mplayer-conf--15605.cpp:1:24: error: liveMedia.hh: No such file or directory
- /tmp/mplayer-conf--15605.cpp:2:6: warning: "LIVEMEDIA_LIBRARY_VERSION_INT" is not defined
- /tmp/mplayer-conf--15605.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/>
- Result is: no
- ##########################################
- ============ Checking for FFmpeg libavutil ============
- Result is: yes (static)
- ##########################################
- ============ Checking for FFmpeg libavcodec ============
- Result is: yes (static)
- ##########################################
- ============ Checking for FFmpeg libavformat ============
- Result is: yes (static)
- ##########################################
- ============ Checking for FFmpeg libpostproc ============
- Result is: yes (static)
- ##########################################
- ============ Checking for FFmpeg libswscale ============
- Result is: yes (static)
- ##########################################
- ============ Checking for libamr narrowband ============
- #include <amrnb/sp_dec.h>
- int main(void) { Speech_Decode_Frame_init(); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lamrnb
- Result is: yes
- ##########################################
- ============ Checking for libamr wideband ============
- #include <amrwb/dec_if.h>
- int main(void) { D_IF_init(); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lamrnb -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lamrwb
- Result is: yes
- ##########################################
- ============ Checking for libdv-0.9.5+ ============
- #include <libdv/dv.h>
- int main(void) { dv_encoder_t* enc=dv_encoder_new(1,1,1); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lamrnb -lamrwb -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -ldv -lpthread -lm
- /tmp/mplayer-conf--15605.c:1:22: error: libdv/dv.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:2: error: 'dv_encoder_t' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:2: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:2: error: for each function it appears in.)
- /tmp/mplayer-conf--15605.c:2: error: 'enc' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:2: warning: implicit declaration of function 'dv_encoder_new'
- Result is: no
- ##########################################
- ============ Checking for Xvid ============
- #include <xvid.h>
- int main(void) { xvid_global(0, 0, 0, 0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lamrnb -lamrwb -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lxvidcore -lm
- Result is: yes
- ##########################################
- ============ Checking for Xvid two pass plugin ============
- #include <xvid.h>
- int main(void) { xvid_plugin_2pass2_t s; s.vbv_size=0; return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lamrnb -lamrwb -lxvidcore -lm -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for x264 ============
- #include <inttypes.h>
- #include <x264.h>
- #if X264_BUILD < 65
- #error We do not support old versions of x264. Get the latest from SVN.
- #endif
- int main(void) { x264_encoder_open((void*)0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lamrnb -lamrwb -lxvidcore -lm -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lfaac -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lx264 -lpthread
- Result is: yes (in libavcodec: yes)
- ##########################################
- ============ Checking for libdirac ============
- Result is: no
- ##########################################
- ============ Checking for libschroedinger ============
- Result is: no
- ##########################################
- ============ Checking for libnut ============
- #include <stdio.h>
- #include <stdlib.h>
- #include <inttypes.h>
- #include <libnut.h>
- nut_context_tt * nut;
- int main(void) { (void)nut_error(0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lamrnb -lamrwb -lxvidcore -lm -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lx264 -lpthread -lfaac -lx264 -lpthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lnut
- /tmp/mplayer-conf--15605.c:4:20: error: libnut.h: No such file or directory
- /tmp/mplayer-conf--15605.c:5: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:6: warning: implicit declaration of function 'nut_error'
- Result is: no
- ##########################################
- ============ Checking for zr ============
- Result is: no
- ##########################################
- ============ Checking for libmp3lame ============
- #include <lame/lame.h>
- 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; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lamrnb -lamrwb -lxvidcore -lm -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lx264 -lpthread -lfaac -lx264 -lpthread -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lmp3lame -lm
- 398
- #include <lame/lame.h>
- int main(void) { lame_set_preset(NULL, STANDARD_FAST); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lamrnb -lamrwb -lxvidcore -lm -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lx264 -lpthread -lfaac -lx264 -lpthread -lmp3lame -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lmp3lame -lm
- #include <lame/lame.h>
- int main(void) { lame_set_preset(NULL, MEDIUM_FAST); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lamrnb -lamrwb -lxvidcore -lm -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lx264 -lpthread -lfaac -lx264 -lpthread -lmp3lame -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lmp3lame -lm
- Result is: yes (in libavcodec: yes)
- ##########################################
- ============ Checking for mencoder ============
- Result is: yes
- ##########################################
- ============ Checking for UnRAR executable ============
- Result is: yes
- ##########################################
- ============ Checking for TV interface ============
- Result is: yes
- ##########################################
- ============ Checking for *BSD BT848 bt8xx header ============
- #include <sys/types.h>
- #include <sys/ioctl.h>
- #include <machine/ioctl_bt848.h>
- int main(void) { ioctl(0, TVTUNER_GETFREQ, 0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lamrnb -lamrwb -lxvidcore -lm -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lx264 -lpthread -lmp3lame -lfaac -lx264 -lpthread -lmp3lame -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:3:33: error: machine/ioctl_bt848.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:4: error: 'TVTUNER_GETFREQ' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:4: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:4: error: for each function it appears in.)
- #include <sys/types.h>
- #include <sys/ioctl.h>
- #include <dev/bktr/ioctl_bt848.h>
- int main(void) { ioctl(0, TVTUNER_GETFREQ, 0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lamrnb -lamrwb -lxvidcore -lm -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lx264 -lpthread -lmp3lame -lfaac -lx264 -lpthread -lmp3lame -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes (using dev/bktr/ioctl_bt848.h)
- ##########################################
- ============ Checking for *BSD ioctl_meteor.h ============
- #include <sys/types.h>
- #include <machine/ioctl_meteor.h>
- int main(void) { ioctl(0, METEORSINPUT, 0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lamrnb -lamrwb -lxvidcore -lm -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lx264 -lpthread -lmp3lame -lfaac -lx264 -lpthread -lmp3lame -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- /tmp/mplayer-conf--15605.c:2:34: error: machine/ioctl_meteor.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:3: warning: implicit declaration of function 'ioctl'
- /tmp/mplayer-conf--15605.c:3: error: 'METEORSINPUT' undeclared (first use in this function)
- /tmp/mplayer-conf--15605.c:3: error: (Each undeclared identifier is reported only once
- /tmp/mplayer-conf--15605.c:3: error: for each function it appears in.)
- #include <sys/types.h>
- #include <dev/bktr/ioctl_meteor.h>
- int main(void) { ioctl(0, METEORSINPUT, 0); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lamrnb -lamrwb -lxvidcore -lm -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lx264 -lpthread -lmp3lame -lfaac -lx264 -lpthread -lmp3lame -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes (using dev/bktr/ioctl_meteor.h)
- ##########################################
- ============ Checking for *BSD BrookTree 848 TV interface ============
- #include <sys/types.h>
- #define IOCTL_METEOR_H_NAME <dev/bktr/ioctl_meteor.h>
- #define IOCTL_BT848_H_NAME <dev/bktr/ioctl_bt848.h>
- #ifdef IOCTL_METEOR_H_NAME
- #include IOCTL_METEOR_H_NAME
- #endif
- #ifdef IOCTL_BT848_H_NAME
- #include IOCTL_BT848_H_NAME
- #endif
- int main(void) {
- ioctl(0, METEORSINPUT, 0);
- ioctl(0, TVTUNER_GETFREQ, 0);
- return 0;
- }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lamrnb -lamrwb -lxvidcore -lm -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lx264 -lpthread -lmp3lame -lfaac -lx264 -lpthread -lmp3lame -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c
- Result is: yes
- ##########################################
- ============ Checking for DirectShow TV interface ============
- Result is: no
- ##########################################
- ============ Checking for Video 4 Linux TV interface ============
- Result is: no
- ##########################################
- ============ Checking for Video 4 Linux 2 TV interface ============
- Result is: no
- ##########################################
- ============ Checking for TV teletext interface ============
- Result is: no
- ##########################################
- ============ Checking for Radio interface ============
- Result is: no
- ##########################################
- ============ Checking for Capture for Radio interface ============
- Result is: no
- ##########################################
- ============ Checking for Video 4 Linux 2 Radio interface ============
- Result is: no
- ##########################################
- ============ Checking for Video 4 Linux Radio interface ============
- Result is: no
- ##########################################
- ============ Checking for Video 4 Linux 2 MPEG PVR interface ============
- Result is: no
- ##########################################
- ============ Checking for ftp ============
- Result is: yes
- ##########################################
- ============ Checking for vstream client ============
- #include <vstream-client.h>
- void vstream_error(const char *format, ... ) {}
- int main(void) { vstream_start(); return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lamrnb -lamrwb -lxvidcore -lm -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lx264 -lpthread -lmp3lame -lfaac -lx264 -lpthread -lmp3lame -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -lvstream-client
- /tmp/mplayer-conf--15605.c:1:28: error: vstream-client.h: No such file or directory
- /tmp/mplayer-conf--15605.c: In function 'main':
- /tmp/mplayer-conf--15605.c:3: warning: implicit declaration of function 'vstream_start'
- Result is: no
- ##########################################
- ============ Checking for OSD menu ============
- Result is: no
- ##########################################
- ============ Checking for Subtitles sorting ============
- Result is: yes
- ##########################################
- ============ Checking for XMMS inputplugin support ============
- Result is: no
- ##########################################
- ============ Checking for GUI ============
- ============ Checking for automatic gdb attach ============
- Result is: no
- ##########################################
- ============ Checking for compiler support for noexecstack ============
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lamrnb -lamrwb -lxvidcore -lm -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lx264 -lpthread -lmp3lame -lfaac -lx264 -lpthread -lmp3lame -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -Wl,-z,noexecstack
- Result is: yes
- ##########################################
- ============ Checking for joystick ============
- Result is: no
- ##########################################
- ============ Checking for lirc ============
- #include <lirc/lirc_client.h>
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -Wl,-z,noexecstack -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lamrnb -lamrwb -lxvidcore -lm -lpthread -rdynamic -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lx264 -lpthread -lmp3lame -lfaac -lx264 -lpthread -lmp3lame -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -llirc_client
- /tmp/mplayer-conf--15605.c:1:30: error: lirc/lirc_client.h: No such file or directory
- Result is: no
- ##########################################
- ============ Checking for lircc ============
- #include <lirc/lircc.h>
- int main(void) { return 0; }
- cc -Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer -Ilibdvdread4 -I. -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include/SDL -I/usr/local/include -D_REENTRANT -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -Wl,-z,noexecstack -L/usr/local/lib -ffast-math -liconv -lncurses -L/usr/local/lib -lfreetype -lz -lfontconfig -lz -lbz2 -L/usr/local/lib -ltheora -logg -lamrnb -lamrwb -lxvidcore -lm -lpthread -rdynamic -lXext -lX11 -lpthread -lXxf86vm -lGL -laa -L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL -pthread -lfaac -lx264 -lpthread -lmp3lame -lfaac -lx264 -lpthread -lmp3lame -o /tmp/mplayer-conf--15605 /tmp/mplayer-conf--15605.c -llircc
- /tmp/mplayer-conf--15605.c:1:24: error: lirc/lircc.h: No such file or directory
- Result is: no
- ##########################################
- ============ Checking for DVD support (libdvdnav) ============
- Result is: yes (internal)
- ##########################################
Advertisement
Add Comment
Please, Sign In to add comment