Opened 18 years ago
Closed 18 years ago
#3020 closed defect (fixed)
Changeset 12645 breaks PowerPC Linux Altivec Detection
Reported by: | 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)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Patch to fix Altivec detection