[Bug 742843] ORC compiler is disabled on the iOS devices
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Jan 15 04:56:09 PST 2015
https://bugzilla.gnome.org/show_bug.cgi?id=742843
GStreamer | orc | 1.4.5
--- Comment #11 from Denis <denis.shmyrov at gmail.com> 2015-01-15 12:56:03 UTC ---
There's also a problem with *.orc files generating asm code with labels.
Compiler spits a number of erros like:
tmp-orc.s:6058:1: error: invalid symbol redefinition
.L10:
The fix is to generate labels containing only digits. This is explained here:
http://stackoverflow.com/questions/3898435/labels-in-gcc-inline-assembly
and here
http://stackoverflow.com/questions/14506151/invalid-symbol-redefinition-in-inline-asm-on-llvm
This will require a patch in orc component.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list