[mythtv-commits] mythtv branch master updated by stuarta. v29-pre-420-g517216c

Git Repo Owner noreply at mythtv.org
Mon Jun 5 08:49:53 UTC 2017


The branch, master has been updated on the
mythtv repository by gitolite user stuarta.
       via  517216c725bedcff47db908e161abae1dd18e7a3 (commit)
      from  fe0928403e5b544894d22ab614ed69e4430f518d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 517216c725bedcff47db908e161abae1dd18e7a3
Author:    Stuart Auchterlonie <stuarta at mythtv.org> at Mon, 5 Jun 2017 09:45:34 +0100
Committer: Stuart Auchterlonie <stuarta at mythtv.org> at Mon, 5 Jun 2017 09:45:34 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=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`



-----------------------------------------------------------------------

Summary of changes:
 mythtv/external/FFmpeg/libavutil/bswap.h |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

-- 



More information about the mythtv-commits mailing list