After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 727697 - gst-libav fails to build on iOS
gst-libav fails to build on iOS
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: packages
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-04-06 07:19 UTC by Sebastian Dröge (slomo)
Modified: 2015-04-13 06:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2014-04-06 07:19:17 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 
[...]
Comment 1 Sebastian Dröge (slomo) 2014-04-15 12:15:34 UTC
This is with the default iOS config/cross-ios-universal.cbc with XCode 5.0 on OSX 10.9.
Comment 2 Edward Hervey 2014-04-15 12:15:34 UTC
<slomo> -c config/cross-ios-universal.cbc, xcode 5.0, osx 10.9
Comment 3 Edward Hervey 2014-05-15 06:20:41 UTC
Sebastian, does this build fine for you now on master ?
Comment 4 Sebastian Dröge (slomo) 2015-04-13 06:57:09 UTC
Yes