Confirmed users
20
edits
(Add x86_64-linux-gcc to the set of platforms which must be configured.) |
No edit summary |
||
Line 21: | Line 21: | ||
$ cd .. | $ cd .. | ||
</code> | </code> | ||
Currently, libvpx's configure will set the architecture flags wrong for x86-linux-gcc if run from a 64-bit machine (it mistakenly sets it as 64-bit). Either manually edit vpx_config.asm and vpx_config.h and toggle the ARCH_X86 and ARCH_X86_64 flags, or perform those steps on a 32-bit Linux machine. | |||
On the '''Mac''' machine, checkout libvpx, and create directories for the x86_64-darwin9-gcc and x86-darwin9-gcc configurations. Configure and make these configurations. Note that this must be configured with --enable-pic. | On the '''Mac''' machine, checkout libvpx, and create directories for the x86_64-darwin9-gcc and x86-darwin9-gcc configurations. Configure and make these configurations. Note that this must be configured with --enable-pic. |