motion icon indicating copy to clipboard operation
motion copied to clipboard

Compilation fails on ARM

Open zdzichu opened this issue 12 years ago • 1 comments

In the case of SSE not available, which happens on ARM, ffmpeg.c emits x86 assembly, which fails on ARM...

Patch: https://gist.github.com/4201443

zdzichu avatar Dec 04 '12 07:12 zdzichu

Solved "bad instruction 'emms' " error when compiling for Arm with motion-trunk revision 557. Thanks.

takumiyew avatar Jan 25 '13 16:01 takumiyew