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

MythTV noreply at mythtv.org
Thu Mar 8 08:51:25 UTC 2012


      Author:  Jean-Yves Avenard <jyavenard at mythtv.org>
 Change Date:  2012-03-07T22:53:52-08:00
   Push Date:  2012/03/08 00:51:10 -0800
  Repository:  mythtv
      Branch:  master
New Revision:  d65a7426f6f86799ca854fa1bf3238ff68a02c69
   Changeset:  https://github.com/MythTV/mythtv/commit/d65a7426f

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

Modified:

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



More information about the mythtv-commits mailing list