[mythtv-commits] Ticket #10915: Compile of abs(long long) fails on ARM processor

MythTV noreply at mythtv.org
Tue Jul 17 03:07:59 UTC 2012


#10915: Compile of abs(long long) fails on ARM processor
------------------------------------+-----------------------------
 Reporter:  parrisimo@…             |          Owner:  beirdo
     Type:  Patch - Feature         |         Status:  closed
 Priority:  minor                   |      Milestone:  unknown
Component:  MythTV - Mythtranscode  |        Version:  Master Head
 Severity:  medium                  |     Resolution:  fixed
 Keywords:                          |  Ticket locked:  0
------------------------------------+-----------------------------
Changes (by Gavin Hurlbut <ghurlbut@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:13163358dd54687628233ce4285f09435c0066c2/mythtv]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="13163358dd54687628233ce4285f09435c0066c2"
 Remove the use of abs(long long) as it freaks out ARM compilers

 Rather than using qAbs or llabs, it's simple enough in the specific
 situations
 to just avoid using abs() altogether.

 Fixes #10915
 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10915#comment:5>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list