[mythtv-commits] mythtv branch master updated by beirdo. v0.26-pre-246-g6149533

Git Repo Owner noreply at mythtv.org
Wed May 9 19:29:54 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user beirdo.
       via  61495330be35d472527570dcc68617dba135e748 (commit)
      from  fb90f73c588aebd47c5ebe4c47fed5f4aa16e21b (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 61495330be35d472527570dcc68617dba135e748
Author:    Gavin Hurlbut <ghurlbut at mythtv.org> at Wed, 9 May 2012 12:28:02 -0700
Committer: Gavin Hurlbut <ghurlbut at mythtv.org> at Wed, 9 May 2012 12:28:02 -0700
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=61495330be35d472527570dcc68617dba135e748

Move bswap.h to libmythbase
The calls for bswap_* in the audio code could not use the common bswap.h file
due to it being located in libmythtv.  I moved it to libmythbase so it can
be used.

Also, you will want to do a make distclean.  ABI version bumped.



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

Summary of changes:
 mythtv/libs/libmyth/audio/audiooutpututil.cpp  |   12 +-----------
 mythtv/libs/libmyth/audio/eldutils.cpp         |   13 +------------
 mythtv/libs/{libmythtv => libmythbase}/bswap.h |    0
 mythtv/libs/libmythbase/libmythbase.pro        |    4 ++--
 mythtv/libs/libmythbase/mythversion.h          |    2 +-
 5 files changed, 5 insertions(+), 26 deletions(-)
 rename mythtv/libs/{libmythtv => libmythbase}/bswap.h (100%)

-- 



More information about the mythtv-commits mailing list