Web lists-archives.org

[MPlayer-dev-eng] impossible build mplayer revision 26320




impossible build mplayer revision 26320, the configure options i use:

configuration: --prefix=/usr --datadir=/usr/share/mplayer --confdir=/etc/mplayer --libdir=/usr/lib64 --enable-largefiles --enable-freetype --enable-nas --disable-sighandler --enable-gui --language=all --disable-faad-internal --enable-lirc --enable-tv --enable-joystick --enable-gl --disable-svga --enable-directfb --enable-mencoder --disable-vesa --enable-theora --enable-menu --enable-smb --xanimcodecsdir=/usr/X11R6/lib/xanim/mods --realcodecsdir=/usr/lib64/RealPlayer10GOLD/codecs --codecsdir=/usr/lib/win32 --with-extraincdir=/usr/include/lzo --enable-fribidi --enable-zr --enable-xvmc


and the output error:

In file included from ../libavutil/common.h:85,
                 from ../libavutil/avutil.h:52,
                 from ../libavcodec/avcodec.h:30,
                 from jpeg_enc.c:35:
../libavutil/internal.h:118:1: warning: "memcpy" redefined
In file included from /usr/include/string.h:428,
                 from ../libavutil/common.h:37,
                 from ../libavutil/avutil.h:52,
                 from ../libavcodec/avcodec.h:30,
                 from jpeg_enc.c:35:
