The International Simutrans Forum

Simutrans Extended => Simutrans-Extended development => Topic started by: THLeaderH on November 28, 2017, 11:50:11 AM

Title: Port CoreAudio code to AVFoundation (OS X) for Extended
Post by: THLeaderH on November 28, 2017, 11:50:11 AM
This patch was incorporated in standard but not yet in extended. This is required to compile the code on the latest OS X.
This patch enables to use AV Foundation to play sound instead of QTKit, with which the latest Mac cannot compile the code.
original: https://forum.simutrans.com/index.php?topic=16675.0 (https://forum.simutrans.com/index.php?topic=16675.0)
The content is same as that of standard. I threw a pull request to James' repository. https://github.com/jamespetts/simutrans-extended/pull/84 (https://github.com/jamespetts/simutrans-extended/pull/84)
Title: Re: Port CoreAudio code to AVFoundation (OS X) for Extended
Post by: jamespetts on November 28, 2017, 12:02:57 PM
Incorporated - thank you.