>On Fri, 16 Mar 2012 12:54:17 +0000 >Andrew Benton <[email protected]> wrote: > > On Thu, 15 Mar 2012 23:54:31 +0000 > Ragnar Thomsen <[email protected]> wrote: > > > Testing and feedback would be appreciated... > > The page doesn't mention Yasm, my build log shows it using Yasm a lot. > I don't know if It's required, but I think it should be recommended, > like on the ffmpeg page. > > Andy
Yasm is (sort of) required (or at least was in previous versions) for a build. $./configure --prefix=/usr --disable-static --confdir=/etc/mplayer \ --disable-ivtv --disable-dvdread --disable-dvdread-internal \ Checking for cc version ... 4.4.3 Checking for working compiler ... yes Detected operating system: Linux Detected host architecture: x86_64 Checking for cross compilation ... no Checking for host cc ... cc Checking for CPU vendor ... AuthenticAMD (15:95:2) Checking for CPU type ... AMD Sempron(tm) Processor 3200+ 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 PIC ... no Checking for .align is a power of two ... no Checking for ebx availability ... yes Checking for yasm ... Error: yasm not found, use --yasm='' if you really want to compile without Check "config.log" if you do not understand why it failed. One can use the above mentioned --yasm='' flag to force a build without Yasm. MPlayer works fine that way. -- Fourth law of programming: Anything that can go wrong wi sendmail: segmentation violation - core dumped -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