/usr/include/bits/string3.h:43:1: warning: this is the location of the 
previous definition
jpeg_enc.c: In function ‘jpeg_enc_init’:
jpeg_enc.c:304: error: ‘I_TYPE’ undeclared (first use in this 
function)
jpeg_enc.c:304: error: (Each undeclared identifier is reported only once
jpeg_enc.c:304: error: for each function it appears in.)
make[1]: ** [jpeg_enc.o] Erro 1
make[1]: Saindo do diretório 
`/mnt/ext3/linux/rpm_build_tree/BUILD/mplayer/libvo'
make: ** [libvo/libvo.a] Erro 2
erro: Código de saída inválido do /home/mmodem/rpm/tmp/rpm-tmp.70202 (%build)

im also attaching configure.log so that theres no doubts.

regards,
-- 
Zé
Linux user #378762
configuration: --prefix=/usr --datadir=/usr/share/mplayer --confdir=/etc/mplayer --libdir=/usr/lib64 --enable-largefiles --enable-freetype --enable-nas --disable-sighandler --enable-gui --language=all --disable-faad-internal --enable-lirc --enable-tv --enable-joystick --enable-gl --disable-svga --enable-directfb --enable-mencoder --disable-vesa --enable-theora --enable-menu --enable-smb --xanimcodecsdir=/usr/X11R6/lib/xanim/mods --realcodecsdir=/usr/lib64/RealPlayer10GOLD/codecs --codecsdir=/usr/lib/win32 --with-extraincdir=/usr/include/lzo --enable-fribidi --enable-zr --enable-xvmc

============ Checking for cc version ============
Result is: 4.2.2, ok 
##########################################

============ Checking for host cc ============
Result is: cc 
##########################################

============ Checking for cross compilation ============

int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: no 
##########################################

============ Checking for CPU vendor ============
Result is: AuthenticAMD (15:72:2) 
##########################################

============ Checking for CPU type ============
Result is:  AMD Turion(tm) 64 X2 Mobile Technology TL-56 
##########################################

============ Checking for kernel support of mmx ============

#include <signal.h>
void catch() { exit(1); }
int main(void){
  signal(SIGILL, catch);
  __asm__ __volatile__ ("emms":::"memory");return(0);
}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'catch':
/home/mmodem/tmp/mplayer-conf-16851-22301.c:2: warning: incompatible implicit declaration of built-in function 'exit'


Result is: yes 
##########################################

============ Checking for kernel support of mmxext ============

#include <signal.h>
void catch() { exit(1); }
int main(void){
  signal(SIGILL, catch);
  __asm__ __volatile__ ("sfence":::"memory");return(0);
}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'catch':
/home/mmodem/tmp/mplayer-conf-16851-22301.c:2: warning: incompatible implicit declaration of built-in function 'exit'


Result is: yes 
##########################################

============ Checking for kernel support of 3dnow ============

#include <signal.h>
void catch() { exit(1); }
int main(void){
  signal(SIGILL, catch);
  __asm__ __volatile__ ("femms":::"memory");return(0);
}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'catch':
/home/mmodem/tmp/mplayer-conf-16851-22301.c:2: warning: incompatible implicit declaration of built-in function 'exit'


Result is: yes 
##########################################

============ Checking for kernel support of 3dnowext ============

#include <signal.h>
void catch() { exit(1); }
int main(void){
  signal(SIGILL, catch);
  __asm__ __volatile__ ("pswapd %%mm0, %%mm0":::"memory");return(0);
}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'catch':
/home/mmodem/tmp/mplayer-conf-16851-22301.c:2: warning: incompatible implicit declaration of built-in function 'exit'


Result is: yes 
##########################################

============ Checking for kernel support of sse ============

#include <signal.h>
void catch() { exit(1); }
int main(void){
  signal(SIGILL, catch);
  __asm__ __volatile__ ("xorps %%xmm0, %%xmm0":::"memory");return(0);
}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'catch':
/home/mmodem/tmp/mplayer-conf-16851-22301.c:2: warning: incompatible implicit declaration of built-in function 'exit'


Result is: yes 
##########################################

============ Checking for kernel support of sse2 ============

#include <signal.h>
void catch() { exit(1); }
int main(void){
  signal(SIGILL, catch);
  __asm__ __volatile__ ("xorpd %%xmm0, %%xmm0":::"memory");return(0);
}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'catch':
/home/mmodem/tmp/mplayer-conf-16851-22301.c:2: warning: incompatible implicit declaration of built-in function 'exit'


Result is: yes 
##########################################

============ Checking for kernel support of cmov ============

#include <signal.h>
void catch() { exit(1); }
int main(void){
  signal(SIGILL, catch);
  __asm__ __volatile__ ("cmovb %%eax,%%ebx":::"memory");return(0);
}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'catch':
/home/mmodem/tmp/mplayer-conf-16851-22301.c:2: warning: incompatible implicit declaration of built-in function 'exit'


Result is: yes 
##########################################

============ Checking for mtrr support ============
Result is: yes 
##########################################

============ Checking for GCC & CPU optimization abilities ============

int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -march=native


Result is: native 
##########################################

============ Checking for extern symbol prefix ============

int ff_extern;

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -c


Result is:  
##########################################

============ Checking for assembler support of -pipe option ============

int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -pipe


Result is: yes 
##########################################

============ Checking for compiler support of named assembler arguments ============
Result is: yes 
##########################################

============ Checking for .align is a power of two ============

main(void) { asm (".align 3"); }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
{standard input}: Assembler messages:
{standard input}:19: Error: alignment not a power of 2


Result is: no 
##########################################

============ Checking for -lposix ============

int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lm


Result is: yes 
##########################################

============ Checking for langinfo ============

#include <langinfo.h>
int main(void) { nl_langinfo(CODESET); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: yes 
##########################################

============ Checking for language ============
Result is: using en (man pages: ru pl it hu fr es en de cs ) 
##########################################

============ Checking for enable sighandler ============
Result is: no 
##########################################

============ Checking for runtime cpudetection ============
Result is: no 
##########################################

============ Checking for restrict keyword ============

void foo(char * restrict p); int main(void){}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/mplayer-conf-16851-22301.c:1: error: expected ';', ',' or ')' before 'p'



void foo(char * __restrict p); int main(void){}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: yes 
##########################################

============ Checking for kstat ============

#include <kstat.h>
int main(void) { (void) kstat_open(); (void) kstat_close(0); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lkstat
/home/mmodem/tmp/mplayer-conf-16851-22301.c:1:19: error: kstat.h: No such file or directory


Result is: no 
##########################################

============ Checking for posix4 ============

#include <time.h>
int main(void) { (void) nanosleep(0, 0); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -D_ISOC99_SOURCE -lm
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'main':
/home/mmodem/tmp/mplayer-conf-16851-22301.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -D_ISOC99_SOURCE -lm
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'main':
/home/mmodem/tmp/mplayer-conf-16851-22301.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -D_ISOC99_SOURCE -lm
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'main':
/home/mmodem/tmp/mplayer-conf-16851-22301.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -D_ISOC99_SOURCE -lm
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'main':
/home/mmodem/tmp/mplayer-conf-16851-22301.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'main':
/home/mmodem/tmp/mplayer-conf-16851-22301.c:2: warning: ignoring return value of 'mkstemp', declared with attribute warn_unused_result


Result is: yes 
##########################################

============ Checking for nanosleep ============

#include <time.h>
int main(void) { (void) nanosleep(0, 0); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c



#include <winsock2.h>
int main(void) { (void) gethostbyname(0); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lws2_32
/home/mmodem/tmp/mplayer-conf-16851-22301.c:1:22: error: winsock2.h: No such file or directory


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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: yes (using )
##########################################

============ Checking for network ============
Result is: yes 
##########################################

============ Checking for inttypes.h (required) ============

#include <inttypes.h>
int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live      -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live      -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: yes 
##########################################

============ Checking for word size ============

#include <stdio.h>
#include <sys/types.h>
int main(void) { printf("%d\n", sizeof(size_t)*8); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live      -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: 64 
##########################################

============ Checking for malloc.h ============

#include <malloc.h>
int main(void) { (void) malloc(0); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live      -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'main':
/home/mmodem/tmp/mplayer-conf-16851-22301.c:2: warning: ignoring return value of 'malloc', declared with attribute warn_unused_result


Result is: yes 
##########################################

============ Checking for memalign() ============

#include <malloc.h>
int main (void) { (void) memalign(64, sizeof(char)); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live      -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'main':
/home/mmodem/tmp/mplayer-conf-16851-22301.c:2: warning: ignoring return value of 'memalign', declared with attribute warn_unused_result


Result is: yes 
##########################################

============ Checking for alloca.h ============

#include <alloca.h>
int main(void) { (void) alloca(0); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live      -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c



#include <alloca.h>
int main(void) { (void) alloca(0); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live      -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: yes 
##########################################

============ Checking for byteswap.h ============

#include <byteswap.h>
int main(void) {  bswap_16(0); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live      -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c



#include <byteswap.h>
int main(void) {  bswap_16(0); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live      -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live      -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: yes 
##########################################


#include <sys/types.h>
#include <sys/mman.h>
int main(void) { void *p = MAP_FAILED; return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live      -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


============ Checking for dynamic loader ============

#include <dlfcn.h>
int main(void) { dlopen(0, 0); dlclose(0); dlsym(0, 0); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live      -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/cc1E3nxr.o: In function `main':
/home/mmodem/tmp/mplayer-conf-16851-22301.c:2: undefined reference to `dlopen'
/home/mmodem/tmp/mplayer-conf-16851-22301.c:2: undefined reference to `dlclose'
/home/mmodem/tmp/mplayer-conf-16851-22301.c:2: undefined reference to `dlsym'
collect2: ld returned 1 exit status



#include <dlfcn.h>
int main(void) { dlopen(0, 0); dlclose(0); dlsym(0, 0); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live      -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -ldl


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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live      -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live      -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/ccQQAIdN.o: In function `main':
/home/mmodem/tmp/mplayer-conf-16851-22301.c:3: 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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live      -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -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)
      ;
  }
}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live      -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lm
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'main':
/home/mmodem/tmp/mplayer-conf-16851-22301.c:21: warning: passing argument 2 of 'iconv' from incompatible pointer type
/home/mmodem/tmp/mplayer-conf-16851-22301.c:23: warning: ignoring return value of 'write', declared with attribute warn_unused_result


