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

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


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

Log:

Fix compilation when using 10.5 SDK.

For some reasons, loading the OpenGL headers fail when using the 10.5 SDK. This is due to some data types not being defined.

So add the framework where those types are defined.

I couldn't find an elegant way to query what the current SDK is, so instead if compiling under 10.5 SDK, you define an extra -D_USING_105SDK=1 to CFLAGS and CXXFLAGS

[cherry-picked from d65a7426f6f86799ca854fa1bf3238ff68a02c69]

Modified:

   mythtv/libs/libmythtv/libmythtv.pro
   mythtv/libs/libmythui/libmythui.pro
   mythtv/libs/libmythui/util-osx.h



More information about the mythtv-firehose mailing list