[mythtv-commits] mythtv branch master updated by jyavenard. v0.26-pre-634-g8f998ab

Git Repo Owner noreply at mythtv.org
Sat Jun 16 03:11:00 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  8f998ab17edb602b3bc8e38132074ce69eb4733c (commit)
       via  12a3eac312d06257ba1dca771ee710eacda6ce1e (commit)
       via  31e5b9d22b27c02806d4390ffebc091cb0430bc0 (commit)
       via  604b4f7d717325de583d90478011414a997486e0 (commit)
       via  f60a7065587180b3ea306a0908100ec2e45d2b95 (commit)
      from  181641abbdd76e3e65f4d8bd0d9979b566a0b9f2 (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 8f998ab17edb602b3bc8e38132074ce69eb4733c
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 15 Jun 2012 13:46:22 -0700
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 15 Jun 2012 20:10:37 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8f998ab17edb602b3bc8e38132074ce69eb4733c

Fix compilation of greedy deinterlacer when using clang...
Unfortunately, it still doesn't compile on 32 bits platform, the bug has been reported to the llvm team.



commit 12a3eac312d06257ba1dca771ee710eacda6ce1e
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 14 Jun 2012 12:29:01 -0700
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 15 Jun 2012 20:10:37 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=12a3eac312d06257ba1dca771ee710eacda6ce1e

Fix compilation with clang/clang++ - configure: we can't use CFLAGS for compiling C++ code, especially as CFLAGS would include -std=c99 which makes no sense for C++ - util-osx-cocoa.mm was compiled as a C++ file, not an objective-C++ file, gcc was forgiving about the error, clang++ isn't



commit 31e5b9d22b27c02806d4390ffebc091cb0430bc0
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 14 Jun 2012 12:16:38 -0700
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 15 Jun 2012 20:10:37 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=31e5b9d22b27c02806d4390ffebc091cb0430bc0

Fix compilation against SDK 10.7 when using Xcode 4.4



commit 604b4f7d717325de583d90478011414a997486e0
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 14 Jun 2012 04:58:53 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 15 Jun 2012 20:10:36 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=604b4f7d717325de583d90478011414a997486e0

Fix AirPlay compilation if RAOP isn't compiled in.



commit f60a7065587180b3ea306a0908100ec2e45d2b95
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Thu, 7 Jun 2012 11:00:15 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 15 Jun 2012 20:10:36 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f60a7065587180b3ea306a0908100ec2e45d2b95

Video decoders are enabled by default, so we should document only how to disable them, not how to enable them
Fixes #10813



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

Summary of changes:
 mythtv/configure                                   |   15 +++++----------
 mythtv/filters/greedyhdeint/greedyh.asm            |    8 ++++----
 mythtv/filters/greedyhdeint/greedyhdeint.pro       |    3 ---
 .../libs/libmythtv/AirPlay/mythairplayserver.cpp   |   20 ++++++++++++++++++--
 mythtv/libs/libmythtv/AirPlay/mythairplayserver.h  |    2 ++
 .../libs/libmythtv/AirPlay/mythraopconnection.cpp  |    5 +++--
 mythtv/libs/libmythtv/AirPlay/mythraopdevice.cpp   |   20 ++------------------
 mythtv/libs/libmythtv/AirPlay/mythraopdevice.h     |    2 --
 mythtv/libs/libmythui/libmythui.pro                |   16 ++++++----------
 mythtv/libs/libmythui/util-osx.h                   |    2 +-
 10 files changed, 41 insertions(+), 52 deletions(-)

-- 



More information about the mythtv-commits mailing list