[mythtv-commits] mythtv/master commit: 18fdd67ef by Jean-Yves Avenard (jyavenard)

MythTV noreply at mythtv.org
Mon Mar 5 02:04:26 UTC 2012


      Author:  Jean-Yves Avenard <jyavenard at mythtv.org>
 Change Date:  2012-03-04T17:33:41-08:00
   Push Date:  2012/03/04 18:04:07 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  18fdd67ef71b7a50f8bbfcebe04a38a9140350af
   Changeset:  https://github.com/MythTV/mythtv/commit/18fdd67ef

Log:

Look in more than one location for libdvdcss on mac.

We look into:
Contents/Frameworks
Contents/PlugIns <- proper spelling
Contents/Plugins <- spelling used in old packager

libdvdcss used to be store in the Plugins directory, and was loaded by mythtv while searching for myth plugins, generating warnings about invalid plugin.
The library should be in Frameworks instead, but we don't want to break the old behaviour
Add both PlugIns and Plugins, so the bundle can work on case sensitive file systems

Modified:

   mythtv/libs/libmythdvdnav/dvdread/dvd_input.c



More information about the mythtv-commits mailing list