Result is: yes 
##########################################

============ Checking for soundcard.h ============

#include <sys/soundcard.h>
int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live       -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live       -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/mplayer-conf-16851-22301.c:2:23: error: sys/dvdio.h: No such file or directory


Result is: no 
##########################################

============ Checking for sys/cdio.h ============

#include <unistd.h>
#include <sys/cdio.h>
int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live       -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/mplayer-conf-16851-22301.c:2:22: error: sys/cdio.h: No such file or directory


Result is: no 
##########################################

============ Checking for linux/cdrom.h ============

#include <sys/types.h>
#include <linux/cdrom.h>
int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live       -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: yes 
##########################################

============ Checking for dvd.h ============

#include <dvd.h>
int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live       -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/mplayer-conf-16851-22301.c:1:17: error: dvd.h: No such file or directory


Result is: no 
##########################################

============ Checking for termcap ============

int main(void) { tgetent(); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live       -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lncurses


Result is: yes (using -lncurses)
##########################################

============ Checking for termios ============

#include <sys/termios.h>
int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses   -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: yes (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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses   -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: yes 
##########################################

============ Checking for strsep() ============

#include <string.h>
int main (void) { char *s = "Hello, world!"; (void) strsep(&s, ","); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses   -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: yes 
##########################################

============ Checking for vsscanf() ============

#include <stdarg.h>
int main(void) { vsscanf(0, 0, 0); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses   -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: yes 
##########################################

============ Checking for swab() ============

#include <unistd.h>
int main(void) { swab(0, 0, 0); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses   -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses   -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses   -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses   -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: yes 
##########################################

============ Checking for setenv() ============

#include <stdlib.h>
int main (void){ setenv("","",0); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses   -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses   -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: yes 
##########################################

============ Checking for pkg-config ============
Result is: yes 
##########################################

============ Checking for Samba support (libsmbclient) ============
Result is: yes 
##########################################

============ Checking for tdfxfb ============
Result is: no 
##########################################

============ Checking for s3fb ============
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);
}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses -lsmbclient   -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/mplayer-conf-16851-22301.c:2:22: error: sys/fbio.h: No such file or directory
/home/mmodem/tmp/mplayer-conf-16851-22301.c:3:27: error: sys/visual_io.h: No such file or directory
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'main':
/home/mmodem/tmp/mplayer-conf-16851-22301.c:5: error: storage size of 'ident' isn't known
/home/mmodem/tmp/mplayer-conf-16851-22301.c:6: error: storage size of 'attr' isn't known
/home/mmodem/tmp/mplayer-conf-16851-22301.c:8: error: 'VIS_GETIDENTIFIER' undeclared (first use in this function)
/home/mmodem/tmp/mplayer-conf-16851-22301.c:8: error: (Each undeclared identifier is reported only once
/home/mmodem/tmp/mplayer-conf-16851-22301.c:8: error: for each function it appears in.)
/home/mmodem/tmp/mplayer-conf-16851-22301.c:9: error: 'FBIOGATTR' undeclared (first use in this function)


Result is: no 
##########################################

============ Checking for tga ============
Result is: yes 
##########################################

============ Checking for md5sum support ============
Result is: yes 
##########################################

============ Checking for bl ============
Result is: no 
##########################################

============ Checking for DirectFB ============
Result is: yes (1.0.0)
##########################################

============ 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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses -lsmbclient  -ldirectfb  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses -lsmbclient  -ldirectfb  -lXext -lX11 -lpthread  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lXss


Result is: yes 
##########################################

============ 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);
}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses -lsmbclient  -ldirectfb  -lXext -lX11 -lpthread -lXss  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.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);
}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses -lsmbclient  -ldirectfb  -lXext -lX11 -lpthread -lXss  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses -lsmbclient  -ldirectfb  -lXext -lX11 -lpthread -lXss  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lXv


