[x264-devel] maybe BUG

Sean McGovern gseanmcg at gmail.com
Wed Jun 18 17:32:10 CEST 2014


Hi zhaoxu,

When building x264 using gcc with -m32 on Solaris (or any of it's derivatives such as OpenIndiana) you will need to add -mcpu=core2 or another CPU newer than the default which is -mcpu=i386.

Unless you have a specific reason to build it 32 bit -- either your workflow requires it or your machine is not 64-bit capable -- I would strongly recommend to instead build x264 in 64-bit mode by replacing -m32 with -m64 in your compiler and linker flags -- set CFLAGS and LDFLAGS environment variables appropriately before running configure.

-- Sean McG.
-----Original Message-----
From: 赵旭 <zhao.xu at marstor.com>
Sender: "x264-devel" <x264-devel-bounces at videolan.org>Date: Tue, 17 Jun 2014 11:15:45 
To: <x264-devel at videolan.org>
Reply-To: Mailing list for x264 developers <x264-devel at videolan.org>
Subject: [x264-devel] maybe BUG

_______________________________________________
x264-devel mailing list
x264-devel at videolan.org
https://mailman.videolan.org/listinfo/x264-devel



More information about the x264-devel mailing list