########################################## ============ Checking for sys/dvdio.h ============ #include #include int main(void) { return 0; } cc -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -pipe -ffast-math -fomit-frame-pointer -maltivec -mabi=altivec -o /tmp/mplayer-conf-16584-4094 /tmp/mplayer-conf-29257-4094.c /tmp/mplayer-conf-29257-4094.c:2:23: error: sys/dvdio.h: No such file or directory Result is: no ########################################## ============ Checking for sys/cdio.h ============ #include #include int main(void) { return 0; } cc -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -pipe -ffast-math -fomit-frame-pointer -maltivec -mabi=altivec -o /tmp/mplayer-conf-16584-4094 /tmp/mplayer-conf-29257-4094.c /tmp/mplayer-conf-29257-4094.c:2:22: error: sys/cdio.h: No such file or directory Result is: no ########################################## ============ Checking for linux/cdrom.h ============ #include #include int main(void) { return 0; } cc -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -pipe -ffast-math -fomit-frame-pointer -maltivec -mabi=altivec -o /tmp/mplayer-conf-16584-4094 /tmp/mplayer-conf-29257-4094.c Result is: yes ########################################## ============ Checking for dvd.h ============ #include int main(void) { return 0; } cc -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -pipe -ffast-math -fomit-frame-pointer -maltivec -mabi=altivec -o /tmp/mplayer-conf-16584-4094 /tmp/mplayer-conf-29257-4094.c /tmp/mplayer-conf-29257-4094.c:1:17: error: dvd.h: No such file or directory Result is: no ########################################## ... ########################################## ============ Checking for dvdread ============ #include #include #include #include #include int main(void) { return 0; } cc -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -pipe -ffast-math -fomit-frame-pointer -maltivec -mabi=altivec -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -lncurses -lsmbclient -lps3fb -lspu-medialib -lspe2 -lpng -lz -ljpeg -lgif -lasound -ldl -lpthread -lXext -lX11 -lpthread -lXss -lXv -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lSDL -lpthread -L/usr/lib64 -lesd -laudiofile -lm -lasound -o /tmp/mplayer-conf-16584-4094 /tmp/mplayer-conf-29257-4094.c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -L/usr/local/lib -ldvdread -ldl Result is: yes (external) ########################################## ============ Checking for internal libdvdcss ============ Result is: no ########################################## ============ Checking for cdparanoia ============ #include #include // This need a better test. How ? int main(void) { void *test = cdda_verbose_set; return test == (void *)1; } cc -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -pipe -ffast-math -fomit-frame-pointer -maltivec -mabi=altivec -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -I/usr/local/include -lncurses -lsmbclient -lps3fb -lspu-medialib -lspe2 -lpng -lz -ljpeg -lgif -lasound -ldl -lpthread -L/usr/local/lib -ldvdread -ldvdread -lXext -lX11 -lpthread -lXss -lXv -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lSDL -lpthread -L/usr/lib64 -lesd -laudiofile -lm -lasound -o /tmp/mplayer-conf-16584-4094 /tmp/mplayer-conf-29257-4094.c -lcdda_interface -lcdda_paranoia -lm Result is: yes ########################################## ============ Checking for libcdio ============ Result is: auto (using cdparanoia) ########################################## ... ########################################## ============ Checking for DVD support (libdvdnav) ============ 4.1.2 -L/usr/local/lib -ldvdnavmini -lpthread #include #include int main(void) { dvdnav_t *dvd=0; return 0; } cc -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -pipe -ffast-math -fomit-frame-pointer -maltivec -mabi=altivec -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -I/usr/local/include -I/usr/include/freetype2 -Wl,-z,noexecstack -lncurses -lsmbclient -lps3fb -lspu-medialib -lspe2 -lpng -lz -ljpeg -lgif -lasound -ldl -lpthread -L/usr/local/lib -ldvdread -ldvdread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -lenca -lz -llzo2 -lmad -lspeex -ltheora -logg -ldts -lmpcdec -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -ldv -lxvidcore -lm -lpthread -ldl -rdynamic -lXext -lX11 -lpthread -lXss -lXv -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lSDL -lpthread -L/usr/lib64 -lesd -laudiofile -lm -lasound -lfaac -lmp3lame -ltwolame -lfaac -lmp3lame -o /tmp/mplayer-conf-16584-4094 /tmp/mplayer-conf-29257-4094.c -I/usr/local/include -I/usr/local/include -DDVDNAV_USES_EXTERNAL_DVDREAD -L/usr/local/lib -ldvdnav -L/usr/local/lib -ldvdread -lpthread -ldl -lpthread /tmp/mplayer-conf-29257-4094.c: In function 'main': /tmp/mplayer-conf-29257-4094.c:3: warning: unused variable 'dvd' Result is: yes ########################################## int main(void) { return 0; } cc -I. -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -pipe -ffast-math -fomit-frame-pointer -maltivec -mabi=altivec -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -I/usr/local/include -I/usr/include/freetype2 -I/usr/local/include -I/usr/local/include -DDVDNAV_USES_EXTERNAL_DVDREAD -L/usr/lib64 -Wl,-z,noexecstack -lncurses -lsmbclient -lps3fb -lspu-medialib -lspe2 -lpng -lz -ljpeg -lgif -lasound -ldl -lpthread -L/usr/local/lib -ldvdread -ldvdread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -lenca -lz -llzo2 -lmad -lspeex -ltheora -logg -ldts -lmpcdec -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -ldv -lxvidcore -lm -lpthread -ldl -rdynamic -L/usr/local/lib -ldvdnavmini -lpthread -lXext -lX11 -lpthread -lXss -lXv -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lSDL -lpthread -lesd -laudiofile -lm -lasound -lfaac -lmp3lame -ltwolame -lfaac -lmp3lame -o /tmp/mplayer-conf-16584-4094 /tmp/mplayer-conf-29257-4094.c -std=gnu99 int main(void) { return 0; } cc -std=gnu99 -I. -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -pipe -ffast-math -fomit-frame-pointer -maltivec -mabi=altivec -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -I/usr/local/include -I/usr/include/freetype2 -I/usr/local/include -I/usr/local/include -DDVDNAV_USES_EXTERNAL_DVDREAD -L/usr/lib64 -Wl,-z,noexecstack -lncurses -lsmbclient -lps3fb -lspu-medialib -lspe2 -lpng -lz -ljpeg -lgif -lasound -ldl -lpthread -L/usr/local/lib -ldvdread -ldvdread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -lenca -lz -llzo2 -lmad -lspeex -ltheora -logg -ldts -lmpcdec -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -ldv -lxvidcore -lm -lpthread -ldl -rdynamic -L/usr/local/lib -ldvdnavmini -lpthread -lXext -lX11 -lpthread -lXss -lXv -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lSDL -lpthread -lesd -laudiofile -lm -lasound -lfaac -lmp3lame -ltwolame -lfaac -lmp3lame -o /tmp/mplayer-conf-16584-4094 /tmp/mplayer-conf-29257-4094.c -Wdeclaration-after-statement int main(void) { return 0; } cc -Wdeclaration-after-statement -std=gnu99 -I. -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -pipe -ffast-math -fomit-frame-pointer -maltivec -mabi=altivec -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -I/usr/local/include -I/usr/include/freetype2 -I/usr/local/include -I/usr/local/include -DDVDNAV_USES_EXTERNAL_DVDREAD -L/usr/lib64 -Wl,-z,noexecstack -lncurses -lsmbclient -lps3fb -lspu-medialib -lspe2 -lpng -lz -ljpeg -lgif -lasound -ldl -lpthread -L/usr/local/lib -ldvdread -ldvdread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -lenca -lz -llzo2 -lmad -lspeex -ltheora -logg -ldts -lmpcdec -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -ldv -lxvidcore -lm -lpthread -ldl -rdynamic -L/usr/local/lib -ldvdnavmini -lpthread -lXext -lX11 -lpthread -lXss -lXv -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lSDL -lpthread -lesd -laudiofile -lm -lasound -lfaac -lmp3lame -ltwolame -lfaac -lmp3lame -o /tmp/mplayer-conf-16584-4094 /tmp/mplayer-conf-29257-4094.c -Wno-pointer-sign int main(void) { return 0; } cc -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -I. -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -pipe -ffast-math -fomit-frame-pointer -maltivec -mabi=altivec -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -I/usr/local/include -I/usr/include/freetype2 -I/usr/local/include -I/usr/local/include -DDVDNAV_USES_EXTERNAL_DVDREAD -L/usr/lib64 -Wl,-z,noexecstack -lncurses -lsmbclient -lps3fb -lspu-medialib -lspe2 -lpng -lz -ljpeg -lgif -lasound -ldl -lpthread -L/usr/local/lib -ldvdread -ldvdread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -lenca -lz -llzo2 -lmad -lspeex -ltheora -logg -ldts -lmpcdec -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -ldv -lxvidcore -lm -lpthread -ldl -rdynamic -L/usr/local/lib -ldvdnavmini -lpthread -lXext -lX11 -lpthread -lXss -lXv -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lSDL -lpthread -lesd -laudiofile -lm -lasound -lfaac -lmp3lame -ltwolame -lfaac -lmp3lame -o /tmp/mplayer-conf-16584-4094 /tmp/mplayer-conf-29257-4094.c -Wdisabled-optimization int main(void) { return 0; } cc -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -I. -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -pipe -ffast-math -fomit-frame-pointer -maltivec -mabi=altivec -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -I/usr/local/include -I/usr/include/freetype2 -I/usr/local/include -I/usr/local/include -DDVDNAV_USES_EXTERNAL_DVDREAD -L/usr/lib64 -Wl,-z,noexecstack -lncurses -lsmbclient -lps3fb -lspu-medialib -lspe2 -lpng -lz -ljpeg -lgif -lasound -ldl -lpthread -L/usr/local/lib -ldvdread -ldvdread -lcdda_interface -lcdda_paranoia -lfreetype -lz -lfontconfig -lenca -lz -llzo2 -lmad -lspeex -ltheora -logg -ldts -lmpcdec -lliveMedia -lgroupsock -lUsageEnvironment -lBasicUsageEnvironment -lstdc++ -ldv -lxvidcore -lm -lpthread -ldl -rdynamic -L/usr/local/lib -ldvdnavmini -lpthread -lXext -lX11 -lpthread -lXss -lXv -lXinerama -lXxf86vm -lXxf86dga -lGL -ldl -lggi -lSDL -lpthread -lesd -laudiofile -lm -lasound -lfaac -lmp3lame -ltwolame -lfaac -lmp3lame -o /tmp/mplayer-conf-16584-4094 /tmp/mplayer-conf-29257-4094.c -mno-omit-leaf-frame-pointer cc1: error: unrecognized command line option "-mno-omit-leaf-frame-pointer"