[mythtv-commits] Ticket #11149: filter-avcodec.pro contains superfluous include

MythTV noreply at mythtv.org
Sat Oct 6 15:03:50 UTC 2012


#11149: filter-avcodec.pro contains superfluous include
-------------------------+----------------------------------
 Reporter:  mythtv@…     |           Type:  Patch - Bug Fix
   Status:  new          |       Priority:  minor
Milestone:  unknown      |      Component:  MythTV - General
  Version:  Master Head  |       Severity:  medium
 Keywords:               |  Ticket locked:  0
-------------------------+----------------------------------
 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.

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/11149>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list