[x264-devel] Compile trouble
Peter B. West
lists at pbw.id.au
Wed Sep 19 09:11:36 CEST 2007
Gianluigi Tiesi wrote:
> On Wed, Sep 19, 2007 at 08:46:13AM +1000, Peter B. West wrote:
>> Gianluigi Tiesi wrote:
...
>>>>
>>>> I have yasm 0.4.0 installed.
>>>> That aside, I can subsequently compile.
>>> look in configure.log
>> I don't get a configure.log.
>
> the code check is:
>
> if [ $ARCH = X86 -o $ARCH = X86_64 ] ; then
> if as_check ; then
> CFLAGS="$CFLAGS -DHAVE_MMX"
> if as_check "pabsw xmm0, xmm0" ; then
> ASFLAGS="$ASFLAGS -DHAVE_SSE3"
> CFLAGS="$CFLAGS -DHAVE_SSE3"
> fi
> else
> echo "No suitable assembler found. x264 will be several times
> slower."
> echo "Please install 'yasm' to get MMX/SSE optimized code."
> AS=""
> fi
> fi
>
> so it may not support needed opcode, upgrade to latest yasm 0.6.1 or svn
>
>>>>
...
>>> gpac -> http://gpac.sourceforge.net/
>> An INSTALL file detailing requirements, as is found in many other
>> projects, would be useful.
>>
>
> You are right, but I'm not a x264 developer :D
> there should be some docs around, but a compile
> HOWTO wouldn't be so bad :D
>
> Regards
>
Thanks for the info. I have found a compiled x264 rpm for SuSE 10.3 at
one of the non-standard repos.
--
Peter B. West <http://cv.pbw.id.au/>
Folio <http://defoe.sourceforge.net/folio/>
More information about the x264-devel
mailing list