[mythtv-firehose] mythtv/jyavenard/backports/fixes/0.24 commit: 1dc1f1770 by Jean-Yves Avenard (jyavenard)

MythTV noreply at mythtv.org
Thu Mar 8 11:34:57 UTC 2012


      Author:  Jean-Yves Avenard <jyavenard at mythtv.org>
 Change Date:  2012-03-08T02:47:12-08:00
   Push Date:  2012/03/08 03:34:46 -0800
  Repository:  mythtv
      Branch:  jyavenard/backports/fixes/0.24
New Revision:  1dc1f1770d86047f4f5f493fe5808e16ac07e3c9
   Changeset:  https://github.com/MythTV/mythtv/commit/1dc1f1770

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.

Conflicts:

	mythtv/configure
[cherry-picked from d1a6cc88]

Modified:

   mythtv/configure



More information about the mythtv-firehose mailing list