cocos2d-x icon indicating copy to clipboard operation
cocos2d-x copied to clipboard

No arm linux fmod

Open v1993 opened this issue 8 years ago • 2 comments

  • cocos2d-x version: git
  • devices test on: huawei y6 under linux deploy ubuntu 16.04
  • developing environments
    • NDK version:
    • Xcode version:
    • VS version:
    • browser type and version:

Steps to Reproduce:

  1. Try to build under arm ubuntu
  2. get error: could not find fmod on cmake step

v1993 avatar Jun 28 '17 11:06 v1993

fmod appears to be a proprietary closed source https://www.fmod.com/licensing which just makes distribution harder. I wish cocos could get optionoally get rid of it and use something open source instead, e.g. SDL.

Issue requesting optional fmod: https://github.com/cocos2d/cocos2d-x/issues/16355

cirosantilli avatar Oct 16 '17 06:10 cirosantilli

Then some fake fmod libraries may help. I think it could be a wrapper to portaudio.

donmor avatar May 11 '23 04:05 donmor