mackron / dr_libs

Audio decoding libraries for C/C++, each in a single source file.
Other
1.24k stars 205 forks source link

test dr_wav_playback hardcodes miniaudio include path, intended? #257

Closed antecrescent closed 1 year ago

antecrescent commented 1 year ago

The assumed directory structure:

.
├── dr_libs
    ├── tests
        ├── wav
            ├── dr_wav_playback.c
├── miniaudio
    ├── miniaudio.h

Is that intended? I propose including a system header instead and updating the README accordingly.

mackron commented 1 year ago

Yes, that's intentional. The test is for me and nobody else. There's no possibility of me making that a system header.