Opened 17 years ago
Closed 17 years ago
#6937 closed defect (fixed)
truehd-decoder build has duplicate symbols
| Reported by: | Mark Spieth | Owned by: | Janne Grunau |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.22 |
| Component: | MythTV - General | Version: | unknown |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
when CONFIG_MLP_DECODER and CONFIG_TRUEHD_DECODER are both enabled you get duplicate symbols on link. this is use to 2 files generating the same objects.
patch attached.
Attachments (1)
Change History (3)
by , 17 years ago
| Attachment: | truehd-decoder-build.patch added |
|---|
comment:1 by , 17 years ago
| Milestone: | unknown → 0.22 |
|---|---|
| Owner: | changed from to |
| Status: | new → accepted |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

(In [21584]) use duplicate mlpdsp source for the x86 options. Fixes #6937