On Jan 11 13:49:17, [email protected] wrote: > On 2014/01/10 19:13, Brad Smith wrote: > > Here is a diff to have MPlayer build using Clang to take advantage > > of the integrated assembler to be able to build the SSSE3 / SSE4 > > support. > > > > Note: has not been checked on i386, please someone try building this > > and see if it does. *crosses fingers* > > It builds on i386 with the following diff > (which hacks out the configure test),
This builds and install fine, but breaks the configure script a bit (if it wasn't there before): ===> Configuring for mplayer-20140106p0 Checking for cc version ... clang 4.2.1 (experimental support only) Checking for working compiler ... yes Detected operating system: OpenBSD Detected host architecture: i386 Checking for cross compilation ... no Checking for host cc ... cc Checking for GCC & CPU optimization abilities ... i386 Checking for byte order ... little-endian Checking for extern symbol prefix ... Checking for assembler support of -pipe option ... yes Checking for relocatable binary ... no ./configure[2872]: 0: not found ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (continues and finishes all right): Checking for PIC ... yes Checking for .align is a power of two ... no Checking for ebx availability ... yes Checking for yasm ... yasm Checking for bswap ... yes [...] Install prefix: /usr/local Data directory: /usr/local/share/mplayer Config direct.: /etc/mplayer Byte order: little-endian Optimizing for: Runtime CPU-Detection enabled [...] ===> Building for mplayer-20140106p0 [...]
