[mythtv-commits] mythtv branch master updated by peper03. v0.28-pre-2928-g99c61cc

Git Repo Owner noreply at mythtv.org
Sat Jun 13 15:12:44 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user peper03.
       via  99c61cc14700608a33f130c393cde4fbc04e1eaa (commit)
      from  640fa06211d8b230c95e1c93e69fbe2d56aaddad (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 99c61cc14700608a33f130c393cde4fbc04e1eaa
Author:    Richard Hulme <peper03 at mythtv.org> at Sat, 13 Jun 2015 16:51:40 +0200
Committer: Richard Hulme <peper03 at mythtv.org> at Sat, 13 Jun 2015 16:51:40 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=99c61cc14700608a33f130c393cde4fbc04e1eaa

Move Bluray storage group handling out of libbluray and into our code.



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

Summary of changes:
 .../libmythbluray/file/dir_mythiowrapper.c         |   57 -------
 mythtv/external/libmythbluray/file/dir_posix.c     |    4 -
 .../libmythbluray/file/file_mythiowrapper.c        |   78 ----------
 .../libmythbluray/file/file_mythiowrapper.h        |   10 --
 mythtv/external/libmythbluray/file/file_posix.c    |    4 -
 mythtv/external/libmythbluray/libmythbluray.pro    |    4 +-
 mythtv/libs/libmythtv/Bluray/bdiowrapper.cpp       |  158 ++++++++++++++++++++
 mythtv/libs/libmythtv/Bluray/bdiowrapper.h         |    6 +
 mythtv/libs/libmythtv/Bluray/bdringbuffer.cpp      |    4 +
 mythtv/libs/libmythtv/libmythtv.pro                |    4 +-
 10 files changed, 172 insertions(+), 157 deletions(-)
 delete mode 100644 mythtv/external/libmythbluray/file/dir_mythiowrapper.c
 delete mode 100644 mythtv/external/libmythbluray/file/file_mythiowrapper.c
 delete mode 100644 mythtv/external/libmythbluray/file/file_mythiowrapper.h
 create mode 100644 mythtv/libs/libmythtv/Bluray/bdiowrapper.cpp
 create mode 100644 mythtv/libs/libmythtv/Bluray/bdiowrapper.h

-- 



More information about the mythtv-commits mailing list