Opened 17 years ago

Closed 17 years ago

#3020 closed defect (fixed)

Changeset 12645 breaks PowerPC Linux Altivec Detection

Reported by: mythtv@… Owned by: Isaac Richards
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

If -maltivec is not passed into the C compiler a "#include <altivec.h>" will always fail. The fix is to add $ARCHFLAGS to the check_header altivec.h line in configure. Patch attached.

Attachments (1)

configure.patch (331 bytes) - added by mythtv@… 17 years ago.
Patch to fix Altivec detection

Download all attachments as: .zip

Change History (3)

Changed 17 years ago by mythtv@…

Attachment: configure.patch added

Patch to fix Altivec detection

comment:1 Changed 17 years ago by mythtv@…

Version: 0.20head

comment:2 Changed 17 years ago by Janne Grunau

Resolution: fixed
Status: newclosed

(In [12674]) Fixes #3020 by applying patch from mythtv (at) taoyama.com

Note: See TracTickets for help on using tickets.