GNOME Bugzilla – Bug 727697
gst-libav fails to build on iOS
Last modified: 2015-04-13 06:57:09 UTC
cerbero git master: [...] libavcodec/arm/vc1dsp_neon.S:751:10: error: unexpected token in argument list ra .dn d28.i8 ^ libavcodec/arm/vc1dsp_neon.S:752:10: error: unexpected token in argument list rb .dn d29.i8 ^ libavcodec/arm/vc1dsp_neon.S:753:10: error: unexpected token in argument list rc .dn d30.i8 ^ libavcodec/arm/vc1dsp_neon.S:754:10: error: unexpected token in argument list rd .dn d31.i8 ^ libavcodec/arm/vc1dsp_neon.S:757:14: error: invalid operand for instruction vmov ra, #4 ^ libavcodec/arm/vc1dsp_neon.S:758:14: error: invalid operand for instruction vmov rb, #53 ^ libavcodec/arm/vc1dsp_neon.S:759:14: error: invalid operand for instruction vmov rc, #18 ^ libavcodec/arm/vc1dsp_neon.S:760:14: error: invalid operand for instruction vmov rd, #3 ^ libavcodec/arm/vc1dsp_neon.S:864:10: error: unexpected token in argument list ra .dn d28.i16 ^ libavcodec/arm/vc1dsp_neon.S:865:10: error: unexpected token in argument list rb .dn d29.i16 ^ libavcodec/arm/vc1dsp_neon.S:866:10: error: unexpected token in argument list rc .dn d30.i16 ^ libavcodec/arm/vc1dsp_neon.S:867:10: error: unexpected token in argument list rd .dn d31.i16 ^ libavcodec/arm/vc1dsp_neon.S:870:14: error: invalid operand for instruction vmov ra, #4 ^ libavcodec/arm/vc1dsp_neon.S:871:14: error: invalid operand for instruction vmov rb, #53 ^ libavcodec/arm/vc1dsp_neon.S:872:14: error: invalid operand for instruction vmov rc, #18 ^ libavcodec/arm/vc1dsp_neon.S:873:14: error: invalid operand for instruction vmov rd, #3 ^ libavcodec/arm/vc1dsp_neon.S:940:10: error: unexpected token in argument list ra .dn d28.i8 ^ libavcodec/arm/vc1dsp_neon.S:941:10: error: unexpected token in argument list rb .dn d29.i8 ^ libavcodec/arm/vc1dsp_neon.S:942:10: error: unexpected token in argument list rc .dn d30.i8 ^ libavcodec/arm/vc1dsp_neon.S:943:10: error: unexpected token in argument list rd .dn d31.i8 ^ libavcodec/arm/vc1dsp_neon.S:946:14: error: invalid operand for instruction vmov rb, #9 ^ libavcodec/arm/vc1dsp_neon.S:1050:10: error: unexpected token in argument list ra .dn d28.i16 ^ libavcodec/arm/vc1dsp_neon.S:1051:10: error: unexpected token in argument list rb .dn d29.i16 ^ libavcodec/arm/vc1dsp_neon.S:1052:10: error: unexpected token in argument list rc .dn d30.i16 ^ libavcodec/arm/vc1dsp_neon.S:1053:10: error: unexpected token in argument list rd .dn d31.i16 ^ libavcodec/arm/vc1dsp_neon.S:1056:14: error: invalid operand for instruction vmov ra, #4 [...]
This is with the default iOS config/cross-ios-universal.cbc with XCode 5.0 on OSX 10.9.
<slomo> -c config/cross-ios-universal.cbc, xcode 5.0, osx 10.9
Sebastian, does this build fine for you now on master ?
Yes