[olivares@ ~/Downloads]$ cd mplayer-checkout-2010-07-28/ [olivares@ ~/Downloads/mplayer-checkout-2010-07-28]$ ls AUTHORS input mpbswap.h Changelog libaf mpcommon.c Copyright libao2 mpcommon.h DOCS libass mplayer.c LICENSE libavcodec mplayer.h Makefile libavcore osdep README libavformat parser-cfg.c TOOLS libavutil parser-cfg.h access_mpcontext.h libdvdcss parser-mecmd.c asxparser.c libdvdnav parser-mecmd.h asxparser.h libdvdread4 parser-mpcmd.c av_opts.c libfaad2 parser-mpcmd.h av_opts.h libmenu path.c av_sub.c libmpcodecs path.h av_sub.h libmpdemux playtree.c bstr.c libmpeg2 playtree.h bstr.h libpostproc playtreeparser.c cfg-common.h libswscale playtreeparser.h cfg-mencoder.h libvo rpm cfg-mplayer-def.h loader spudec.c cfg-mplayer.h m_config.c spudec.h codec-cfg.c m_config.h stream codec-cfg.h m_option.c sub_cc.c command.c m_option.h sub_cc.h command.h m_property.c subassconvert.c common.mak m_property.h subassconvert.h configure m_struct.c subdir.mak cpudetect.c m_struct.h subopt-helper.c cpudetect.h mangle.h subopt-helper.h cpuinfo.c mencoder.c subreader.c debian metadata.h subreader.h drivers mixer.c tremor edl.c mixer.h unrar_exec.c edl.h mp3lib unrar_exec.h etc mp_core.h version.sh find_sub.c mp_fifo.c vidix fmt-conversion.c mp_fifo.h vobsub.c fmt-conversion.h mp_msg.c vobsub.h gui mp_msg.h xvid_vbr.c help mp_osd.h xvid_vbr.h [olivares@ ~/Downloads/mplayer-checkout-2010-07-28]$ ./configure Checking for cc version ... 4.2.1 Detected operating system: FreeBSD Detected host architecture: x86_64 Checking for host cc ... cc Checking for cross compilation ... no Checking for CPU vendor ... AuthenticAMD (15:12:0) Checking for CPU type ... AMD Athlon(tm) 64 Processor 3000+ Checking for kernel support of mmx ... yes Checking for kernel support of mmxext ... yes Checking for kernel support of 3dnow ... yes Checking for kernel support of 3dnowext ... yes Checking for kernel support of sse ... yes Checking for kernel support of sse2 ... yes Checking for kernel support of cmov ... yes Checking for mtrr support ... yes Checking for GCC & CPU optimization abilities ... native Checking for byte order ... little-endian Checking for extern symbol prefix ... Checking for assembler support of -pipe option ... yes Checking for compiler support of named assembler arguments ... yes Checking for .align is a power of two ... no Checking for PIC ... no Checking for 10 assembler operands ... yes Checking for ebx availability ... yes Checking for yasm ... yasm: not found Error: yasm not found, use --yasm='' if you really want to compile without Check "config.log" if you do not understand why it failed. [olivares@ ~/Downloads/mplayer-checkout-2010-07-28]$ cat config.log | more [?1h= configuration: ============ Checking for cc version ============ Result is: 4.2.1 ########################################## int main(void) { int test[(int)sizeof(char *)-7]; return 0; } cc /tmp/mplayer-configure--1860/tmp.c -I. -I/usr/local/include -L/usr/local/ lib -o /tmp/mplayer-configure--1860/tmp ============ Checking for host cc ============ Result is: cc ########################################## --More--(byte 430)  --More--(byte 431) ============ Checking for cross compilation ============ --More--(byte 488)  --More--(byte 489) int main(void) { return 0; } --More--(byte 518)  --More--(byte 519) cc /tmp/mplayer-configure--1860/tmp.c -I. -I/usr/local/include -L/usr/local/ --More--(byte 599) lib -o /tmp/mplayer-configure--1860/tmp --More--(byte 642)  --More--(byte 643)  --More--(byte 644) Result is: no --More--(byte 659) ########################################## --More--(byte 702)  --More--(byte 703) ============ Checking for CPU vendor ============ --More--(byte 753) Result is: AuthenticAMD (15:12:0) --More--(byte 788) ########################################## --More--(byte 831)  --More--(byte 832) ============ Checking for CPU type ============ --More--(byte 880) Result is: AMD Athlon(tm) 64 Processor 3000+ --More--(byte 927) ########################################## --More--(byte 970)  --More--(byte 971) ============ Checking for kernel support of mmx ============ --More--(byte 1032)  --More--(byte 1033) #include --More--(byte 1053) #include --More--(byte 1073) void catch(int sig) { exit(1); } --More--(byte 1106) int main(void) { --More--(byte 1123)  signal(SIGILL, catch); --More--(byte 1148)  __asm__ volatile ("emms":::"memory"); return 0; --More--(byte 1198) } --More--(byte 1200)  --More--(byte 1201) cc /tmp/mplayer-configure--1860/tmp.c -I. -I/usr/local/include -L/usr/local/ --More--(byte 1281) lib -o /tmp/mplayer-configure--1860/tmp --More--(byte 1324)  --More--(byte 1325)  --More--(byte 1326) Result is: yes --More--(byte 1342) ########################################## --More--(byte 1385)  --More--(byte 1386) ============ Checking for kernel support of mmxext ============ --More--(byte 1450)  --More--(byte 1451) #include --More--(byte 1471) #include --More--(byte 1491) void catch(int sig) { exit(1); } --More--(byte 1524) int main(void) { --More--(byte 1541)  signal(SIGILL, catch); --More--(byte 1566)  __asm__ volatile ("sfence":::"memory"); return 0; --More--(byte 1618) } --More--(byte 1620)  --More--(byte 1621) cc /tmp/mplayer-configure--1860/tmp.c -I. -I/usr/local/include -L/usr/local/ --More--(byte 1701) lib -o /tmp/mplayer-configure--1860/tmp --More--(byte 1744)  --More--(byte 1745)  --More--(byte 1746) Result is: yes --More--(byte 1762) ########################################## --More--(byte 1805)  --More--(byte 1806) ============ Checking for kernel support of 3dnow ============ --More--(byte 1869)  --More--(byte 1870) #include --More--(byte 1890) #include --More--(byte 1910) void catch(int sig) { exit(1); } --More--(byte 1943) int main(void) { --More--(byte 1960)  signal(SIGILL, catch); --More--(byte 1985)  __asm__ volatile ("femms":::"memory"); return 0; --More--(byte 2036) } --More--(byte 2038)  --More--(byte 2039) cc /tmp/mplayer-configure--1860/tmp.c -I. -I/usr/local/include -L/usr/local/ --More--(byte 2119) lib -o /tmp/mplayer-configure--1860/tmp --More--(byte 2162)  --More--(byte 2163)  --More--(byte 2164) Result is: yes --More--(byte 2180) ########################################## --More--(byte 2223)  --More--(byte 2224) ============ Checking for kernel support of 3dnowext ============ --More--(byte 2290)  --More--(byte 2291) #include --More--(byte 2311) #include --More--(byte 2331) void catch(int sig) { exit(1); } --More--(byte 2364) int main(void) { --More--(byte 2381)  signal(SIGILL, catch); --More--(byte 2406)  __asm__ volatile ("pswapd %%mm0, %%mm0":::"memory"); return 0; --More--(byte 2471) } --More--(byte 2473)  --More--(byte 2474) cc /tmp/mplayer-configure--1860/tmp.c -I. -I/usr/local/include -L/usr/local/ --More--(byte 2554) lib -o /tmp/mplayer-configure--1860/tmp --More--(byte 2597)  --More--(byte 2598)  --More--(byte 2599) Result is: yes --More--(byte 2615) ########################################## --More--(byte 2658)  --More--(byte 2659) ============ Checking for kernel support of sse ============ --More--(byte 2720)  --More--(byte 2721) #include --More--(byte 2741) #include --More--(byte 2761) void catch(int sig) { exit(1); } --More--(byte 2794) int main(void) { --More--(byte 2811)  signal(SIGILL, catch); --More--(byte 2836)  __asm__ volatile ("xorps %%xmm0, %%xmm0":::"memory"); return 0; --More--(byte 2902) } --More--(byte 2904)  --More--(byte 2905) cc /tmp/mplayer-configure--1860/tmp.c -I. -I/usr/local/include -L/usr/local/ --More--(byte 2985) lib -o /tmp/mplayer-configure--1860/tmp --More--(byte 3028)  --More--(byte 3029)  --More--(byte 3030) Result is: yes --More--(byte 3046) ########################################## --More--(byte 3089)  --More--(byte 3090) ============ Checking for kernel support of sse2 ============ --More--(byte 3152)  --More--(byte 3153) #include --More--(byte 3173) #include --More--(byte 3193) void catch(int sig) { exit(1); } --More--(byte 3226) int main(void) { --More--(byte 3243)  signal(SIGILL, catch); --More--(byte 3268)  __asm__ volatile ("xorpd %%xmm0, %%xmm0":::"memory"); return 0; --More--(byte 3334) } --More--(byte 3336)  --More--(byte 3337) cc /tmp/mplayer-configure--1860/tmp.c -I. -I/usr/local/include -L/usr/local/ --More--(byte 3417) lib -o /tmp/mplayer-configure--1860/tmp --More--(byte 3460)  --More--(byte 3461)  --More--(byte 3462) Result is: yes --More--(byte 3478) ########################################## --More--(byte 3521)  --More--(byte 3522) ============ Checking for kernel support of cmov ============ --More--(byte 3584)  --More--(byte 3585) #include --More--(byte 3605) #include --More--(byte 3625) void catch(int sig) { exit(1); } --More--(byte 3658) int main(void) { --More--(byte 3675)  signal(SIGILL, catch); --More--(byte 3700)  __asm__ volatile ("cmovb %%eax,%%ebx":::"memory"); return 0; --More--(byte 3763) } --More--(byte 3765)  --More--(byte 3766) cc /tmp/mplayer-configure--1860/tmp.c -I. -I/usr/local/include -L/usr/local/ --More--(byte 3846) lib -o /tmp/mplayer-configure--1860/tmp --More--(byte 3889)  --More--(byte 3890)  --More--(byte 3891) Result is: yes --More--(byte 3907) ########################################## --More--(byte 3950)  --More--(byte 3951) ============ Checking for mtrr support ============ --More--(byte 4003) Result is: yes --More--(byte 4019) ########################################## --More--(byte 4062)  --More--(byte 4063) ============ Checking for GCC & CPU optimization abilities ============ --More--(byte 4135)  --More--(byte 4136) int main(void) { return 0; } --More--(byte 4165)  --More--(byte 4166) cc /tmp/mplayer-configure--1860/tmp.c -I. -I/usr/local/include -L/usr/local/ --More--(byte 4246) lib -o /tmp/mplayer-configure--1860/tmp -march=native --More--(byte 4302)  --More--(byte 4303)  --More--(byte 4304) Result is: native --More--(byte 4323) ########################################## --More--(byte 4366)  --More--(byte 4367) ============ Checking for byte order ============ --More--(byte 4417)  --More--(byte 4418) short ascii_name[] = { (('M'<<8)|'P'),(('l'<<8)|'a'),(('y'<<8)|'e'),(('r'<<8)|'B --More--(byte 4498) '), --More--(byte 4502)  (('i'<<8)|'g'),(('E'<<8)|'n'),(('d'<<8)|'i'),(('a'<<8)|'n --More--(byte 4582) '),0}; --More--(byte 4589) int main(void) { return (int)ascii_name; } --More--(byte 4632)  --More--(byte 4633) cc /tmp/mplayer-configure--1860/tmp.c -I. -I/usr/local/include -L/usr/local/ --More--(byte 4713) lib -o /tmp/mplayer-configure--1860/tmp --More--(byte 4756) /tmp/mplayer-configure--1860/tmp.c: In function 'main': --More--(byte 4812) /tmp/mplayer-configure--1860/tmp.c:3: warning: cast from pointer to integer of d --More--(byte 4892) ifferent size --More--(byte 4906)  --More--(byte 4907)  --More--(byte 4908) Result is: little-endian --More--(byte 4934) ########################################## --More--(byte 4977)  --More--(byte 4978) ============ Checking for extern symbol prefix ============ --More--(byte 5038)  --More--(byte 5039) int ff_extern; --More--(byte 5054)  --More--(byte 5055) cc /tmp/mplayer-configure--1860/tmp.c -I. -I/usr/local/include -L/usr/local/ --More--(byte 5135) lib -o /tmp/mplayer-configure--1860/tmp -c --More--(byte 5180)  --More--(byte 5181)  --More--(byte 5182) Result is: --More--(byte 5195) ########################################## --More--(byte 5238)  --More--(byte 5239) ============ Checking for assembler support of -pipe option ============ --More--(byte 5312)  --More--(byte 5313) int main(void) { return 0; } --More--(byte 5342)  --More--(byte 5343) cc /tmp/mplayer-configure--1860/tmp.c -I. -I/usr/local/include -L/usr/local/ --More--(byte 5423) lib -o /tmp/mplayer-configure--1860/tmp -pipe -I. --More--(byte 5475)  --More--(byte 5476)  --More--(byte 5477) Result is: yes --More--(byte 5493) ########################################## --More--(byte 5536)  --More--(byte 5537) ============ Checking for compiler support of named assembler arguments ======== --More--(byte 5617) ==== --More--(byte 5622) Result is: yes --More--(byte 5638) ########################################## --More--(byte 5681)  --More--(byte 5682)  --More--(byte 5683) int main(void) { return 0; } --More--(byte 5712)  --More--(byte 5713) cc /tmp/mplayer-configure--1860/tmp.c -Wall -Wno-switch -Wpointer-arith -Wredund --More--(byte 5793) ant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-pointer --More--(byte 5873)  -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-conf --More--(byte 5953) igure--1860/tmp -std=gnu99 --More--(byte 5980)  --More--(byte 5981)  --More--(byte 5982)  --More--(byte 5983) int main(void) { return 0; } --More--(byte 6012)  --More--(byte 6013) cc /tmp/mplayer-configure--1860/tmp.c -std=gnu99 -Wall -Wno-switch -Wpointer-ari --More--(byte 6093) th -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-fr --More--(byte 6173) ame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/m --More--(byte 6253) player-configure--1860/tmp -Wdeclaration-after-statement --More--(byte 6310)  --More--(byte 6311)  --More--(byte 6312)  --More--(byte 6313) int main(void) { return 0; } --More--(byte 6342)  --More--(byte 6343) cc /tmp/mplayer-configure--1860/tmp.c -Wdeclaration-after-statement -std=gnu99 - --More--(byte 6423) Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=nati --More--(byte 6503) ve -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/loc --More--(byte 6583) al/lib -ffast-math -o /tmp/mplayer-configure--1860/tmp -Wno-pointer-sign --More--(byte 6658)  --More--(byte 6659)  --More--(byte 6660)  --More--(byte 6661) int main(void) { return 0; } --More--(byte 6690)  --More--(byte 6691) cc /tmp/mplayer-configure--1860/tmp.c -Wno-pointer-sign -Wdeclaration-after-stat --More--(byte 6771) ement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march= --More--(byte 6851) native -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/in --More--(byte 6931) clude -L/usr/local/lib -ffast-math -o /tmp/mplayer-configure--1860/tmp -Wdis --More--(byte 7011) abled-optimization --More--(byte 7030)  --More--(byte 7031)  --More--(byte 7032)  --More--(byte 7033) int main(void) { return 0; } --More--(byte 7062)  --More--(byte 7063) cc /tmp/mplayer-configure--1860/tmp.c -Wdisabled-optimization -Wno-pointer-sign --More--(byte 7143) -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wred --More--(byte 7223) undant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-frame-poin --More--(byte 7303) ter -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/mplayer-c --More--(byte 7383) onfigure--1860/tmp -Wundef --More--(byte 7410)  --More--(byte 7411)  --More--(byte 7412)  --More--(byte 7413) int main(void) { return 0; } --More--(byte 7442)  --More--(byte 7443) cc /tmp/mplayer-configure--1860/tmp.c -Wundef -Wdisabled-optimization -Wno-point --More--(byte 7523) er-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno-switch -Wpointer-ari --More--(byte 7603) th -Wredundant-decls -O4 -march=native -mtune=native -pipe -ffast-math -fomit-fr --More--(byte 7683) ame-pointer -I. -I/usr/local/include -L/usr/local/lib -ffast-math -o /tmp/m --More--(byte 7763) player-configure--1860/tmp -Wmissing-prototypes --More--(byte 7811)  --More--(byte 7812)  --More--(byte 7813)  --More--(byte 7814) int main(void) { return 0; } --More--(byte 7843)  --More--(byte 7844) cc /tmp/mplayer-configure--1860/tmp.c -Wmissing-prototypes -Wundef -Wdisabled-op --More--(byte 7924) timization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Wall -Wno --More--(byte 8004) -switch -Wpointer-arith -Wredundant-decls -O4 -march=native -mtune=native -pipe --More--(byte 8084) -ffast-math -fomit-frame-pointer -I. -I/usr/local/include -L/usr/local/lib -f --More--(byte 8164) fast-math -o /tmp/mplayer-configure--1860/tmp -Wstrict-prototypes --More--(byte 8232)  --More--(byte 8233)  --More--(byte 8234)  --More--(byte 8235) int main(void) { return 0; } --More--(byte 8264)  --More--(byte 8265) cc /tmp/mplayer-configure--1860/tmp.c -Wstrict-prototypes -Wmissing-prototypes - --More--(byte 8345) Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement - --More--(byte 8425) std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native --More--(byte 8505) -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include --More--(byte 8585)  -L/usr/local/lib -ffast-math -o /tmp/mplayer-configure--1860/tmp -mno-omit-le --More--(byte 8665) af-frame-pointer --More--(byte 8682)  --More--(byte 8683)  --More--(byte 8684)  --More--(byte 8685) int main(void) { return 0; } --More--(byte 8714)  --More--(byte 8715) cc /tmp/mplayer-configure--1860/tmp.c -Wstrict-prototypes -Wmissing-prototypes - --More--(byte 8795) Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement - --More--(byte 8875) std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native --More--(byte 8955) -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include --More--(byte 9035)  -L/usr/local/lib -ffast-math -o /tmp/mplayer-configure--1860/tmp -MMD -MF /tm --More--(byte 9115) p/mplayer-configure--1860/test.d -MT test.o --More--(byte 9159)  --More--(byte 9160)  --More--(byte 9161) ============ Checking for .align is a power of two ============ --More--(byte 9225)  --More--(byte 9226) int main(void) { __asm__ (".align 3"); return 0; } --More--(byte 9277)  --More--(byte 9278) cc /tmp/mplayer-configure--1860/tmp.c -Wstrict-prototypes -Wmissing-prototypes - --More--(byte 9358) Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement - --More--(byte 9438) std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native --More--(byte 9518) -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include --More--(byte 9598)  -L/usr/local/lib -ffast-math -o /tmp/mplayer-configure--1860/tmp --More--(byte 9667) {standard input}: Assembler messages: --More--(byte 9705) {standard input}:9: Error: alignment not a power of 2 --More--(byte 9759)  --More--(byte 9760)  --More--(byte 9761) Result is: no --More--(byte 9776) ########################################## --More--(byte 9819)  --More--(byte 9820) ============ Checking for PIC ============ --More--(byte 9863)  --More--(byte 9864) int main(void) { --More--(byte 9881) #if !(defined(__PIC__) || defined(__pic__) || defined(PIC)) --More--(byte 9941) #error PIC not enabled --More--(byte 9964) #endif --More--(byte 9971)  return 0; --More--(byte 9985) } --More--(byte 9987)  --More--(byte 9988) cc /tmp/mplayer-configure--1860/tmp.c -Wstrict-prototypes -Wmissing-prototypes - --More--(byte 10068) Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement - --More--(byte 10148) std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native --More--(byte 10228) -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include --More--(byte 10308)  -L/usr/local/lib -ffast-math -o /tmp/mplayer-configure--1860/tmp --More--(byte 10377) /tmp/mplayer-configure--1860/tmp.c:3:2: error: #error PIC not enabled --More--(byte 10447)  --More--(byte 10448)  --More--(byte 10449) Result is: no --More--(byte 10464) ########################################## --More--(byte 10507)  --More--(byte 10508) ============ Checking for 10 assembler operands ============ --More--(byte 10569)  --More--(byte 10570) int main(void) { --More--(byte 10587)  int x=0; --More--(byte 10600)  __asm__ volatile( --More--(byte 10622)  "" --More--(byte 10633)  :"+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x), "+&rm"(x) --More--(byte 10707)  ); --More--(byte 10714)  return 0; --More--(byte 10728) } --More--(byte 10730)  --More--(byte 10731) cc /tmp/mplayer-configure--1860/tmp.c -Wstrict-prototypes -Wmissing-prototypes - --More--(byte 10811) Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement - --More--(byte 10891) std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native --More--(byte 10971) -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include --More--(byte 11051)  -L/usr/local/lib -ffast-math -o /tmp/mplayer-configure--1860/tmp --More--(byte 11120)  --More--(byte 11121)  --More--(byte 11122) Result is: yes --More--(byte 11138) ########################################## --More--(byte 11181)  --More--(byte 11182) ============ Checking for ebx availability ============ --More--(byte 11238)  --More--(byte 11239) int main(void) { --More--(byte 11256)  int x; --More--(byte 11267)  __asm__ volatile( --More--(byte 11289)  "xor %0, %0" --More--(byte 11310)  :"=b"(x) --More--(byte 11327)  // just adding ebx to clobber list seems unreliable with some --More--(byte 11397)  // compilers, e.g. Haiku's gcc 2.95 --More--(byte 11441)  ); --More--(byte 11448)  // and the above check does not work for OSX 64 bit... --More--(byte 11507)  __asm__ volatile("":::"%ebx"); --More--(byte 11542)  return 0; --More--(byte 11556) } --More--(byte 11558)  --More--(byte 11559) cc /tmp/mplayer-configure--1860/tmp.c -Wstrict-prototypes -Wmissing-prototypes - --More--(byte 11639) Wundef -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement - --More--(byte 11719) std=gnu99 -Wall -Wno-switch -Wpointer-arith -Wredundant-decls -O4 -march=native --More--(byte 11799) -mtune=native -pipe -ffast-math -fomit-frame-pointer -I. -I/usr/local/include --More--(byte 11879)  -L/usr/local/lib -ffast-math -o /tmp/mplayer-configure--1860/tmp --More--(byte 11948)  --More--(byte 11949)  --More--(byte 11950) Result is: yes --More--(byte 11966) ########################################## --More--(byte 12009)  --More--(byte 12010) ============ Checking for yasm ============ --More--(byte 12054)  --More--(byte 12055) pabsw xmm0, xmm0 --More--(byte 12072)  --More--(byte 12073) yasm -f elf -DARCH_X86_64 -m amd64 -o /tmp/mplayer-configure--1860/tmp /tmp/mpla --More--(byte 12153) yer-configure--1860/tmp.S --More--(byte 12180)  --More--(byte 12181)  --More--(byte 12182)  [?1l>[olivares@ ~/Downloads/mplayer-checkout-2010-07-28]$ [olivares@ ~/Downloads/mplayer-checkout-2010-07-28]$ [olivares@ ~/Downloads/mplayer-checkout-2010-07-28]$ [olivares@ ~/Downloads/mplayer-checkout-2010-07-28]$ [olivares@ ~/Downloads/mplayer-checkout-2010-07-28]$ [olivares@ ~/Downloads/mplayer-checkout-2010-07-28]$ [olivares@ ~/Downloads/mplayer-checkout-2010-07-28]$ [olivares@ ~/Downloads/mplayer-checkout-2010-07-28]$ [olivares@ ~/Downloads/mplayer-checkout-2010-07-28]$ [olivares@ ~/Downloads/mplayer-checkout-2010-07-28]$ [olivares@ ~/Downloads/mplayer-checkout-2010-07-28]$ [olivares@ ~/Downloads/mplayer-checkout-2010-07-28]$ [olivares@ ~/Downloads/mplayer-checkout-2010-07-28]$ cat config.log | more./configure --ta  u yasm="" Checking for cc version ... 4.2.1 Detected operating system: FreeBSD Detected host architecture: x86_64 Checking for host cc ... cc Checking for cross compilation ... no Checking for CPU vendor ... AuthenticAMD (15:12:0) Checking for CPU type ... AMD Athlon(tm) 64 Processor 3000+ Checking for kernel support of mmx ... yes Checking for kernel support of mmxext ... yes Checking for kernel support of 3dnow ... yes Checking for kernel support of 3dnowext ... yes Checking for kernel support of sse ... yes Checking for kernel support of sse2 ... yes Checking for kernel support of cmov ... yes Checking for mtrr support ... yes Checking for GCC & CPU optimization abilities ... native Checking for byte order ... little-endian Checking for extern symbol prefix ... Checking for assembler support of -pipe option ... yes Checking for compiler support of named assembler arguments ... yes Checking for .align is a power of two ... no Checking for PIC ... no Checking for 10 assembler operands ... yes Checking for ebx availability ... yes Checking for yasm ... no Checking for bswap ... yes Checking for -lposix ... no Checking for -lm ... yes Checking for langinfo ... yes Checking for language ... messages: en - man pages: en - documentation: en Checking for enable sighandler ... yes Checking for runtime cpudetection ... no Checking for restrict keyword ... restrict Checking for __builtin_expect ... yes Checking for kstat ... no Checking for posix4 ... no Checking for exp2 ... yes Checking for exp2f ... yes Checking for llrint ... yes Checking for llrintf ... yes Checking for log2 ... no Checking for log2f ... no Checking for lrint ... yes Checking for lrintf ... yes Checking for round ... yes Checking for roundf ... yes Checking for truncf ... yes Checking for mkstemp ... yes Checking for nanosleep ... yes Checking for socklib ... yes Checking for netdb.h, struct addrinfo ... yes Checking for netdb.h, getaddrinfo() ... yes Checking for sockaddr_storage ... yes Checking for struct ipv6_mreq ... yes Checking for struct sockaddr_in6 ... yes Checking for struct sockaddr sa_len ... yes Checking for arpa/inet.h ... yes Checking for inet_pton() ... yes Checking for inet_aton() ... yes Checking for socklen_t ... yes Checking for closesocket() ... no Checking for networking ... yes Checking for inet6 ... yes Checking for gethostbyname2 ... yes Checking for inttypes.h (required) ... yes Checking for int_fastXY_t in inttypes.h ... yes Checking for malloc.h ... no Checking for memalign() ... no Checking for posix_memalign() ... yes Checking for alloca.h ... no Checking for fastmemcpy ... yes Checking for hard-coded tables ... no Checking for mman.h ... yes Checking for dynamic loader ... yes Checking for dynamic a/v plugins support ... no Checking for pthread ... yes (using -lpthread) Checking for w32threads ... no (using pthread instead) Checking for rpath ... no Checking for iconv ... yes Checking for soundcard.h ... yes (sys/soundcard.h) Checking for sys/dvdio.h ... no Checking for sys/cdio.h ... yes Checking for linux/cdrom.h ... no Checking for dvd.h ... no Checking for termcap ... yes (using -lncurses) Checking for termios ... yes (using termios.h) Checking for shm ... yes Checking for strsep() ... yes Checking for vsscanf() ... yes Checking for swab() ... yes Checking for POSIX select() ... yes Checking for audio select() ... yes Checking for gettimeofday() ... yes Checking for glob() ... yes Checking for setenv() ... yes Checking for setmode() ... no Checking for sys/sysinfo.h ... no Checking for pkg-config ... yes Checking for Samba support (libsmbclient) ... yes Checking for tdfxfb ... no Checking for s3fb ... no Checking for wii ... no Checking for tdfxvid ... no Checking for xvr100 ... no Checking for tga ... yes Checking for md5sum support ... yes Checking for yuv4mpeg support ... yes Checking for bl ... no Checking for DirectFB ... no Checking for X11 headers presence ... yes (using /usr/local/include) Checking for X11 ... yes Checking for Xss screensaver extensions ... yes Checking for DPMS ... yes (using Xdpms 4) Checking for Xv ... yes Checking for XvMC ... no Checking for VDPAU ... no Checking for Xinerama ... yes Checking for Xxf86vm ... yes Checking for XF86keysym ... yes Checking for DGA ... yes (using DGA 2.0) Checking for 3dfx ... no Checking for VIDIX ... no Checking for GGI ... no Checking for GGI extension: libggiwmh ... no Checking for AA ... yes Checking for CACA ... no Checking for SVGAlib ... no Checking for FBDev ... no Checking for DVB ... no Checking for PNG support ... yes Checking for MNG support ... yes Checking for JPEG support ... yes Checking for OpenJPEG (JPEG2000) support ... yes Checking for PNM support ... yes Checking for GIF support ... yes Checking for broken giflib workaround ... disabled Checking for VESA support ... no Checking for SDL ... yes Checking for OpenGL ... yes (backends: x11 sdl) Checking for MatrixView ... yes Checking for DXR2 ... no Checking for DXR3/H+ ... no Checking for IVTV TV-Out (pre linux-2.6.24) ... no Checking for V4L2 MPEG Decoder ... no Checking for OSS Audio ... yes Checking for aRts ... no Checking for EsounD ... no Checking for NAS ... no Checking for pulse ... gnome-config: not found no Checking for JACK ... gnome-config: not found no Checking for OpenAL ... no Checking for ALSA audio ... no (alloca missing) Checking for Sun audio ... no Checking for VCD support ... yes Checking for Blu-ray support ... no Checking for dvdread ... yes (internal) Checking for internal libdvdcss ... yes Checking for cdparanoia ... yes Checking for libcdio ... auto (using cdparanoia) Checking for bitmap font support ... yes Checking for freetype >= 2.0.9 ... yes Checking for fontconfig ... yes Checking for SSA/ASS support ... yes Checking for fribidi with charsets ... yes Checking for ENCA ... no Checking for zlib ... yes Checking for bzlib ... yes Checking for RTC ... no Checking for liblzo2 support ... no Checking for mad support ... yes Checking for Twolame ... no Checking for Toolame ... no Checking for OggVorbis support ... yes (internal Tremor) Checking for libspeex (version >= 1.1 required) ... yes Checking for libgsm ... no Checking for OggTheora support ... yes Checking for mp3lib support ... yes Checking for mpg123 support ... no Checking for liba52 support ... yes Checking for libmpeg2 support ... yes (internal) Checking for libdca support ... yes Checking for libmpcdec (musepack, version >= 1.2.1 required) ... no Checking for FAAC support ... no (in libavcodec: no) Checking for FAAD2 support ... yes (internal floating-point) Checking for LADSPA plugin support ... no Checking for libbs2b audio filter support ... gnome-config: not found no Checking for Win32 codecs ... no Checking for XAnim codecs ... yes (dynamic loader support needed) Checking for RealPlayer codecs ... yes (dynamic loader support needed) Checking for QuickTime codecs ... auto Checking for Nemesi Streaming Media libraries ... gnome-config: not found no Checking for LIVE555 Streaming Media libraries ... no Checking for RTMPDump Streaming Media library ... gnome-config: not found no Checking for FFmpeg libavutil ... yes (static) Checking for FFmpeg libavcore ... yes (static) Checking for FFmpeg libavcodec ... yes (static) Checking for FFmpeg libavformat ... yes (static) Checking for FFmpeg libpostproc ... yes (static) Checking for FFmpeg libswscale ... yes (static) Checking for /dev/mga_vid ... no Checking for xmga ... no Checking for libopencore_amr narrowband ... no Checking for libopencore_amr wideband ... no Checking for libdv-0.9.5+ ... no Checking for Xvid ... yes Checking for Xvid two pass plugin ... yes Checking for x264 ... no (in libavcodec: no) Checking for libdirac ... gnome-config: not found no Checking for libschroedinger ... yes Checking for libvpx ... no Checking for libnut ... no Checking for zr ... no Checking for libmp3lame ... no (in libavcodec: no) Checking for mencoder ... yes Checking for UnRAR executable ... yes Checking for TV interface ... yes Checking for *BSD BT848 bt8xx header ... yes (using dev/bktr/ioctl_bt848.h) Checking for *BSD ioctl_meteor.h ... yes (using dev/bktr/ioctl_meteor.h) Checking for *BSD BrookTree 848 TV interface ... yes Checking for DirectShow TV interface ... no Checking for Video 4 Linux TV interface ... no Checking for Video 4 Linux 2 TV interface ... no Checking for Radio interface ... no Checking for Capture for Radio interface ... no Checking for Video 4 Linux 2 Radio interface ... no Checking for Video 4 Linux Radio interface ... no Checking for Video 4 Linux 2 MPEG PVR interface ... no Checking for ftp ... yes Checking for vstream client ... no Checking for OSD menu ... no Checking for Subtitles sorting ... yes Checking for XMMS inputplugin support ... no Checking for GUI ... no Checking for automatic gdb attach ... no Checking for compiler support for noexecstack ... yes Checking for linker support for --nxcompat --no-seh --dynamicbase ... no Checking for joystick ... no Checking for lirc ... no Checking for lircc ... no Checking for DVD support (libdvdnav) ... yes (internal) Creating config.mak Creating config.h Config files successfully generated by ./configure --yasm= ! Install prefix: /usr/local Data directory: /usr/local/share/mplayer Config direct.: /usr/local/etc/mplayer Byte order: little-endian Optimizing for: native Languages: Messages/GUI: en Manual pages: en Documentation: en Enabled optional drivers: Input: dvdnav(internal) ftp tv-bsdbt848 tv cddb cdda libdvdcss(internal) dvdread(internal) vcd smb networking Codecs: libschroedinger xvid libavcodec(internal) real xanim faad2(internal) libdca libmpeg2(internal) liba52 mp3lib(internal) libtheora speex tremor(internal) libmad gif OpenJPEG Audio output: oss sdl mpegpes(file) Video output: matrixview opengl sdl gif89a pnm jpeg mpegpes(file) aa dga xv x11 xover yuv4mpeg md5sum tga Disabled optional drivers: Input: vstream pvr radio tv-v4l2 tv-v4l1 tv-dshow librtmp live555 nemesi bluray dvb Codecs: libvpx libdirac x264 libdv libopencore_amrwb libopencore_amrnb qtx win32 faac musepack mpg123 libgsm toolame twolame liblzo Audio output: sun alsa openal jack pulse nas esd arts v4l2 ivtv dxr2 Video output: zr zr2 xmga mga v4l2 ivtv dxr3 dxr2 vesa fbdev svga caca ggi xvidix winvidix cvidix 3dfx vdpau xvmc dfbmga directfb bl xvr100 tdfx_vid wii s3fb tdfxfb 'config.h' and 'config.mak' contain your configuration options. Note: If you alter theses files (for instance CFLAGS) MPlayer may no longer compile *** DO NOT REPORT BUGS if you tweak these files *** 'make' will now compile MPlayer and 'make install' will install it. Note: On non-Linux systems you might need to use 'gmake' instead of 'make'. Please check mtrr settings at /proc/mtrr (see DOCS/HTML//video.html#mtrr) NOTE: Win32 codec DLLs are not supported on your CPU (x86_64) or your operating system (FreeBSD). You may encounter a few files that cannot be played due to missing open source video/audio codec support. Check config.log if you wonder why an autodetection failed (make sure development headers/packages are installed). NOTE: The --enable-* parameters unconditionally force options on, completely skipping autodetection. This behavior is unlike what you may be used to from autoconf-based configure scripts that can decide to override you. This greater level of control comes at a price. You may have to provide the correct compiler and linker flags yourself. If you used one of these options (except --enable-menu and similar ones that turn on internal features) and experience a compilation or linking failure, make sure you have passed the necessary compiler/linker flags to configure. If you suspect a bug, please read DOCS/HTML//bugreports.html. [olivares@ ~/Downloads/mplayer-checkout-2010-07-28]$ make "config.mak", line 4: Need an operator "Makefile", line 832: warning: duplicate script for target "%.o" ignored "Makefile", line 835: warning: duplicate script for target "%.o" ignored "Makefile", line 838: warning: duplicate script for target "%.o" ignored Error expanding embedded variable. [olivares@ ~/Downloads/mplayer-checkout-2010-07-28]$ gmake bash: gmake: command not found [olivares@ ~/Downloads/mplayer-checkout-2010-07-28]$