Coder Social home page Coder Social logo

Comments (5)

mackron avatar mackron commented on June 2, 2024

MA_APPLE_MOBILE is defined in this block:

#if defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE == 1
    #define MA_APPLE_MOBILE // <-- MA_APPLE_MOBILE defined here
    #if defined(TARGET_OS_TV) && TARGET_OS_TV == 1
        #define MA_APPLE_TV
    #endif
    #if defined(TARGET_OS_WATCH) && TARGET_OS_WATCH == 1
        #define MA_APPLE_WATCH
    #endif
    ...
#else
    #define MA_APPLE_DESKTOP
#endif

It's currently using #if defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE == 1. You'll need to check your compiler settings as to why it's different to this. If you can determine how to properly detect the iOS build with your build environment you can post it here and I can consider adding it to that section.

from miniaudio.

digitalgust avatar digitalgust commented on June 2, 2024

miniaudio - v0.11.19 - 2023-11-04 not work .
miniaudio - v0.11.9 - 2022-04-20 work.

there is no change in my project , but only updated the miniaudio.h .

Moving these two functions after this definition will result in normal compilation. The issue here is that there is a usage of a macro definition before its definition. I have noticed that there are other macro definitions in the code that also have similar situations.

ζˆͺ屏2023-11-09 上午11 58 27

from miniaudio.

mackron avatar mackron commented on June 2, 2024

OK, I see the problem now. Thanks for pointing that out. I've pushed a potential fix to the dev branch. Are you able to give that a try?

from miniaudio.

digitalgust avatar digitalgust commented on June 2, 2024

The dev branch is work .

from miniaudio.

mackron avatar mackron commented on June 2, 2024

Thanks for testing that. I've released version 0.11.20 with this fix. Thanks for the report!

from miniaudio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.