[FFmpeg-cvslog] r16095 - trunk/configure

Måns Rullgård mans
Sat Dec 13 15:25:43 CET 2008


Reimar D?ffinger <Reimar.Doeffinger at stud.uni-karlsruhe.de> writes:

> On Sat, Dec 13, 2008 at 12:35:59PM +0100, diego wrote:
>> Author: diego
>> Date: Sat Dec 13 12:35:59 2008
>> New Revision: 16095
>> 
>> Log:
>> Add mips64 to the architecture list.
>> Taken from the OpenBSD ports tree.
>> 
>> 
>> Modified:
>>    trunk/configure
>> 
>> Modified: trunk/configure
>> ==============================================================================
>> --- trunk/configure	(original)
>> +++ trunk/configure	Sat Dec 13 12:35:59 2008
>> @@ -1322,7 +1322,7 @@ EOF
>>          enable fast_64bit
>>          enable fast_unaligned
>>      ;;
>> -    mips|mipsel|IP*)
>> +    mips|mipsel|mips64|IP*)
>>          arch="mips"
>
> Are you sure this is right? At least it seems like a bad idea to me to
> treat mips and mips64 the same (not sure how much they actually differ
> though)?

MIPS64 should at least enable fast_64bit.  At application level, the
only difference between mips32 and mips64 is wider registers and the
usual C type size changes.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-cvslog mailing list