
noreply at mythtv
May 22, 2012, 8:33 PM
Post #1 of 1
(49 views)
Permalink
|
|
mythtv branch master updated by jyavenard. v0.26-pre-359-g3d1260b
|
|
The branch, master has been updated on the mythtv repository by gitolite user jyavenard. via 3d1260bdb773c8eaebbedc57d56fccecc896b144 (commit) via 524396055151bd5f00a537cf104f01c79b5a76e0 (commit) from 30b7da7fda072617c844078a8c2c6b550ee65fbf (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 3d1260bdb773c8eaebbedc57d56fccecc896b144 Author: Jean-Yves Avenard <jyavenard [at] mythtv> at Wed, 23 May 2012 13:31:58 +1000 Committer: Jean-Yves Avenard <jyavenard [at] mythtv> at Wed, 23 May 2012 13:31:58 +1000 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=3d1260bdb773c8eaebbedc57d56fccecc896b144 Move myth libavformat/utils.c mods into libavformat/utils-myth.c Try to keep all our modifications localised, so the original libavformat/utils.c has the minimum amount of differences as possible. Hoping to simplify future resync commit 524396055151bd5f00a537cf104f01c79b5a76e0 Author: Jean-Yves Avenard <jyavenard [at] mythtv> at Wed, 23 May 2012 13:25:48 +1000 Committer: Jean-Yves Avenard <jyavenard [at] mythtv> at Wed, 23 May 2012 13:25:48 +1000 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=524396055151bd5f00a537cf104f01c79b5a76e0 Comment out -Werror=missing-prototypes Was re-enabled in the previous commit mainly to find out on how the code would now behave. libbluray (and probably other external dependencies) do not compile with FreeBSD's cc. ----------------------------------------------------------------------- Summary of changes: mythtv/configure | 2 +- mythtv/external/FFmpeg/libavformat/Makefile | 1 + mythtv/external/FFmpeg/libavformat/avformat.h | 16 ++- mythtv/external/FFmpeg/libavformat/utils-myth.c | 160 +++++++++++++++++++++++ mythtv/external/FFmpeg/libavformat/utils.c | 142 +-------------------- 5 files changed, 176 insertions(+), 145 deletions(-) create mode 100644 mythtv/external/FFmpeg/libavformat/utils-myth.c -- _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|