daala
daala copied to clipboard
Can't compile to 32 bit with gcc.
Run configure like this CFLAGS=-m32 ./configure or this CFLAGS=-m32 ./configure --disable-tools (I have no idea what I need to install to make with tools on 32 bit)
then run make.
Errors seem to be related to simd code.
I had to run with --disable-tools --disable-player --disable-test to avoid all of the dependencies, but afer doing that everything built fine.
Can you post the errors you're getting?