[FFmpeg-cvslog] r16095 - trunk/configure

Reimar Döffinger Reimar.Doeffinger
Sat Dec 13 12:54:36 CET 2008


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)?




More information about the ffmpeg-cvslog mailing list