[mythtv-firehose] mythtv/master commit: d1a6cc889 by Jean-Yves Avenard (jyavenard)

MythTV noreply at mythtv.org
Mon Mar 5 09:39:16 UTC 2012


      Author:  Jean-Yves Avenard <jyavenard at mythtv.org>
 Change Date:  2012-03-05T01:38:14-08:00
   Push Date:  2012/03/05 01:39:02 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  d1a6cc88954fccf2324be10b80029620936ffbc4
   Changeset:  https://github.com/MythTV/mythtv/commit/d1a6cc889

Log:

Fix universal package build with new osx-builder

For darwin/OSX, ffmpeg's dynamic libs were built with an id including the full installation path. This meant that upon linking to those libs, mythfrontend would use an absolute path to the libav* ; making the universal build invalid.

Change the linker flags for creating dynamic libraries to remove the absolute path and add headerpad_max_install_names so we can later update the path while creating the application bundle and not get an error that there's no space left.

Modified:

   mythtv/configure



More information about the mythtv-firehose mailing list