Opened 13 years ago
Closed 12 years ago
#11149 closed Patch - Bug Fix (fixed)
filter-avcodec.pro contains superfluous include
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | 0.27 |
Component: | MythTV - General | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The config file filters/filter-avcodec.pro contains an invocation of include(../settings.pro), duplicating the same line in filter-common.pro . All build flags end up being duplicated because of this. For most flags that is meaningless but the stack-alignment flag is not so friendly at least on OSX.
The build dies complaining that stack-alignment may only be specified zero or one times.
The enclosed patch removes the superfluous include, fixing this problem.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | filter-avcodec.pro.patch added |
---|
comment:1 Changed 12 years ago by
Milestone: | unknown → 0.27 |
---|
comment:2 Changed 12 years ago by
Owner: | set to Brian Boonstra <mythtv@…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch to remove superfluous include