Result is: yes 
##########################################

============ Checking for XvMC ============

#include <X11/Xlib.h>
#include <X11/extensions/Xvlib.h>
#include <X11/extensions/XvMClib.h>
int main(void) { 
  (void) XvMCQueryExtension(0,0,0);
  (void) XvMCCreateContext(0,0,0,0,0,0,0);
  return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses -lsmbclient  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lXvMC -lXvMCNVIDIA
/usr/bin/ld: cannot find -lXvMCNVIDIA
collect2: ld returned 1 exit status



#include <X11/Xlib.h>
#include <X11/extensions/Xvlib.h>
#include <X11/extensions/XvMClib.h>
int main(void) { 
  (void) XvMCQueryExtension(0,0,0);
  (void) XvMCCreateContext(0,0,0,0,0,0,0);
  return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses -lsmbclient  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lXvMC -lXvMCW


Result is: yes (using XvMCW)
##########################################

============ Checking for Xinerama ============

#include <X11/Xlib.h>
#include <X11/extensions/Xinerama.h>
int main(void) { (void) XineramaIsActive(0); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses -lsmbclient  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lXinerama


Result is: yes 
##########################################

============ Checking for Xxf86vm ============

#include <X11/Xlib.h>
#include <X11/extensions/xf86vmode.h>
int main(void) { (void) XF86VidModeQueryExtension(0, 0, 0); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses -lsmbclient  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lXxf86vm


Result is: yes 
##########################################

============ Checking for XF86keysym ============

#include <X11/Xlib.h>
#include <X11/XF86keysym.h>
int main(void) { return XF86XK_AudioPause; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses -lsmbclient  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses -lsmbclient  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lXxf86dga


Result is: yes (using DGA 2.0)
##########################################

============ Checking for 3dfx ============
Result is: no 
##########################################

============ Checking for OpenGL ============

#include <GL/gl.h>
#ifdef GL_WIN32
#include <windows.h>
#include <GL/glext.h>
#else
#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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses -lsmbclient  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lGL -lm


Result is: yes 
##########################################

============ Checking for VIDIX ============
Result is: yes (internal)
##########################################

============ Checking for VIDIX PCI device name database ============
Result is: yes 
##########################################

============ 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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses -lsmbclient  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lggi


Result is: yes 
##########################################

============ Checking for GGI extension: libggiwmh ============

#include <ggi/ggi.h>
#include <ggi/wmh.h>
int main(void) { ggiInit(); ggiWmhInit(); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses -lsmbclient  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lggi -lggiwmh


Result is: yes 
##########################################

============ 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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses -lsmbclient  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -laa


Result is: yes 
##########################################

============ Checking for CACA ============
0.99.beta11

#include <caca.h>
#ifdef CACA_API_VERSION_1
  #include <caca0.h>
#endif
int main(void) { (void) caca_init(); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live     -lncurses -lsmbclient  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -L/usr/lib64 -lcaca -lcucul


Result is: yes 
##########################################

============ Checking for SVGAlib ============
Result is: no 
##########################################

============ Checking for FBDev ============
Result is: yes 
##########################################

============ Checking for DVB ============

#include <sys/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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/     -lncurses -lsmbclient  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/mplayer-conf-16851-22301.c:7:21: error: ost/dmx.h: No such file or directory
/home/mmodem/tmp/mplayer-conf-16851-22301.c:8:26: error: ost/frontend.h: No such file or directory
/home/mmodem/tmp/mplayer-conf-16851-22301.c:9:21: error: ost/sec.h: No such file or directory
/home/mmodem/tmp/mplayer-conf-16851-22301.c:10:23: error: ost/video.h: No such file or directory
/home/mmodem/tmp/mplayer-conf-16851-22301.c:11:23: error: ost/audio.h: No such file or directory



#include <sys/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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/     -lncurses -lsmbclient  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -I/usr/src/DVB/ost/include
/home/mmodem/tmp/mplayer-conf-16851-22301.c:7:21: error: ost/dmx.h: No such file or directory
/home/mmodem/tmp/mplayer-conf-16851-22301.c:8:26: error: ost/frontend.h: No such file or directory
/home/mmodem/tmp/mplayer-conf-16851-22301.c:9:21: error: ost/sec.h: No such file or directory
/home/mmodem/tmp/mplayer-conf-16851-22301.c:10:23: error: ost/video.h: No such file or directory
/home/mmodem/tmp/mplayer-conf-16851-22301.c:11:23: error: ost/audio.h: No such file or directory


Result is: no 
##########################################

============ Checking for DVB HEAD ============

#include <sys/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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/     -lncurses -lsmbclient  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: yes 
##########################################

============ 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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/      -lncurses -lsmbclient  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lpng -lz -lm


png.h : 1.2.22
libpng: 1.2.22
Result is: yes 
##########################################

============ 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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/      -lncurses -lsmbclient -lpng -lz  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -ljpeg -lm


Result is: yes 
##########################################

============ Checking for PNM support ============
Result is: yes 
##########################################

============ Checking for GIF support ============

#include <gif_lib.h>
int main(void) {
  return 0;
}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/      -lncurses -lsmbclient -lpng -lz -ljpeg  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lungif



#include <signal.h>
#include <gif_lib.h>
void catch() { exit(1); }
int main(void) {
  signal(SIGSEGV, catch);  // catch segfault
  printf("EGifPutExtensionFirst is at address %p\n", EGifPutExtensionFirst);
  EGifSetGifVersion("89a");   // this will segfault a buggy gif lib.
  return 0;
}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/      -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lungif
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'catch':
/home/mmodem/tmp/mplayer-conf-16851-22301.c:3: warning: incompatible implicit declaration of built-in function 'exit'
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'main':
/home/mmodem/tmp/mplayer-conf-16851-22301.c:6: warning: incompatible implicit declaration of built-in function 'printf'


EGifPutExtensionFirst is at address 0x400718
Result is: yes 
##########################################

============ Checking for broken giflib workaround ============

#include <gif_lib.h>
int main(void) {
  GifFileType gif;
  printf("UserData is at address %p\n", gif.UserData);
  return 0;
}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/      -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lungif
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'main':
/home/mmodem/tmp/mplayer-conf-16851-22301.c:4: warning: incompatible implicit declaration of built-in function 'printf'


UserData is at address 0x7fffb048ce38
Result is: disabled 
##########################################

============ Checking for VESA support ============
Result is: no 
##########################################

============ Checking for SDL ============
1.2.12
1.2.12

#include <SDL.h>
int main(int argc, char *argv[]) {
  SDL_Init(SDL_INIT_VIDEO|SDL_INIT_NOPARACHUTE);
  return 0;
}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/      -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -L/usr/lib64 -lSDL


Result is: yes (using sdl-config)
##########################################

============ Checking for NAS ============
Result is: yes 
##########################################

============ Checking for DXR2 ============

#include <dxr2ioctl.h>
int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/mplayer-conf-16851-22301.c:1:23: error: dxr2ioctl.h: No such file or directory



#include <dxr2ioctl.h>
int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -I/usr/local/include/dxr2
/home/mmodem/tmp/mplayer-conf-16851-22301.c:1:23: error: dxr2ioctl.h: No such file or directory



#include <dxr2ioctl.h>
int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -I/usr/include/dxr2
/home/mmodem/tmp/mplayer-conf-16851-22301.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: yes 
##########################################

============ 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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/mplayer-conf-16851-22301.c:5:24: error: linux/ivtv.h: No such file or directory
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'main':
/home/mmodem/tmp/mplayer-conf-16851-22301.c:8: error: storage size of 'sd' isn't known
/home/mmodem/tmp/mplayer-conf-16851-22301.c:9: error: storage size of 'sd1' isn't known
/home/mmodem/tmp/mplayer-conf-16851-22301.c:10: error: 'IVTV_IOC_START_DECODE' undeclared (first use in this function)
/home/mmodem/tmp/mplayer-conf-16851-22301.c:10: error: (Each undeclared identifier is reported only once
/home/mmodem/tmp/mplayer-conf-16851-22301.c:10: error: for each function it appears in.)
/home/mmodem/tmp/mplayer-conf-16851-22301.c:11: error: 'IVTV_IOC_STOP_DECODE' undeclared (first use in this function)


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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: yes 
##########################################

============ Checking for OSS Audio ============

#include <sys/ioctl.h>
#include <sys/soundcard.h>
int main(void) { int arg = SNDCTL_DSP_SETFRAGMENT; return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c



#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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: yes 
##########################################

============ Checking for aRts ============
0.9.5

#include <artsc.h>
int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include


Result is: yes 
##########################################

============ Checking for EsounD ============
0.2.38

#include <esd.h>
int main(void) { int fd = esd_open_sound("test"); return fd; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lesd -laudiofile -lm -laudiofile -lm


Result is: yes 
##########################################

============ Checking for esd_get_latency() ============

#include <esd.h>
int main(void) { return esd_get_latency(0); }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include      -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lesd -laudiofile -lm -laudiofile -lm


Result is: yes 
##########################################

============ Checking for pulse ============

#include <pulse/pulseaudio.h>
int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include      -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -D_REENTRANT -lpulse -lpthread


Result is: yes 
##########################################

============ Checking for JACK ============

#include <jack/jack.h>
int main(void) { jack_client_new("test"); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT       -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread    -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -ljack


Result is: yes 
##########################################

============ 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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT       -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lopenal


Result is: yes 
##########################################

============ Checking for ALSA audio ============

#include <sys/asoundlib.h>
#if !((SND_LIB_MAJOR == 0) && (SND_LIB_MINOR == 5))
#error "alsa version != 0.5.x"
#endif
int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT       -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lasound -ldl -lpthread
In file included from /home/mmodem/tmp/mplayer-conf-16851-22301.c:1:
/usr/include/sys/asoundlib.h:1:2: warning: #warning This header is deprecated, use <alsa/asoundlib.h> instead.
/home/mmodem/tmp/mplayer-conf-16851-22301.c:3:2: error: #error "alsa version != 0.5.x"



#include <sys/asoundlib.h>
#if !((SND_LIB_MAJOR == 0) && (SND_LIB_MINOR == 9))
#error "alsa version != 0.9.x"
#endif
int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT       -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lasound -ldl -lpthread
In file included from /home/mmodem/tmp/mplayer-conf-16851-22301.c:1:
/usr/include/sys/asoundlib.h:1:2: warning: #warning This header is deprecated, use <alsa/asoundlib.h> instead.
/home/mmodem/tmp/mplayer-conf-16851-22301.c:3:2: error: #error "alsa version != 0.9.x"



#include <alsa/asoundlib.h>
#if !((SND_LIB_MAJOR == 0) && (SND_LIB_MINOR == 9))
#error "alsa version != 0.9.x"
#endif
int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT       -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lasound -ldl -lpthread
/home/mmodem/tmp/mplayer-conf-16851-22301.c:3:2: error: #error "alsa version != 0.9.x"



#include <sys/asoundlib.h>
#if !((SND_LIB_MAJOR == 1) && (SND_LIB_MINOR == 0))
#error "alsa version != 1.0.x"
#endif
int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT       -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lasound -ldl -lpthread
In file included from /home/mmodem/tmp/mplayer-conf-16851-22301.c:1:
/usr/include/sys/asoundlib.h:1:2: warning: #warning This header is deprecated, use <alsa/asoundlib.h> instead.



#include <alsa/asoundlib.h>
#if !((SND_LIB_MAJOR == 1) && (SND_LIB_MINOR == 0))
#error "alsa version != 1.0.x"
#endif
int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT       -lncurses -lsmbclient -lpng -lz -ljpeg -lungif  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lasound -ldl -lpthread


Result is: yes (using alsa 1.0.x and alsa/asoundlib.h)
##########################################

============ 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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT       -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c
/home/mmodem/tmp/mplayer-conf-16851-22301.c:2:25: error: sys/audioio.h: No such file or directory
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'main':
/home/mmodem/tmp/mplayer-conf-16851-22301.c:3: error: 'audio_info_t' undeclared (first use in this function)
/home/mmodem/tmp/mplayer-conf-16851-22301.c:3: error: (Each undeclared identifier is reported only once
/home/mmodem/tmp/mplayer-conf-16851-22301.c:3: error: for each function it appears in.)
/home/mmodem/tmp/mplayer-conf-16851-22301.c:3: error: expected ';' before 'info'
/home/mmodem/tmp/mplayer-conf-16851-22301.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT       -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lcdda_interface -lcdda_paranoia -lm


Result is: yes 
##########################################

============ Checking for libcdio ============
Result is: auto (using cdparanoia)
##########################################

============ Checking for bitmap font support ============
Result is: yes 
##########################################

============ Checking for freetype >= 2.0.9 ============
Result is: yes 
##########################################

============ Checking for fontconfig ============

#include <stdio.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lfontconfig
/home/mmodem/tmp/mplayer-conf-16851-22301.c: In function 'main':
/home/mmodem/tmp/mplayer-conf-16851-22301.c:8: warning: incompatible implicit declaration of built-in function 'exit'


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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig   -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -I/usr/include/freetype2 -lfreetype -lz


Result is: yes 
##########################################

============ Checking for fribidi with charsets ============
Result is: yes 
##########################################

============ Checking for ENCA ============

#include <enca.h>
int main(void)
{
    const char **langs;
    size_t langcnt;
    langs = enca_get_languages(&langcnt);
    return 0;
}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2 -I/usr/include     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig  -L/usr/lib64 -lfribidi  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lenca -lm


Result is: yes 
##########################################

============ Checking for zlib ============

#include <zlib.h>
int main(void) { (void) inflate(0, Z_NO_FLUSH); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2 -I/usr/include     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig  -L/usr/lib64 -lfribidi -lenca  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lz


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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2 -I/usr/include     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig  -L/usr/lib64 -lfribidi -lenca -lz  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: yes 
##########################################

============ Checking for liblzo2 support ============

#include <lzo/lzo1x.h>
int main(void) { lzo_init();return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2 -I/usr/include     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig  -L/usr/lib64 -lfribidi -lenca -lz  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -llzo2


Result is: yes 
##########################################

============ Checking for mad support ============

#include <mad.h>
int main(void) { return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2 -I/usr/include     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig  -L/usr/lib64 -lfribidi -lenca -lz -llzo2  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lmad


Result is: yes 
##########################################

============ Checking for Twolame ============

#include <twolame.h>
int main(void) { twolame_init(); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2 -I/usr/include     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig  -L/usr/lib64 -lfribidi -lenca -lz -llzo2 -lmad  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal  -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -ltwolame -lm


Result is: yes 
##########################################

============ Checking for Toolame ============
Result is: no (disabled by twolame)
##########################################

============ 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);
}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2 -I/usr/include     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig  -L/usr/lib64 -lfribidi -lenca -lz -llzo2 -lmad  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal  -ltwolame -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lspeex -lm


Result is: yes 
##########################################

============ Checking for OggTheora support ============
Result is: yes 
##########################################

============ Checking for internal mp3lib support ============
Result is: yes 
##########################################

============ Checking for internal liba52 support ============
Result is: yes 
##########################################

============ Checking for libdca support ============

#include <inttypes.h>
#include <dts.h>
int main(void) { dts_init (0); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2 -I/usr/include     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig  -L/usr/lib64 -lfribidi -lenca -lz -llzo2 -lmad -lspeex -ltheora -logg  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal  -ltwolame -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -ldts -lm


Result is: yes 
##########################################

============ Checking for internal libmpeg2 support ============
Result is: yes 
##########################################

============ Checking for libmpcdec (musepack, version >= 1.2.1 required) ============

#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);
}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2 -I/usr/include     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig  -L/usr/lib64 -lfribidi -lenca -lz -llzo2 -lmad -lspeex -ltheora -logg -ldts  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal  -ltwolame -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lmpcdec -lm


Result is: yes 
##########################################

============ Checking for FAAC (AAC encoder) support ============

#include <inttypes.h> 
#include <faac.h>
int main(void) { unsigned long x, y; faacEncOpen(48000, 2, &x, &y); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2 -I/usr/include     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig  -L/usr/lib64 -lfribidi -lenca -lz -llzo2 -lmad -lspeex -ltheora -logg -ldts -lmpcdec  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal  -ltwolame -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -O4 -lfaac -lm


Result is: yes (in libavcodec: yes) 
##########################################

============ Checking for FAAD2 (AAC) support ============

#include <faad.h>
#ifndef FAAD_MIN_STREAMSIZE
#error Too old version
#endif
int main(void) { faacDecHandle testhand; faacDecFrameInfo testinfo; testhand = faacDecOpen(); faacDecInit(0, 0, 0, 0, 0); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2 -I/usr/include     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig  -L/usr/lib64 -lfribidi -lenca -lz -llzo2 -lmad -lspeex -ltheora -logg -ldts -lmpcdec  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal -lfaac  -ltwolame -lfaac -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lfaad -lm


Result is: yes 
##########################################

============ Checking for LADSPA plugin support ============

#include <stdio.h>
#include <ladspa.h>
int main(void) {
const LADSPA_Descriptor *ld = NULL;
return 0;
}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2 -I/usr/include     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig  -L/usr/lib64 -lfribidi -lenca -lz -llzo2 -lmad -lspeex -ltheora -logg -ldts -lmpcdec -lfaad  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal -lfaac  -ltwolame -lfaac -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c


Result is: yes 
##########################################

============ Checking for Win32 codecs ============
Result is: no 
##########################################

============ Checking for XAnim codecs ============
Result is: yes (using /usr/X11R6/lib/xanim/mods)
##########################################

============ Checking for RealPlayer codecs ============
Result is: yes (using /usr/lib64/RealPlayer10GOLD/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) {}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2 -I/usr/include     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig  -L/usr/lib64 -lfribidi -lenca -lz -llzo2 -lmad -lspeex -ltheora -logg -ldts -lmpcdec -lfaad  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal -lfaac  -ltwolame -lfaac -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-2457-22301.cpp -I/usr/include/lzo/liveMedia/include -I/usr/include/lzo/UsageEnvironment/include -I/usr/include/lzo/groupsock/include -lstdc++
/home/mmodem/tmp/mplayer-conf-2457-22301.cpp:1:24: error: liveMedia.hh: No such file or directory
/home/mmodem/tmp/mplayer-conf-2457-22301.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) {}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2 -I/usr/include     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig  -L/usr/lib64 -lfribidi -lenca -lz -llzo2 -lmad -lspeex -ltheora -logg -ldts -lmpcdec -lfaad  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal -lfaac  -ltwolame -lfaac -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-2457-22301.cpp -I/usr/include/directfb/liveMedia/include -I/usr/include/directfb/UsageEnvironment/include -I/usr/include/directfb/groupsock/include -lstdc++
/home/mmodem/tmp/mplayer-conf-2457-22301.cpp:1:24: error: liveMedia.hh: No such file or directory
/home/mmodem/tmp/mplayer-conf-2457-22301.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) {}

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2 -I/usr/include     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig  -L/usr/lib64 -lfribidi -lenca -lz -llzo2 -lmad -lspeex -ltheora -logg -ldts -lmpcdec -lfaad  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal -lfaac  -ltwolame -lfaac -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-2457-22301.cpp -I/usr/lib64/live/liveMedia/include -I/usr/lib64/live/UsageEnvironment/include -I/usr/lib64/live/groupsock/include -lstdc++


Result is: yes (using /usr/lib64/live)
##########################################

============ 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 libamr narrowband ============

#include <amrnb/interf_dec.h>
int main(void) { Speech_Decode_Frame_init(); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2 -I/usr/include  /usr/lib64/live/liveMedia/libliveMedia.a                  /usr/lib64/live/groupsock/libgroupsock.a                  /usr/lib64/live/UsageEnvironment/libUsageEnvironment.a                  /usr/lib64/live/BasicUsageEnvironment/libBasicUsageEnvironment.a                     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig  -L/usr/lib64 -lfribidi -lenca -lz -llzo2 -lmad -lspeex -ltheora -logg -ldts -lmpcdec -lfaad  -lstdc++  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal -lfaac  -ltwolame -lfaac -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lamrnb


Result is: yes 
##########################################

============ Checking for libamr wideband ============

#include <amrwb/dec_if.h>
int main(void) { D_IF_init(); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2 -I/usr/include  /usr/lib64/live/liveMedia/libliveMedia.a                  /usr/lib64/live/groupsock/libgroupsock.a                  /usr/lib64/live/UsageEnvironment/libUsageEnvironment.a                  /usr/lib64/live/BasicUsageEnvironment/libBasicUsageEnvironment.a                     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig  -L/usr/lib64 -lfribidi -lenca -lz -llzo2 -lmad -lspeex -ltheora -logg -ldts -lmpcdec -lfaad  -lstdc++ -lamrnb  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal -lfaac  -ltwolame -lfaac -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -lamrwb
/home/mmodem/tmp/mplayer-conf-16851-22301.c:1:26: error: amrwb/dec_if.h: No such file or directory


Result is: no 
##########################################

============ 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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2 -I/usr/include  /usr/lib64/live/liveMedia/libliveMedia.a                  /usr/lib64/live/groupsock/libgroupsock.a                  /usr/lib64/live/UsageEnvironment/libUsageEnvironment.a                  /usr/lib64/live/BasicUsageEnvironment/libBasicUsageEnvironment.a                     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig  -L/usr/lib64 -lfribidi -lenca -lz -llzo2 -lmad -lspeex -ltheora -logg -ldts -lmpcdec -lfaad  -lstdc++ -lamrnb  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal -lfaac  -ltwolame -lfaac -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.c -ldv -lpthread -lm


Result is: yes 
##########################################

============ Checking for XviD ============

#include <xvid.h>
int main(void) { xvid_global(0, 0, 0, 0); return 0; }

cc -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2 -I/usr/include  /usr/lib64/live/liveMedia/libliveMedia.a                  /usr/lib64/live/groupsock/libgroupsock.a                  /usr/lib64/live/UsageEnvironment/libUsageEnvironment.a                  /usr/lib64/live/BasicUsageEnvironment/libBasicUsageEnvironment.a                     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig  -L/usr/lib64 -lfribidi -lenca -lz -llzo2 -lmad -lspeex -ltheora -logg -ldts -lmpcdec -lfaad  -lstdc++ -lamrnb -ldv  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -lesd -laudiofile -lm -laudiofile -lm -lpulse -lpthread   -ljack -lopenal -lfaac  -ltwolame -lfaac -o /home/mmodem/tmp/mplayer-conf-15925-22301 /home/mmodem/tmp/mplayer-conf-16851-22301.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 -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fexceptions -I/usr/include/lzo -I/usr/include/directfb -I/usr/lib64/live -I/usr/include/  -I/usr/include/SDL  -D_REENTRANT -I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -D_REENTRANT    -I/usr/include/freetype2 -I/usr/include  /usr/lib64/live/liveMedia/libliveMedia.a                  /usr/lib64/live/groupsock/libgroupsock.a                  /usr/lib64/live/UsageEnvironment/libUsageEnvironment.a                  /usr/lib64/live/BasicUsageEnvironment/libBasicUsageEnvironment.a                     -lncurses -lsmbclient -lpng -lz -ljpeg -lungif -lasound -ldl -lpthread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig  -L/usr/lib64 -lfribidi -lenca -lz -llzo2 -lmad -lspeex -ltheora -logg -ldts -lmpcdec -lfaad  -lstdc++ -lamrnb -ldv -lxvidcore -lm  -ldirectfb  -lXext -lX11 -lpthread -lXss -lXv -lXvMC -lXvMCW -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lggiwmh -laa -L/usr/lib64 -lcaca -lcucul -L/usr/lib64 -lSDL -laudio -lXt -L/usr/lib64 -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.