Opened 14 years ago
Closed 14 years ago
#116 closed defect (fixed)
pygst is broken on PowerPC (used to crash the application)
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | OSX Build | Keywords: | |
Cc: |
Description
It crashes on copy_u8_altivec2
in liboil
.
This is a known issue:
However, applying the patches in the debian bug entry did NOT resolve the issue and the application still crashes at the exact same point which is rather odd.
Until this is resolved, something must be added to prevent us from trying to load pygst on PowerPC macs. (this was done by hand to make the 0.11.0 ppc build)
Change History (3)
comment:1 Changed 14 years ago by
Milestone: | 0.11 → 1.0 |
---|---|
Owner: | changed from Antoine Martin to Antoine Martin |
Status: | new → accepted |
Summary: | pygst is broken on PowerPC and crashes the application → pygst is broken on PowerPC (used to crash the application) |
comment:2 Changed 14 years ago by
Component: | Global → OSX Build |
---|
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Now works fine, latest OSX/PowerPC build includes working gst bindings! (reverted workaround in r3616)
Note: See
TracTickets for help on using
tickets.
Completely disabled sound support on "powerpc" arch in r3289 (doh: r3300 does it properly)