I've solved my issue!
I did some digging in the buildme.sh script and found this line:
ARCH=`/usr/bin/perl -MConfig -le 'print $Config{archname}' | sed
's/gnu-//' | sed 's/^i[3456]86-/i386-/' | sed 's/armv5tejl/arm/' `
However, when I run that command on the commandline, I get
"amd64-freebsd-thread-multi" as a result. Presumably the "-thread-multi"
is there because my perl is compiled with threading enabled.
The script checks for "amd64-freebsd" when compiling ffmpeg and since
that's not exactly what my arch is, the 64-bit compile flag doesn't get
set. I changed the script to always add the 64-bit compile flag and that
solved it for me.
------------------------------------------------------------------------
fydo's Profile: http://forums.slimdevices.com/member.php?userid=61480
View this thread: http://forums.slimdevices.com/showthread.php?t=102858
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix