[mythtv-commits] mythtv branch personal/dblain/msvc updated by dblain. v0.27-beta-53-g3ac9b4b

Git Repo Owner noreply at mythtv.org
Fri Aug 30 17:37:45 UTC 2013


The branch, personal/dblain/msvc has been updated on the
mythtv repository by gitolite user dblain.
       via  3ac9b4b7fa1d6251cac432cffe752051044382a0 (commit)
       via  4363780a441cac76c5cc40e34ac6a28252f9eb15 (commit)
      from  62638e1a028f733753128bef06481653574f5e38 (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 3ac9b4b7fa1d6251cac432cffe752051044382a0
Author:    David Blain <dblain at mythtv.org> at Fri, 30 Aug 2013 13:36:42 -0400
Committer: David Blain <dblain at mythtv.org> at Fri, 30 Aug 2013 13:36:42 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=3ac9b4b7fa1d6251cac432cffe752051044382a0

Fix crash in windows on startup
Can't call tr() during static initialiation when compiled using msvc.



commit 4363780a441cac76c5cc40e34ac6a28252f9eb15
Author:    David Blain <dblain at mythtv.org> at Fri, 30 Aug 2013 13:34:32 -0400
Committer: David Blain <dblain at mythtv.org> at Fri, 30 Aug 2013 13:34:32 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4363780a441cac76c5cc40e34ac6a28252f9eb15

Add support to build FFmpeg using msvc for Windows



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

Summary of changes:
 mythtv/configure                               |    2 +
 mythtv/configure.ps1                           |  314 ++++++++++++++++++------
 mythtv/external/FFmpeg/common.mak              |    2 +-
 mythtv/external/FFmpeg/configure               |    9 +-
 mythtv/external/FFmpeg/libavcodec/libavcodec.v |    3 +
 mythtv/external/FFmpeg/library.mak             |    4 +-
 mythtv/libs/libmythbase/libmythbase.pro        |    9 +
 mythtv/libs/libmythtv/audioplayer.cpp          |    4 +-
 mythtv/libs/libmythtv/tv_play.cpp              |    6 +-
 mythtv/version.ps1                             |   54 ++++
 10 files changed, 322 insertions(+), 85 deletions(-)
 create mode 100644 mythtv/version.ps1

-- 



More information about the mythtv-commits mailing list