[mythtv-commits] Ticket #13049: error: redefinition of 'double bswap_dbl(double)' on ppc64

MythTV noreply at mythtv.org
Mon Jun 5 08:49:57 UTC 2017


#13049: error: redefinition of 'double bswap_dbl(double)' on ppc64
----------------------------------+-------------------------
 Reporter:  hobbes1069@…          |          Owner:  stuarta
     Type:  Bug Report - General  |         Status:  closed
 Priority:  minor                 |      Milestone:  0.28.2
Component:  MythTV - General      |        Version:  0.28.1
 Severity:  medium                |     Resolution:  fixed
 Keywords:                        |  Ticket locked:  0
----------------------------------+-------------------------
Changes (by Stuart Auchterlonie <stuarta@…>):

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


Comment:

 In [changeset:"517216c725bedcff47db908e161abae1dd18e7a3/mythtv"]:
 {{{
 #!CommitTicketReference repository="mythtv"
 revision="517216c725bedcff47db908e161abae1dd18e7a3"
 Remove a custom FFmpeg patch for bswap_dbl

 We have been carrying a custom patch for FFmpeg which
 adds bswap_dbl to the ffmpeg codebase, yet it's not
 used within ffmpeg, and we also have the same definition
 in libs/libmythbase/bswap.h:29

 This was causing duplicate function definition errors
 building on some platforms.

 Rather than carrying an unneeded ffmpeg customization
 around lets just remove that customization.

 Fixes #13049
 Refs #12634 <- no longer requires `avoid_bswap_conflict.patch`
 }}}

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13049#comment:11>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list