[mythtv-commits] mythtv branch master updated by peper03. v0.28-pre-2922-g96277cc

Git Repo Owner noreply at mythtv.org
Fri Jun 12 18:50:58 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user peper03.
       via  96277ccaa12b9698d59afe995673af1b3b49be8a (commit)
      from  712893566bb644dec2ada3aac644853863ef1b4a (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 96277ccaa12b9698d59afe995673af1b3b49be8a
Author:    Richard Hulme <peper03 at mythtv.org> at Thu, 11 Jun 2015 22:56:13 +0200
Committer: Richard Hulme <peper03 at mythtv.org> at Thu, 11 Jun 2015 22:56:13 +0200
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=96277ccaa12b9698d59afe995673af1b3b49be8a

Make libudfread a separate external library to allow compile flags to be set separately for libudfread and libbluray (thereby hopefully allowing compilation of libbluray with MSVC).



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

Summary of changes:
 mythtv/configure                                   |    3 +++
 mythtv/external/Makefile                           |    5 ++++-
 mythtv/external/external.pro                       |    1 +
 mythtv/external/libmythbluray/libmythbluray.pro    |    7 +++----
 .../{libmythbluray => libudfread}/.gitignore       |    0
 .../external/libudfread/COPYING                    |    0
 .../{libmythbluray => }/libudfread/blockinput.h    |    0
 .../libudfread/default_blockinput.c                |    0
 .../libudfread/default_blockinput.h                |    0
 .../{libmythbluray => }/libudfread/ecma167.c       |    0
 .../{libmythbluray => }/libudfread/ecma167.h       |    0
 .../minilzo.pro => libudfread/libudfread.pro}      |   18 +++++++++---------
 .../libudfread/udfread-version.c                   |    0
 .../libudfread/udfread-version.h                   |    0
 .../{libmythbluray => }/libudfread/udfread.c       |    0
 .../{libmythbluray => }/libudfread/udfread.h       |    0
 .../{libmythbluray => }/libudfread/udfread.pc.in   |    0
 mythtv/libs/libmythbase/libmythbase.pro            |    6 +++---
 mythtv/libs/libmythbase/mythcdrom.cpp              |    4 ++--
 mythtv/libs/libmythtv/libmythtv.pro                |    4 ++++
 mythtv/programs/programs-libs.pro                  |    1 +
 21 files changed, 30 insertions(+), 19 deletions(-)
 copy mythtv/external/{libmythbluray => libudfread}/.gitignore (100%)
 copy platform/win32/msvc/external/taglib/COPYING.LGPL => mythtv/external/libudfread/COPYING (100%)
 rename mythtv/external/{libmythbluray => }/libudfread/blockinput.h (100%)
 rename mythtv/external/{libmythbluray => }/libudfread/default_blockinput.c (100%)
 rename mythtv/external/{libmythbluray => }/libudfread/default_blockinput.h (100%)
 rename mythtv/external/{libmythbluray => }/libudfread/ecma167.c (100%)
 rename mythtv/external/{libmythbluray => }/libudfread/ecma167.h (100%)
 copy mythtv/external/{minilzo/minilzo.pro => libudfread/libudfread.pro} (65%)
 rename mythtv/external/{libmythbluray => }/libudfread/udfread-version.c (100%)
 rename mythtv/external/{libmythbluray => }/libudfread/udfread-version.h (100%)
 rename mythtv/external/{libmythbluray => }/libudfread/udfread.c (100%)
 rename mythtv/external/{libmythbluray => }/libudfread/udfread.h (100%)
 rename mythtv/external/{libmythbluray => }/libudfread/udfread.pc.in (100%)

-- 



More information about the mythtv-commits mailing list