Opened 11 years ago

Closed 11 years ago

#11149 closed Patch - Bug Fix (fixed)

filter-avcodec.pro contains superfluous include

Reported by: mythtv@… Owned by: Brian Boonstra <mythtv@…>
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)

filter-avcodec.pro.patch (391 bytes) - added by mythtv@… 11 years ago.
Patch to remove superfluous include

Download all attachments as: .zip

Change History (3)

Changed 11 years ago by mythtv@…

Attachment: filter-avcodec.pro.patch added

Patch to remove superfluous include

comment:1 Changed 11 years ago by stuartm

Milestone: unknown0.27

comment:2 Changed 11 years ago by Brian Boonstra <mythtv@…>

Owner: set to Brian Boonstra <mythtv@…>
Resolution: fixed
Status: newclosed

In 528a60acb73dc49222ae35ba1876a5112c134ceb/mythtv:

Remove superfluous include from filter-avcodec.pro

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.

Fixes #11149

Signed-off-by: Stuart Morgan <smorgan@…>

Note: See TracTickets for help on using tickets.