[mythtv-commits] Ticket #10915: Compile of abs(long long) fails on ARM processor
MythTV
noreply at mythtv.org
Sun Jul 15 16:43:30 UTC 2012
#10915: Compile of abs(long long) fails on ARM processor
-------------------------+----------------------------------------
Reporter: parrisimo@… | Type: Patch - Bug Fix
Status: new | Priority: minor
Milestone: 0.26 | Component: MythTV - Mythtranscode
Version: Master Head | Severity: medium
Keywords: | Ticket locked: 0
-------------------------+----------------------------------------
Error:
transcode.cpp:541: error: call of overloaded 'abs(long long int)' is
ambiguous
Fix:
Changing abs to llabs allows the compile to be successful.
Info:
Another user reported a similar problem on
[http://code.mythtv.org/trac/ticket/1885 Ticket 1885], but
[https://github.com/MythTV/mythtv/commit/cb6dbde9439bbe675400080d657819c355f07872
fixed problem] by adding special function MyAbs. I don't know which
solution is preferred by the developers.
--
Ticket URL: <http://code.mythtv.org/trac/ticket/10915>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
More information about the mythtv-commits
mailing list