[mythtv-commits] mythtv branch master updated by dekarl. v29-pre-335-gcdc57f4

Git Repo Owner noreply at mythtv.org
Sat Feb 25 11:22:13 UTC 2017


The branch, master has been updated on the
mythtv repository by gitolite user dekarl.
       via  cdc57f4c504cba9e5063af24b3d38c311577b41f (commit)
      from  a8b2fe857eab31fa790f2aed070cf7ea40864465 (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 cdc57f4c504cba9e5063af24b3d38c311577b41f
Author:    Gary Buhrmaster <gary.buhrmaster at gmail.com> at Fri, 14 Dec 2012 12:05:22 -0800
Committer: Karl Dietz <dekarl at mythtv.org> at Sat, 25 Feb 2017 12:07:02 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=cdc57f4c504cba9e5063af24b3d38c311577b41f

Move libmythnvctrl to external/libXNVCtrl, and update references
Refs #11302
(cherry picked from commit ab3f8e6193af0de673434fc6ec6892ec0399e25f)



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

Summary of changes:
 mythtv/configure                                   |    5 +++++
 mythtv/external/Makefile                           |    7 +++++++
 mythtv/external/libXNVCtrl/.gitignore              |    1 +
 .../libmythnvctrl => external/libXNVCtrl}/NVCtrl.c |    0
 .../libmythnvctrl => external/libXNVCtrl}/NVCtrl.h |    0
 .../libXNVCtrl}/NVCtrlLib.h                        |    0
 .../libXNVCtrl/libXNVCtrl.pro}                     |    7 +------
 .../libXNVCtrl}/nv_control.h                       |    0
 mythtv/libs/libmythui/libmythui.pro                |    5 +++--
 mythtv/libs/libmythui/util-nvctrl.cpp              |    4 ++--
 mythtv/libs/libs.pro                               |    1 -
 11 files changed, 19 insertions(+), 11 deletions(-)
 create mode 100644 mythtv/external/libXNVCtrl/.gitignore
 rename mythtv/{libs/libmythnvctrl => external/libXNVCtrl}/NVCtrl.c (100%)
 rename mythtv/{libs/libmythnvctrl => external/libXNVCtrl}/NVCtrl.h (100%)
 rename mythtv/{libs/libmythnvctrl => external/libXNVCtrl}/NVCtrlLib.h (100%)
 rename mythtv/{libs/libmythnvctrl/libmythnvctrl.pro => external/libXNVCtrl/libXNVCtrl.pro} (66%)
 rename mythtv/{libs/libmythnvctrl => external/libXNVCtrl}/nv_control.h (100%)

-- 



More information about the mythtv-commits mailing list